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!

    Hey MarcoDuetsch
    Did you install all of the same dependencies from laptop on the RPI as well? It has an ARM chip so some core packages could be missing - please recheck. I will attempt to run this tomorrow to see if I can reproduce the issue.

    Thanks,
    Jaka

    MarcoDuetsch
    Checked on RPI5, works as expected. Make sure you have correct numpy version installed (i had 2.2.0).

    Thanks,
    Jaka