adding a new tool : video-infos

This commit is contained in:
2019-07-21 13:36:14 +02:00
parent 0a1abce976
commit 991308f5b2
5 changed files with 134 additions and 5 deletions

View File

@@ -1,8 +1,12 @@
/*
* fonctions pour afficher les structures de V4L2
*
* WARNING : this is a work in progress !
*/
/* --------------------------------------------------------------------- */
int pr_v4l2_capability(char *txt, struct v4l2_capability *ptr);
int pr_v4l2_format(char *txt, struct v4l2_format *ptr);
int pr_v4l2_requestbuffers(char *txt, struct v4l2_requestbuffers *ptr);
/* --------------------------------------------------------------------- */