FloatImg4PythonBinding/v4l2/v4l2_pr_structs.h

14 lines
449 B
C
Raw Normal View History

2019-07-02 19:35:08 +02:00
/*
* fonctions pour afficher les structures de V4L2
2019-07-21 13:36:14 +02:00
*
* WARNING : this is a work in progress !
2019-07-02 19:35:08 +02:00
*/
/* --------------------------------------------------------------------- */
2019-07-21 13:36:14 +02:00
int pr_v4l2_capability(char *txt, struct v4l2_capability *ptr);
2019-07-02 19:35:08 +02:00
int pr_v4l2_format(char *txt, struct v4l2_format *ptr);
int pr_v4l2_requestbuffers(char *txt, struct v4l2_requestbuffers *ptr);
/* --------------------------------------------------------------------- */