Skip to content

Instantly share code, notes, and snippets.

@danielTobon43
Last active May 31, 2022 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielTobon43/b34087a3720ba89ab8261d706394f254 to your computer and use it in GitHub Desktop.
Save danielTobon43/b34087a3720ba89ab8261d706394f254 to your computer and use it in GitHub Desktop.
Run Canon DSLR as a Webcam

Canon DSLR as Webcam Ubuntu

CanonWebCAM

#!/bin/bash
gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment