Enumerate v4l2 devices

This commit is contained in:
Kamil Trzcinski
2022-09-02 20:21:11 +02:00
parent 328198745b
commit 0a37c63d00
9 changed files with 291 additions and 5 deletions

View File

@ -66,6 +66,8 @@ typedef struct camera_s {
};
};
struct device_list_s *device_list;
link_t links[MAX_DEVICES];
int nlinks;
} camera_t;