| 108 | Args V4L2Capturer::config() const { return config_; } |
| 109 | |
| 110 | bool V4L2Capturer::IsCompressedFormat() const { |
| 111 | return format_ == V4L2_PIX_FMT_MJPEG || format_ == V4L2_PIX_FMT_H264; |
| 112 | } |
| 113 | |
| 114 | bool V4L2Capturer::CheckMatchingDevice(std::string unique_name) { |
| 115 | struct v4l2_capability cap; |
nothing calls this directly
no outgoing calls
no test coverage detected