device: allow to use dummy as a way to test streamer

This adds loopback tests via `tests/`
This commit is contained in:
Kamil Trzcinski
2023-02-21 22:13:42 +01:00
parent 2e9718fea7
commit c9600d1253
15 changed files with 182 additions and 13 deletions

View File

@ -76,6 +76,7 @@ option_value_t camera_formats[] = {
option_value_t camera_type[] = {
{ "v4l2", CAMERA_V4L2 },
{ "libcamera", CAMERA_LIBCAMERA },
{ "dummy", CAMERA_DUMMY },
{}
};