Hi @jakaskerl, @DaniloPejovic, @erik, @Luxonis-Adam,
Sorry for continuously spamming you guys with this issue.
Try to make everyone's life easier, I built a public docker image (amd64 and arm64) with depthai ros noetic and the MRE. And I created a github repo to launch the MRE with pipeline_graph output with one command. So to reproduce, simply three steps
Clone this repo by git clone https://github.com/lincolnxlw/depthai_dual_cam_ros_detector.git
.
Download my prebuilt docker image by docker pull lincolnxlw/my-depthai-ros
.
Run the main script in the repo's root folder ./run.sh
.
I also provided details of my testing result in the README. When using IMX577, around 30% failure rate for two different hosts (my laptop and CM4). 0% failure rate when using IMX214.
@DaniloPejovic, could you reconfirm with the prebuilt docker image that there are no issues with using IMX477? If yes, do you have the model number for the IMX477 you used (should be something like B0346)? I will need to request the exact same model from Arducam and with the Chinese New Year around the corner, I may only have one shot to get a production batch before the New Year.
Thanks
Lincoln