Bloodevil / sony_camera_api

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

live view timesync #37

Open Bloodevil opened 7 years ago

Bloodevil commented 7 years ago

라이브 뷰 기능에 타임스탬프를 고려하는 기능이 전혀 없습니다.

mungewell commented 6 years ago

I'm not sure what you are asking, I think that we already decode the timestamps from the LiveView frames.

Implemented here: https://github.com/Bloodevil/sony_camera_api/blob/master/src/pysony.py#L181 https://github.com/Bloodevil/sony_camera_api/blob/master/src/pysony.py#L219

I did some interpretation of this data within the 'pygameLiveView' example. https://github.com/Bloodevil/sony_camera_api/blob/master/src/example/pygameLiveView.py#L183