v4l2loopback
rust
v4l2loopback | rust | |
---|---|---|
28 | 2,778 | |
3,780 | 100,618 | |
1.2% | 1.7% | |
7.2 | 10.0 | |
6 days ago | 4 days ago | |
C | Rust | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
v4l2loopback
-
Installing v4l2loopback in asahi-linux edge kernel
I am relatively new to linux, so pardon if this is a newbie question. I want to install the v4l2loopback module to 6.3.0-asahi-8-1-edge-ARCH. When I manually compile from https://github.com/umlaeute/v4l2loopback, and attempt to install, I obtain a vermagic and kernel version mismatch. Running modinfo:
-
Is there a way (plugin or something?) to output the gcode viewer to an rtsp stream?
If you want to stream your webcam as an H264 encoded rtsp stream, it can be done with either rtsp-simple-server or V4l2rtspserver And it is possible to stream a linux desktop (and any program that might be open, like your web browser with the gcode viewer running on it) with the V4l2Loopback device and either of the two prgrams above. It is quite an involved process, but it is do-able.
-
VToonify: Controllable High-Resolution Portrait Video Style Transfer
https://github.com/umlaeute/v4l2loopback
Effectively these let an app (eg some VToonify tool) generate content that from the perspective of your live streaming app look like they are from a webcam
-
create a live webcam stream, that can be shared
note: want to get extra fancy and use random sources or have multiple streams use a single webcam source?? check into v4l2loopback -- https://github.com/umlaeute/v4l2loopback
-
[HELP] I would like to know if you can create a virtual camera on Android.
https://www.youtube.com/watch?v=E89XQXrA_tI (which uses this)
-
Fake Cam doesn't work
I'm trying to install Linux-Fake-Background-Webcam, which in turn requires 4l2loopback. Following the 4l2loopback manual, I try the following command to install it:
- Using a Canon EOS camera as a webcam in Debian
-
Using Sony camera (a6500) as a webcam in Ubuntu 20.04 - Working fine
Download the last version bash wget https://github.com/umlaeute/v4l2loopback/archive/refs/tags/v0.12.5.tar.gz
-
Is it possible for Linux mint to use an Android (11) as a webcam?
scrcpy and v4l2loopback works well
- v4l2loopback not working on other kernels
rust
-
I've been advocating for RSS support, and you should too
I recently had the need to subscribe to changes to a Github repo and it turns out it provides a feed for them. For rust master branch, for example, subscribe to https://github.com/rust-lang/rust/commits/master.atom.
- Rust's New Sort Algorithms
-
KEON is a human-readable serde format that syntactic similar to Rust
With some notable exceptions. I'll never love the turbofish [1] for example.
[1] https://github.com/rust-lang/rust/blob/master/tests/ui/parse...
-
2025’s Must-Know Tech Stacks
Rust
- Loco 0.14 on Cathyos: 始め方
-
Loco 0.14 on Cathyos: Getting started
Loco is a relatively new Rust web framework which first appeared around 2021. It is strongly inspired by Ruby on Rails, and designed to bring developers productivity as various functionality on routing, middlewares, and request handling. They aim to provide a modern and intuitive development experience.
-
Getting Started with Blockchain: A Guide for Beginners
Developer: Learn programming languages like Solidity (Ethereum) or Rust (Polkadot).
-
SSH port forwarding from within code
Port forwarding is a common technique used to access some service behind jump host from your local machine. It is a daily bread of many administrative tasks. In this post I'll show how to create such connections on demand from within Raku or Rust code (without relying on ssh -L system command).
-
Optimizing uint64_t Digit Counting: A Method that Beats Lemire's by up to 27%
This is for integer log 10, but could be adapted for number of digits. It needs a wrapper for 64 bit to invoke it multiple times, but most numbers in a JSON are small, so it might even be competitive; it needs only 4 cycles with enough instruction level parallelism.
I gathered this idea from the output of a superoptimizer, it was fun to figure out how it works. For spoilers, see [1].
[1] https://github.com/rust-lang/rust/blob/master/library/core/s...
- Weird Rust Expressions
What are some alternatives?
akvcam - akvcam, virtual camera for Linux
carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
pyvirtualcam - 🎥 Send frames to a virtual camera from Python
Odin - Odin Programming Language
BlackHole - BlackHole is a modern macOS audio loopback driver that allows applications to pass audio to other applications with zero additional latency.
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
obs-websocket - Remote-control of OBS Studio through WebSocket
hylo - The Hylo programming language
obs-v4l2sink - obs studio output plugin for Video4Linux2 device
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
xdg-desktop-portal-wlr - xdg-desktop-portal backend for wlroots
Elixir - Elixir is a dynamic, functional language for building scalable and maintainable applications