I am a CHDK newbie.
I have it running successfully on a Canon Powershot A590
I want to use it and other low price cams for a photo booth I am building
What I want to do is trigger the camera via USB (which sounds pretty easy) and then access the new picture file via the USB cable.
I can easily write some software to monitor the camera drive and grab new files that appear, but the problem is (and I assume a common issue) is with not being able to access the camera drive while in picture taking mode.
So I am asking for help on this.
What I think needs to be done is write a script as follows, but please correct me if there is a better way and hopefully some scripts already written for that purpose:
- My software triggers the camera to take a pic (via USB)
- The script that is running senses the new pic and switches the camera to preview mode
- My software is monitoring the drive and sees the new pic and moves it to a different folder on the computer for processing
- The script switches back to picture taking mode ready for another remote triggering
I also have no problem with hacking the camera guts or building electronics or Arduino stuff if required.