forked from tTh/FloatImg
10 lines
339 B
C
10 lines
339 B
C
|
/*
|
||
|
* 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);
|
||
|
/* --------------------------------------------------------------------- */
|
||
|
|