1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/platform/camera
Jamie Westell 98a818cbea fix(video): only list video devices with video capture capability
This change adds a check for the V4L2_CAP_VIDEO_CAPTURE capability of
the video device found on devfs. This will filter out 'metadata' device
nodes that may be present on devfs at some  /dev/videoN path.

Fixes #6276
2021-02-27 16:19:30 -08:00
..
avfoundation.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
avfoundation.mm chore: Various code cleanups. 2020-04-16 19:07:40 +00:00
directshow.cpp chore(cleanup): don't use 0 as nullptr 2020-03-21 23:20:03 -07:00
directshow.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00
v4l2.cpp fix(video): only list video devices with video capture capability 2021-02-27 16:19:30 -08:00
v4l2.h refactor(style): use #pragma once rather than include guards 2020-05-03 15:51:52 -07:00