Bloodevil / sony_camera_api

sony camera remote api
http://developer.sony.com/develop/cameras/
MIT License
245 stars 60 forks source link

Live view GUI app #12

Closed mungewell closed 9 years ago

mungewell commented 9 years ago

pyGTK to show 'movie mode' live view and start/stop recording on camera.

mungewell commented 9 years ago

Whilst it may not be appropriate for an example/test piece of code, I wanted to point out that the 'pyLiveView' example can be made into a standalone app on Windows using py2exe. I only mention this as there does not appear to be a way to trigger movie recording on the QX10/30/100 cameras without having a cell phone.

If you want to go this route you need a 'setup.py' and to run 'python setup.py py2exe'. A good starting point would be: http://sourceforge.net/p/pydmscanner/code/HEAD/tree/trunk/pyDataMatrixScanner/py2exe_setup.py http://sourceforge.net/p/pydmscanner/code/HEAD/tree/trunk/pyDataMatrixScanner/README#l140