sony_camera_api
sony_camera_api copied to clipboard
live view timesync
라이브 뷰 기능에 타임스탬프를 고려하는 기능이 전혀 없습니다.
- 클래스에서 타임스탬프를 읽어야할듯.
- 라이브 뷰 예제에서 타임스탬프 보여주는 기능.
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