Hi all
,
I have a Raspberry pi 5 + Hailo8 with two cameras connected to it.
I’m trying to run examples from hailo-rpi5-examples in both cameras, but when I run the basic “python basic_pipelines/detection.py —input rpi” it does not matter which input I put, it only shows the default.
These are my cameras:
pi@raspberrypi:~ $ rpicam-hello --listAvailable cameras
0 : imx477 [4056x3040 12-bit RGGB] (/base/axi/pcie@120000/rp1/i2c@88000/imx477@1a)Modes: ‘SRGGB10_CSI2P’ : 1332x990 [120.05 fps - (696, 528)/2664x1980 crop]‘SRGGB12_CSI2P’ : 2028x1080 [50.03 fps - (0, 440)/4056x2160 crop]2028x1520 [40.01 fps - (0, 0)/4056x3040 crop]4056x3040 [10.00 fps - (0, 0)/4056x3040 crop]
1 : imx708 [4608x2592 10-bit RGGB] (/base/axi/pcie@120000/rp1/i2c@80000/imx708@1a)Modes: ‘SRGGB10_CSI2P’ : 1536x864 [120.13 fps - (768, 432)/3072x1728 crop]2304x1296 [56.03 fps - (0, 0)/4608x2592 crop]4608x2592 [14.35 fps - (0, 0)/4608x2592 crop]
And whenever I try to lunch:
python basic_pipelines/detection.py —input rpi0
or
python basic_pipelines/detection.py —input rpi1
it always shows output from Camera0 imx477.
¿Is it possible to have both cameras running even if cameras models are different? (IMX708 (V3) and IMX477 (HQ))
Thank you!!! ![]()