Hi,
I am working in the synchronization of two AR2034 cameras thanks to the OAK-FFC-4P, connections in port B and C. The synchronization works with a difference of 1 in the sequence number, as its mentioned here https://discuss.luxonis.com/d/2303-please-share-the-status-of-hw-sync-for-oak-ffc-4p-ar0234-based-stereo-pair/12 with less or equal to 30 fps:
FPS: 0.00| 0.00 28.68| 28.12 28.68| 28.12 0.00| 0.00
[left , 234, 20789.188328] Exp: 20.000 ms, ISO: 126, Lens pos: -1, Color temp: 6500 K
[right, 233, 20789.188340] Exp: 20.000 ms, ISO: 126, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 28.25| 28.09 28.25| 28.09 0.00| 0.00
[left , 235, 20789.223485] Exp: 20.000 ms, ISO: 126, Lens pos: -1, Color temp: 6500 K
[right, 234, 20789.223475] Exp: 20.000 ms, ISO: 126, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 28.22| 28.17 28.22| 28.17 0.00| 0.00
[left , 236, 20789.257423] Exp: 20.000 ms, ISO: 126, Lens pos: -1, Color temp: 6500 K
[right, 235, 20789.257408] Exp: 20.000 ms, ISO: 126, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 28.22| 28.17 28.22| 28.17 0.00| 0.00
[left , 237, 20789.292338] Exp: 20.000 ms, ISO: 126, Lens pos: -1, Color temp: 6500 K
[right, 236, 20789.292325] Exp: 20.000 ms, ISO: 126, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 28.25| 28.17 28.65| 28.17 0.00| 0.00 Printing camera settings: OFF
But with more than 30 fps the difference is still the same, but I start to lose some frames:
> [left , 339, 20575.272769] Exp: 20.000 ms, ISO: 116, Lens pos: -1, Color temp: 6500 K
[right, 2641, 21071.139107] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 38.41| 38.88 38.41| 38.64 0.00| 0.00
[left , 2644, 21071.177110] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
[right, 2642, 21071.155760] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 38.41| 38.64 37.69| 38.88 0.00| 0.00
[right, 2644, 21071.193764] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 38.41| 38.64 38.41| 38.88 0.00| 0.00
[left , 2646, 21071.213106] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 37.64| 37.93 38.41| 38.88 0.00| 0.00
[right, 2645, 21071.213094] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 37.64| 37.93 40.00| 38.74 0.00| 0.00
[left , 2647, 21071.229773] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
[right, 2647, 21071.251085] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 38.41| 38.97 40.00| 37.92 0.00| 0.00
[left , 2649, 21071.267753] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 40.00| 37.93 40.00| 37.92 0.00| 0.00
[right, 2648, 21071.267762] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 40.00| 37.93 39.22| 39.19 0.00| 0.00
[left , 2650, 21071.290069] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 39.16| 38.08 39.22| 39.19 0.00| 0.00
[right, 2649, 21071.290059] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 39.16| 38.08 40.00| 39.00 0.00| 0.00
[left , 2651, 21071.306765] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
[right, 2651, 21071.328090] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
FPS: 0.00| 0.00 39.16| 39.25 40.00| 38.19 0.00| 0.00
[left , 2653, 21071.344759] Exp: 10.000 ms, ISO: 244, Lens pos: -1, Color temp: 6500 K
Following this issue luxonis/depthai-python883
and doing the work suggested from @l4es here https://discuss.luxonis.com/d/2303-please-share-the-status-of-hw-sync-for-oak-ffc-4p-ar0234-based-stereo-pair I have connected the FSYNC port of the cable to the trigger Pin of the camera module, but nothing changes, its the same problem with >30 fps.
I am using this code to test: luxonis/depthai-python883
Each camera alone works without problem at 60 fps using original cam_test.py.
I need a good synchronization, software or hardware, at 60 fps without losing frames for my project. How can I do it?