Skip to content

Instantly share code, notes, and snippets.

@DanGdl
Last active July 1, 2025 08:21
Show Gist options
  • Save DanGdl/5de58839ae184da27a5202bcce29bb8a to your computer and use it in GitHub Desktop.
Save DanGdl/5de58839ae184da27a5202bcce29bb8a to your computer and use it in GitHub Desktop.
USB camera
OBS
https://askubuntu.com/questions/1316559/how-do-i-simulate-a-webcam
https://www.reddit.com/r/obs/comments/n9131v/usb_output_and_used_as_webcam_on_other_device/
https://www.geeksforgeeks.org/linux-unix/how-to-create-fake-webcam-streams-on-linux/
custom device on windows: https://learn.microsoft.com/en-us/windows/win32/medfound/writing-a-custom-media-source?redirectedfrom=MSDN
android device as camera
https://www.instructables.com/Android-Smartphone-As-USB-Webcam/
https://source.android.com/docs/core/camera/webcam
linux (v4l2loopback + ffmpeg)
https://b.savant-ai.io/2024/02/23/emulating-usb-camera-in-linux/
https://git.ideasonboard.org/uvc-gadget.git
https://unix.stackexchange.com/questions/466256/create-a-virtual-uvc-device-to-stream-video-as-webcam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment