Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
v4l2_subdev_sensor_ops Struct Reference

#include <v4l2-subdev.h>

Data Fields

int(* g_skip_top_lines )(struct v4l2_subdev *sd, u32 *lines)
 
int(* g_skip_frames )(struct v4l2_subdev *sd, u32 *frames)
 

Detailed Description

struct v4l2_subdev_sensor_ops - v4l2-subdev sensor operations : number of lines at the top of the image to be skipped. This is needed for some sensors, which always corrupt several top lines of the output image, or which send their metadata in them. : number of frames to skip at stream start. This is needed for buggy sensors that generate faulty frames when they are turned on.

Definition at line 419 of file v4l2-subdev.h.

Field Documentation

int(* g_skip_frames)(struct v4l2_subdev *sd, u32 *frames)

Definition at line 421 of file v4l2-subdev.h.

int(* g_skip_top_lines)(struct v4l2_subdev *sd, u32 *lines)

Definition at line 420 of file v4l2-subdev.h.


The documentation for this struct was generated from the following file: