We were running into an issue by installing the forklift cameras. (not connected directly to the network).
We want to have the cameras integrated into the system using RTSP, and found this solution depthai-experiments/gen2-rtsp-streaming at master · luxonis/depthai-experiments
On Friday we successfully got this running on a laptop, but it wouldn't run on a raspberry pi. (we connect the camera on the forklift to the raspberry pi).
There is an initial warning;
[warning] Upsupported resolution set for detected camera AR0234. Needs 1200_P, defaulting to it
There is then an error that comes from depthai-experiments/gen2-rtsp-streaming/main.py, line 42
process.stdin.write(data)
ValueError:ndarray is not C-contiguous
Just to mention, the DepthAi viewer was working OK on the Pi.
Any guidance, help from your side? Would be much appreciated!