Hello,
I'm new to all this stuff so please.... go easy!
I currently have a pyhon script that states :
while running:
image = camera.take_photo(exposure='night', flash='red_eye_reduce')
This strobes the flash ligh on the camera, now what I would like to know is what the command to get the LED on when it is in Video mode would be i.e
while running:
image = camera.take_Video(exposure='night', flash='red_eye_reduce')
Which isn't right but I think you get the idea
Also how do I find out the commands ?! I have no idea where to start with finding such information
Thanks in advance
Tony

Reply With Quote

