Zivid integration for Wandelbots Nova.
This app allows to access Zivid SDK functionalties via OpenAPI Interface.
- You need a setup with a physical Zivid camera connected to your IPC.
- The Ethernet interface needs to be in the IP range to access the camera under its default IP address
172.28.60.5/24
. - The IPC must be equipped with an Intel GPU (integrated graphics of the CPU will also work).
- The support for other GPUs is in progress.
- Requirement: nova cli
# Currently only machines with intel gpu (integrated gpu will also work) are supported with Nova.
# Nvidia GPU support is in preparation.
$ nova catalog install zivid-intel
The first draft of the spec can be seen here openapi.json.
poetry run black zivid_nova
poetry run isort zivid_nova tests