Hello all,
I am testing the FSYNC syncing of the Oak-D-S2 POE camera, but I found that the camera takes a photo at both the rising and falling edges. Is there any way to set the camera to trigger the photo at the rising or falling edge?
left.initialControl.setExternalTrigger(1, 0)
right.initialControl.setExternalTrigger(1, 0)
left.setResolution(dai.MonoCameraProperties.SensorResolution.THE_800_P)
left.setFps(60)
right.setResolution(dai.MonoCameraProperties.SensorResolution.THE_800_P)
right.setFps(60)
I am using a 12V power supply to power the M8 port.
Thanks

