Skip to content

Commit

Permalink
Set video resolution to 720p
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed Jul 2, 2019
1 parent bed2ce8 commit 8602781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/hkcam/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
run_script: |
#!/bin/sh -e
exec 2>&1
v4l2-ctl --set-fmt-video=width=1280,height=720,pixelformat=YU12
exec hkcam --data_dir={{ hkcam_data_dir }} --verbose=true
log_dir: /var/log/hkcam
tags: [runit]

0 comments on commit 8602781

Please sign in to comment.