Hi, we recently bought a OAK-D SR PoE ToF camera, it connected with office network using PoE. And I installed OAK viewer to test the connection, I can only see Vision AI and Advanced pipelines, there is no Vision 3D pipe lines, also I cannot find the depth/point cloud pipelines.
Then I used the depthai v3 python API to get the device information, there is the output -
//////////////////////////////////
Searching for all available devices... Found device '192.168.1.188', DeviceID: '194430102104612E00', State: 'BOOTLOADER' Booting the first available camera (192.168.1.188)... Available camera sensors: {<CameraBoardSocket.CAM_C: 2>: 'OV9782', <CameraBoardSocket.CAM_A: 0>: 'S5K33D', <CameraBoardSocket.CAM_B: 1>: 'OV9782'} Product name: OAK-D-SR-POE, board name EL2086 Board revision: R4M3E4
/////////////////////////////////
And this is the output of device.getConnectedCameraFeatures()
/////////////////////////////////
[{socket: CAM_A, sensorName: S5K33D, width: 640, height: 480, supportedTypes: [TOF], hasAutofocus: 0, hasAutofocusIC: 0, name: tof}, {socket: CAM_B, sensorName: OV9782, width: 1280, height: 800, supportedTypes: [COLOR], hasAutofocus: 0, hasAutofocusIC: 0, name: left}, {socket: CAM_C, sensorName: OV9782, width: 1280, height: 800, supportedTypes: [COLOR], hasAutofocus: 0, hasAutofocusIC: 0, name: right}]
/////////////////////////////////
But I meet another issue when running - pipeline.start()
it says RuntimeError: Camera(0) - No available sensor config available for requested output configurations: Request 0: size: 640x480, fps: 30, type: unset, resizeMode: CROP
Can you help me to resolve the above issues, many thanks