In order to get GPS data for my pictures I need to post process the flight log and match images to the cam triggers. In some cases the cam trigger is issued but the camera is still buffering and skips a picture. I have written some python to account for this, but I wanted to see if cam_min_interval can solve this problem. I test this by walking the drone around, props off, and try to hit the buffer problem.
The cam_trigg_dist is set to 1 and cam_min_interval to 0:
trigger fires
camera sometimes skips a picture
The cam_trigg_dist is set to 1 and cam_min_interval to 1800ms ( 1.8s is roughly the buffer limit for my camera):
no pictures are triggered
Am I misunderstanding the setting, I expect it to postpone the image when the trigger interval is less than the value, so it would still take it?
can’t be.
I am using min_interval always, and - the trigger operates independently.
all min_interval does, is to inhibit next trigger if time is less than x
I’d check everything else… and/or change the parameter midair.