diff options
Diffstat (limited to 'src/v4l.h')
-rw-r--r-- | src/v4l.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ typedef struct camera { float scale; CamoImageSize size; char name[32]; - int contrast, brightness, whiteness, colour, hue, zoom, bytesperline; + int contrast, brightness, whiteness, colour, hue, zoom, zoom_cid, bytesperline; unsigned int pixformat; int frame_number; |