I am trying to determine when the camera is ready to shoot after having completed a (longer) shot. For most of the shooting get_shooting returns 1, but it starts to return 0 before the camera is ready to shoot again. Is there another method?
I was trying to count shots in the attached interval script.
But reading your description I can't help wondering if you are aware that there is a propcase value you can use to monitor what shot number the camera thinks it has just saved?
This will not, however work as intended if only one shot was taken in the previous folder, because x will start as 1 and after the first shot it will be updated to 1, i.e. the first shot will be taken twice. So you would always end up with one more shot than the value C allows.
Don't suppose much can be done about it, except to take one fresh shot at the beginning of each day.
so that the loop in my program can count the number of brackets correctly, otherwise it should use press shoot_full/sleep x/release shoot_full for longer continuous shooting, because shoot and continuous shoot on their own will only lead to a single shot being taken.Took some time to get my head around this.