Fastest way to take still images
I'm working on a component that will take several still images, and I'd like to take them as fast as possible.
My first attempt was to use the Take Photo (Simple) component from the Dronelink core repo. This seems to take about 2.5 secs/photo. Is this as fast as I can get, or is there a better way?
Comments
2 comments
That component issues 4 total commands, 3 of which are unnecessary for each subsequent capture and just waste time.
Ah..I see now. Thank you.
I now think I'm going to need to split this into two components. One to set the camera modes at the start of the photo run, then another for my repeating photo pattern.
Please sign in to leave a comment.