I would like to use python on Recamera for a small project, but I do not found any examples, and no bindings of CVI Libs on the web.
If Recamera exposes a standard protocol (e.g., MJPEG, RTSP, or another streaming format), you can use libraries like opencv-python
, PyCamera
, or ffmpeg-python
to interact with the camera.
1 Like
Hello, the Python library is hard to drive the hardware. However, you can use Node-RED or C++ (still in adaptation) to do this.