V4cr
V4cr - A Crystal wrapper for Video4Linux2 (v4l2) API
This library provides a high-level interface to interact with video capture devices on Linux systems using the v4l2 API.
Basic usage:
require "v4cr"
device = V4cr::Device.new("/dev/video0")
device.open
formats = device.supported_formats
device.close
Constants
VERSION = "0.1.0"