Hi Ming,
On 12/26/2011 03:00 AM, Ming Lei wrote:
> On Thu, Dec 22, 2011 at 3:32 AM, Sylwester Nawrocki wrote:
How is face detection enabled or disabled?
>>>
>>> Currently, streaming on will trigger detection enabling, and streaming
>>> off will trigger detection disabling.
>>
>> We would nee
Hi,
On Thu, Dec 22, 2011 at 3:32 AM, Sylwester Nawrocki wrote:
>>> How is face detection enabled or disabled?
>>
>> Currently, streaming on will trigger detection enabling, and streaming off
>> will trigger detection disabling.
>
> We would need to develop a boolean control for this I think, thi
Hi Ming,
On 12/14/2011 04:57 PM, Ming Lei wrote:
> Hi,
>
> On Wed, Dec 14, 2011 at 11:34 PM, Sakari Ailus wrote:
>
>>> + case VIDIOC_G_FD_RESULT:
>>> + {
>>> + struct v4l2_fd_result *fr = arg;
>>> +
>>> + if (!ops->vidioc_g_fd_result)
>>> + br
Hi,
On Wed, Dec 14, 2011 at 11:34 PM, Sakari Ailus wrote:
>> + case VIDIOC_G_FD_RESULT:
>> + {
>> + struct v4l2_fd_result *fr = arg;
>> +
>> + if (!ops->vidioc_g_fd_result)
>> + break;
>> +
>> + ret = ops->vidioc_g_fd_result(file, f
Hi Ming,
Thanks for the patchset.
(Dropped a lot of folks from cc --- I doubt Alan Cox or Greg
Kroah-Hartman have immediate interest towards this.)
On Fri, Dec 02, 2011 at 11:02:50PM +0800, Ming Lei wrote:
> This patch introduces two new IOCTLs and related data
> structure defination which will
Hi,
On 12/09/2011 05:34 AM, Ming Lei wrote:
> + * struct v4l2_obj_detection
> + * @buf_index: entry, index of v4l2_buffer for face detection
>>
>> I would prefer having the frame sequence number here. It will be more
>> future proof IMHO. If for instance we decide to use such an ioct
Hi,
On Fri, Dec 9, 2011 at 6:27 AM, Sylwester Nawrocki wrote:
> On 12/08/2011 04:42 AM, Ming Lei wrote:
+/**
+ * struct v4l2_obj_detection
+ * @buf_index: entry, index of v4l2_buffer for face detection
>
> I would prefer having the frame sequence number here. It will be more
On 12/08/2011 04:42 AM, Ming Lei wrote:
>>> +/**
>>> + * struct v4l2_obj_detection
>>> + * @buf_index: entry, index of v4l2_buffer for face detection
I would prefer having the frame sequence number here. It will be more
future proof IMHO. If for instance we decide to use such an ioctl on
a v
Hi,
On Tue, Dec 6, 2011 at 6:15 AM, Sylwester Nawrocki wrote:
> On 12/02/2011 04:02 PM, Ming Lei wrote:
>> This patch introduces two new IOCTLs and related data
>> structure defination which will be used by the coming
>> face detection video device.
>>
>> The two IOCTLs and related data structure
On 12/02/2011 04:02 PM, Ming Lei wrote:
> This patch introduces two new IOCTLs and related data
> structure defination which will be used by the coming
> face detection video device.
>
> The two IOCTLs and related data structure are used by
> user space application to retrieve the results of face
This patch introduces two new IOCTLs and related data
structure defination which will be used by the coming
face detection video device.
The two IOCTLs and related data structure are used by
user space application to retrieve the results of face
detection. They can be called after one v4l2_buffer
11 matches
Mail list logo