You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #24772 added support for the IMAGE_START_CAPTURE command's (time) Interval and Total Images fields.
While it interprets the command correctly, if all fields are left as zero the result is:
CameraId:0 = all cameras
Interval=0 (as quick as possible)
TotalImages=0 (capture forever)
So the camera library will take tons of images very quickly and also send tons of notifications to the GCS.
While it may not be exactly according to the mavlink spec I think we should interpret an all zero command as wanting to take just a single picture on all cameras immediately.
The text was updated successfully, but these errors were encountered:
PR #24772 added support for the IMAGE_START_CAPTURE command's (time) Interval and Total Images fields.
While it interprets the command correctly, if all fields are left as zero the result is:
CameraId:0 = all cameras
Interval=0 (as quick as possible)
TotalImages=0 (capture forever)
So the camera library will take tons of images very quickly and also send tons of notifications to the GCS.
While it may not be exactly according to the mavlink spec I think we should interpret an all zero command as wanting to take just a single picture on all cameras immediately.
The text was updated successfully, but these errors were encountered: