项目作者: gnd

项目描述 :
OpenGL Sony Action Cam HDR-AS30 viewer and recorder
高级语言: C
项目地址: git://github.com/gnd/hydra.git
创建时间: 2018-01-31T10:13:36Z
项目社区:https://github.com/gnd/hydra

开源协议:

下载


hydra

Linux-based OpenGL Sony Action Cam HDR-AS30 viewer and recorder (tested on HX50 too)

usage

Hydra uses libcurl to connect and download image data over Wi-Fi from a Sony Action Cam.
Just connect to the Action Cam over Wi-Fi and launch Hydra.

  1. usage:
  2. hydra [options]
  3. Cam options:
  4. --cam [type] provide cam type (currently only hx50 and as30 (default))
  5. --cam-link [link] overrides the cam type and sets the remote location directly
  6. use without http://, eg. --cam-link 10.0.0.1:60152
  7. Display options:
  8. --primary-fs create a fullscreen window on primary monitor
  9. --primary-res [WidthxHeight] create a width x height window on primary monitor (default: 800x600)
  10. --secondary-fs create a fullscreen window on secondary monitor
  11. --secondary-res [WidthxHeight] create a width x height window on secondary monitor
  12. Saving options:
  13. --save-dir [dir] directory where to save frames
  14. --save-file [filename] filename to save frames in the form: name_%0Nd.jpeg
  15. %0Nd stands for number of digits, eg. my_%06d.jpeg
  16. will be saved as my_000001.jpeg, my_000002.jpeg, etc..

You can use these commands during runtime:

  1. spacebar freeze frame (broken)
  2. c sony on/off
  3. s save jpeg on/off
  4. t FPS printing
  5. q, ctrl+c, esc, exit

installation

  1. apt-get install libjpeg-dev libcurl4-openssl-dev libglfw3-dev libxi-dev
  2. git clone https://github.com/gnd/hydra.git
  3. cd hydra
  4. make

#

Inspired by https://github.com/erik-smit/sony-camera-api/blob/master/liveView.py