All Projects → lincolnhard → v4l2-framebuffer

lincolnhard / v4l2-framebuffer

Licence: other
Map frame from USB camera to Linux framebuffer

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to v4l2-framebuffer

v4l2onvif
ONVIF server for V4L2 Devices
Stars: ✭ 83 (+93.02%)
Mutual labels:  v4l2
v4l2web
V4L2 web interface
Stars: ✭ 20 (-53.49%)
Mutual labels:  v4l2
RoboVision
Attempting to create a program capable of combining stereo video input , with motors and other sensors on a PC running linux , the target is embedded linux for use in a robot!
Stars: ✭ 21 (-51.16%)
Mutual labels:  v4l2
gfxprim
Open-source modular 2D bitmap graphics library with emphasis on speed and correctness.
Stars: ✭ 32 (-25.58%)
Mutual labels:  framebuffer
gnuboy
latest version of original laguna source, with a handful fixes for modern compilers and systems
Stars: ✭ 70 (+62.79%)
Mutual labels:  framebuffer
RGBDAcquisition
A uniform library wrapper for input from V4L2,Freenect,OpenNI,OpenNI2,DepthSense,Intel Realsense,OpenGL simulations and other types of video and depth input..
Stars: ✭ 56 (+30.23%)
Mutual labels:  v4l2
VideoMagnification
VideoMagnification - Magnify motions and detect heartbeats
Stars: ✭ 23 (-46.51%)
Mutual labels:  v4l2
fbff
A small ffmpeg-based framebuffer media player
Stars: ✭ 51 (+18.6%)
Mutual labels:  framebuffer
dotfiles
Linux configuration files (dotfiles) and some useful scripts
Stars: ✭ 22 (-48.84%)
Mutual labels:  framebuffer
rtsp-video-server
RTSP video streaming server implementation based on Live555 and FFmpeg
Stars: ✭ 36 (-16.28%)
Mutual labels:  v4l2
Gear Lib
Gear-Lib, C library for IOT Embedded Multimedia and Network
Stars: ✭ 2,381 (+5437.21%)
Mutual labels:  v4l2
libv4l2cpp
V4L2 C++ wrapper
Stars: ✭ 111 (+158.14%)
Mutual labels:  v4l2
V4L2-to-NDI
A video input (V4L2) to NDI converter that works with Raspberry Pi (32-bit and 64-bit), and Intel/AMD CPUs
Stars: ✭ 35 (-18.6%)
Mutual labels:  v4l2
tfblib
A Tiny Linux Framebuffer Library
Stars: ✭ 38 (-11.63%)
Mutual labels:  framebuffer
lv port linux frame buffer
LVGL configured to work with a standard Linux framebuffer
Stars: ✭ 81 (+88.37%)
Mutual labels:  framebuffer

v4l2_framebuffer

Maps the frames from a camera to the display framebuffer.

To check the supported resolutions:

$ v4l2-ctl --list-formats-ext

By default, 640x480 is used. You can specify the resolution via commandline paramters.
The first parameters will be the width, the second one will be the height.

To change your desired resolution, edit macro IM_WIDTH, IM_HEIGHT inside video_capture.h

Press q, followed by a press of return, to quit.

This was borrowed from OpenCV's waitKey function.

Example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].