Giter Club home page Giter Club logo

Comments (5)

rektide avatar rektide commented on August 9, 2024

Just ran into this tweet, on a new Snapchat "snapcamera" feature that so functions like an effect-applying loopback device.

Snapchat filters for EVERY video conferencing app on your computer via virtual camera!

https://mobile.twitter.com/seidtgeist/status/1240338210984808450

Loopback ftw!

from hydra.

yhancik avatar yhancik commented on August 9, 2024

On Windows, there's a Virtual Camera plugin for OBS that works rather well (honestly better than most virtual cameras I've tried in the past)

Webcamoid is the only multiplatform solution I know, but on Windows I found it extremely unstable.

from hydra.

ojack avatar ojack commented on August 9, 2024

Hi, I would love this, but haven't found a way. I couldn't get webcamoid to work on my computer (Linux). Snap camera looks great but doesn't run on LInux?

from hydra.

yhancik avatar yhancik commented on August 9, 2024

The only other loopback solution I'm aware of is https://github.com/umlaeute/v4l2loopback .. but it only creates virtual devices, so you'd have to handle the capture (or any other way to stream to that device) yourself. Apparently you can use GStreamer for that https://github.com/umlaeute/v4l2loopback/wiki/GStreamer
(never tried though)

from hydra.

rektide avatar rektide commented on August 9, 2024

specifically the Desktop Capture As Producer section has the gst-launch to try. when creating a v4l2loopback device, you'll get a new /dev/videoX device (or 4). adjust the last pipeline element device= parameter to point to that new device:

gst-launch-1.0 -v ximagesrc startx=1 starty=1 endx=320 endy=240 \
  ! videoconvert \
  ! "video/x-raw,format=YUY2" \
  ! v4l2sink device=/dev/video1

from hydra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.