sony_camera_api icon indicating copy to clipboard operation
sony_camera_api copied to clipboard

live view timesync

Open Bloodevil opened this issue 8 years ago • 1 comments

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

  • 클래스에서 타임스탬프를 읽어야할듯.
  • 라이브 뷰 예제에서 타임스탬프 보여주는 기능.

Bloodevil avatar Aug 14 '17 03:08 Bloodevil

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

mungewell avatar Oct 18 '17 19:10 mungewell