UNABLE(1) User Commands UNABLE(1) NAME unable - control v4l2 loopback devices SYNOPSIS v4l2loopback-ctl [OPTIONS] v4l2loopback-ctl add [OPTIONS] [ []] v4l2loopback-ctl delete v4l2loopback-ctl list [OPTIONS] v4l2loopback-ctl query [OPTIONS] v4l2loopback-ctl set-fps v4l2loopback-ctl get-fps v4l2loopback-ctl set-caps v4l2loopback-ctl get-caps v4l2loopback-ctl set-timeout-image [OPTIONS] DESCRIPTION Manage v4l2 loopback devices. The general invocation uses a verb (like 'add' or 'delete') that defines an action to be executed. Each verb has their own options and arguments. OPTIONS -h, -?, --help: print this help and exit -v, --version: print version and exit VERBS AND THEIR ARGUMENTS v4l2loopback-ctl add [OPTIONS] [ []]: create/add a new loopback-device -b , --buffers buffers to queue -h , --max-height maximum allowed frame height -n , --name pretty name for the device -o , --max-openers maximum allowed concurrent openers -v, --verbose verbose mode (print properties of device after successfully creating it) -w , --max-width maximum allowed frame width -x , --exclusive-caps whether to announce OUTPUT/CAPTURE capabilities exclusively --min-width minimum allowed frame width --min-height minimum allowed frame height -?, --help print this help and exit if given, create a specific device (otherwise just create a free one). either specify a device name (e.g. '/dev/video1') or a device number ('1'). if given, use separate output & capture devices (otherwise they are the same). v4l2loopback-ctl delete : delete/remove an unused loopback device can be given one more more times (to delete multiple devices at once). either specify a device name (e.g. '/dev/video1') or a device number ('1'). v4l2loopback-ctl list [OPTIONS]: list all available loopback-devices -e, --escape escape control-characters in (device) names -h, --help print this help and exit v4l2loopback-ctl query [OPTIONS] : query information about a loopback device -e, --escape escape control-characters in (device) names -h, --help print this help and exit can be given one more more times (to query multiple devices at once). either specify a device name (e.g. '/dev/video1') or a device number ('1'). v4l2loopback-ctl set-fps : set the default framerate for a loopback device either specify a device name (e.g. '/dev/video1') or a device number ('1'). frames per second, either as integer ('30') or fraction ('50/2'). v4l2loopback-ctl get-fps : query the framerate of a loopback device v4l2loopback-ctl set-caps : set format/dimension/framerate of a loopback device either specify a device name (e.g. '/dev/video1') or a device number ('1'). format specification as ':x@' (e.g. 'UYVY:1024x768@60/1') unset the current caps with the special value 'any' v4l2loopback-ctl get-caps : get current format/dimension/framerate of a loopback device v4l2loopback-ctl set-timeout-image [OPTIONS] : set a fallback image to be used if a video producer does not send new frames in time. any of the following flags may be present -h, --help print this help and exit -t , --timeout timeout (in ms) -v, --verbose raise verbosity (print what is being done) either specify a device name (e.g. '/dev/video1') or a device number ('1'). image file REPORTING BUGS Issue tracker: https://github.com/umlaeute/v4l2loopback/issues Security Issue tracker: https://git.iem.at/zmoelnig/v4l2loopback/-/issues utils/v4l2loopback-ctl v0.15.4 unable to open control device '/dev/v4l2loopback': No such file or directory August 2026 UNABLE(1)