I'm using gphoto2 capture image and download but it takes 3 or 4 seconds. I want it to only take 1 second; is it possible? Can anyone help me please? This is my code:
time gphoto2 --capture-image-and-download --stdout > /dev/null
Which returns
real 0m3.584s
user 0m0.136s
sys 0m0.072s