a few debug tools

This commit is contained in:
phyto
2019-07-02 19:35:08 +02:00
parent 18a5a5229f
commit 56d46d44d9
4 changed files with 103 additions and 5 deletions

9
v4l2/v4l2_pr_structs.h Normal file
View File

@@ -0,0 +1,9 @@
/*
* fonctions pour afficher les structures de V4L2
*/
/* --------------------------------------------------------------------- */
int pr_v4l2_format(char *txt, struct v4l2_format *ptr);
int pr_v4l2_requestbuffers(char *txt, struct v4l2_requestbuffers *ptr);
/* --------------------------------------------------------------------- */