Hello,
I am trying to utilize the ToF sensor with my OAK-FFC-3P board which I purchased last year.
I have depthAI updated to the latest version including all the dependencies but for some odd reason when I try to run the test tof script available in the documentation I get the following error:
(depthai_env2) feroze@feroze-aven-linux:~/depthai-python/examples/Camera$ python3 tof_test.py
2.27.0.0.dev0+21fe58ab7c9c640e5caa77887348b4dd5a98e441
Connected cameras: [{socket: CAM_A, sensorName: IMX577, width: 4056, height: 3040, orientation: AUTO, supportedTypes: [COLOR], hasAutofocus: 0, hasAutofocusIC: 1, name: color}, {socket: CAM_B, sensorName: LCM48, width: 5312, height: 6000, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, hasAutofocusIC: 1, name: left}, {socket: CAM_C, sensorName: S5K33D, width: 640, height: 480, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, hasAutofocusIC: 0, name: right}]
[18443010F1FEF30800] [1.2.2.4] [3.483] [ToF(0)] [error] ERROR unexpected frequency code: 255
[18443010F1FEF30800] [1.2.2.4] [3.483] [ToF(0)] [error] ERROR unexpected phase code: 255
[18443010F1FEF30800] [1.2.2.4] [3.483] [ToF(0)] [error] Orientation not supported! Only normal and 180 flip(not mirrored) can be used.
[18443010F1FEF30800] [1.2.2.4] [3.490] [ToF(0)] [error] ERROR unexpected frequency code: 105
[18443010F1FEF30800] [1.2.2.4] [3.490] [ToF(0)] [error] ERROR unexpected phase code: 21
[18443010F1FEF30800] [1.2.2.4] [3.490] [ToF(0)] [error] Orientation not supported! Only normal and 180 flip(not mirrored) can be used.
[18443010F1FEF30800] [1.2.2.4] [3.492] [ToF(0)] [error] Couldn't read CCM EEPROM: I/O error
[18443010F1FEF30800] [1.2.2.4] [3.494] [ToF(0)] [error] Couldn't read CCM EEPROM: I/O error
[18443010F1FEF30800] [1.2.2.4] [3.494] [ToF(0)] [error] Error: fppn_80 Could not read header data.
[18443010F1FEF30800] [1.2.2.4] [6.357] [ToF(0)] [error] ERROR unexpected frequency code: 211
[18443010F1FEF30800] [1.2.2.4] [6.357] [ToF(0)] [error] ERROR unexpected phase code: 220
[18443010F1FEF30800] [1.2.2.4] [6.357] [ToF(0)] [error] Orientation not supported! Only normal and 180 flip(not mirrored) can be used.
[18443010F1FEF30800] [1.2.2.4] [6.357] [ToF(0)] [error] ERROR unexpected frequency code: 7
[18443010F1FEF30800] [1.2.2.4] [6.357] [ToF(0)] [error] ERROR unexpected phase code: 204
[18443010F1FEF30800] [1.2.2.4] [6.357] [ToF(0)] [error] Orientation not supported! Only normal and 180 flip(not mirrored) can be used.
[18443010F1FEF30800] [1.2.2.4] [6.380] [ToF(0)] [error] ERROR unexpected frequency code: 255
Do I have to update the OAK-FFC-3P board in any way? I could not find instructions on how to do that if necessary, please point me to the right steps. Otherwise what could be the issue, I could not be the code since I am using the direct test script from the website. The ToF sensor is connected to CAM_C connector.
The ToF sensor itself was purchased early last year as well not sure if there is firmware on the ToF sensor itself I need to update. Regardless I am pretty confident this is a hardware issue. Please let me know what can be done.
Thanks
Feroze