Re: [RFCv2] Motion Detection API

2013-05-16 Thread Sylwester Nawrocki
On 05/16/2013 09:54 AM, Hans Verkuil wrote: #define V4L2_EVENT_MOTION_DET 5 /** * struct v4l2_event_motion_det - motion detection event * @flags: if set to V4L2_EVENT_MD_VALID_FRAME, then the * frame_sequence field is val

Re: [RFCv2] Motion Detection API

2013-05-16 Thread Hans Verkuil
Hi Sylwester! On Wed 15 May 2013 17:23:33 Sylwester Nawrocki wrote: > Hi Hans, > > On 05/13/2013 11:32 AM, Hans Verkuil wrote: > > This RFC looks at adding support for motion detection to V4L2. This is the > > main > > missing piece that prevents the go7007 and solo6x10 drivers from being moved

Re: [RFCv2] Motion Detection API

2013-05-15 Thread Sylwester Nawrocki
Hi Hans, On 05/13/2013 11:32 AM, Hans Verkuil wrote: This RFC looks at adding support for motion detection to V4L2. This is the main missing piece that prevents the go7007 and solo6x10 drivers from being moved into mainline from the staging directory. This is the second version of this RFC. The

[RFCv2] Motion Detection API

2013-05-13 Thread Hans Verkuil
This RFC looks at adding support for motion detection to V4L2. This is the main missing piece that prevents the go7007 and solo6x10 drivers from being moved into mainline from the staging directory. This is the second version of this RFC. The changes are: - Use a new event to signal motion detect