소스 검색

[bin] Add script to connect SLR to /dev/videoX

Colin Powell 4 년 전
부모
커밋
86771094ee
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      bin/.bin/slr-to-webcam

+ 2 - 0
bin/.bin/slr-to-webcam

@@ -0,0 +1,2 @@
+#!/bin/bash
+gphoto2 --stdout --capture-movie | gst-launch-1.0 fdsrc ! decodebin3 name=dec ! queue ! videoconvert ! v4l2sink device=/dev/video0