Bloodevil / sony_camera_api

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

Fix pull 44 #47

Closed mungewell closed 6 years ago

mungewell commented 6 years ago

This patch series fixes 'comp_urllib' bug: https://github.com/Bloodevil/sony_camera_api/issues/41

And adds FrameInfo packet support to Wenoptics series, plus the ability to read header information (time stamps/sequence) along side JPEG image data. The call to 'get_latest_view()' is blocking, so you can check whether data is available by 'get_header()' which is non-blocking.

Most important (to me anyhow) it fixes the 'pygameLiveview' and 'pyLiveview' (GTK) examples for this new scheme.