Cannot find camd on OAK-FFC 4P + OAK-SoM Pro S3
I have OAK-FFC IMX378 W connected to both CAMA and CAMD. But the one on CAM_A is listed as IMX412.
Image is showing properly for CAM_A with IMX378 W connected, but no info + image on CAMD
Below is console when I switched IMX378 W between CAMC and CAMD
python3 utilities/cam_test.py -cams rgb,m left,m right,m camd,m
Enabled cameras:
rgb : mono
left : mono
right : mono
camd : mono
DepthAI version: 2.19.1.0.dev+434e5482de175558d4f0444291850c7d711e609c
DepthAI path: /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/depthai.cpython-311-darwin.so
Connected cameras: [{socket: RGB/CENTER/CAM_A, sensorName: IMX412, width: -1, height: -1, orientation: AUTO, supportedTypes: [], hasAutofocus: 0, name: CAMA-4L}, {socket: LEFT/CAM_B, sensorName: OV9282, width: -1, height: -1, orientation: AUTO, supportedTypes: [], hasAutofocus: 0, name: CAMB-2L}, {socket: RIGHT/CAM_C, sensorName: IMX412, width: -1, height: -1, orientation: AUTO, supportedTypes: [], hasAutofocus: 0, name: CAMC-2L}]
-socket RGB : IMX412 -1 x -1 focus:fixed -
-socket LEFT : OV9282 -1 x -1 focus:fixed -
-socket RIGHT : IMX412 -1 x -1 focus:fixed -
USB speed: UNKNOWN
IR drivers: []
Traceback (most recent call last):
File "/Users/ensue/Desktop/git/depthai-python/utilities/cam_test.py", line 226, in <module>
device.startPipeline(pipeline)
RuntimeError: Cannot find camera given socket: 3 and name: '' (startPipeline)
As you requested CAM_D has OV9282 connected now.
Hi mitra ,
Could you try with the latest FFC-4P FIP
? You can find more info on that here: https://docs.google.com/document/d/1r3en4EqgDG3hum8o5yS1DJ5vSCb6aNqyA38tIM8723U/edit#heading=h.v1np4j5jr4i1
jakaskerl I was following the RVC3 guide on updating device OS using mender.
Is there another location where standard OS-1.9 file is located?
https://luxonisos.fra1.digitaloceanspaces.com/index.html?prefix=release/1.9/ only has the mender file and zip file which I can't use via mender.
@erik / @jakaskerl anything else I can try on my end or wait for new fip file for 4P?
FYI, fip-oak-ffc-4p-rvc3-1.4.0.bin and older fip shows only CAMB and CAMC.
fip-oak-ffc-4p-rvc3-1.5.0.bin shows CAMA, CAMB and CAMC.
Hi, I'm having the same issue described here. I've tried using two different OAK-FFC-4P boards with several different cameras and will always get the output, [error] Camera not detected on socket: 3
when trying to connect to cam-d with the cam_test.py script as well as other custom scripts.
The device_manager.py shows the following information about the OAK-FFC-4P:
- Name of connect device: 1.2
- Version of newest bootloader: 0.0.24
- Current Depthai version: 2.21.2.0
- Device state: BOOTLOADER
- Flashed bootloader version: 0.0.22
- Current commit: (blank)
I've seen this issue, 647, but it looks like it should have resolved this problem in a previous release. Are there any recommended steps to try for debugging?
Any update on this? I have been trying for hours thinking it was bad sensors. It drives me crazy when something that I think should be simple ends up blocking me and becomes an hours long maybe days long endeavor. Eh anyways, yah CAMD does not work on a new OAK-4P recently purchased.
@erik How do I fix this?
Hi, yes there was a patch that fixed my problem in this issue
Last I checked the patch was only on their develop branch and I'm not sure if it has been pushed to main and released.