Hacker News new | ask | show | jobs
by bufferoverflow 2411 days ago
You can turn a Canon/Nikon DSLR into a webcam. Using SparkoCam.

So theoretically you can get a cheap old T3i + 50mm/1.8 and have a crazy good webcam with near-cinematic quality.

1 comments

I was very excited by the idea. Ironically, it's only available on Windows.
You can do that on Linux too:

    modprobe v4l2loopback
    gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0