From: "Dongsoo, Nathaniel Kim" <dongsoo.kim@gmail.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
"dongsoo45.kim@samsung.com" <dongsoo45.kim@samsung.com>,
민병호 <bhmin@samsung.com>, "김형준 김" <riverful.kim@samsung.com>
Subject: Re: About s_stream in v4l2-subdev
Date: Fri, 29 May 2009 08:31:10 +0900 [thread overview]
Message-ID: <5e9665e10905281631t5bd844btbba5f744f3fb8c30@mail.gmail.com> (raw)
In-Reply-To: <200905282321.17931.hverkuil@xs4all.nl>
Thank you Hans,
Regards,
Nate
On Fri, May 29, 2009 at 6:21 AM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
> On Thursday 28 May 2009 13:20:15 Dongsoo, Nathaniel Kim wrote:
>> Hello everyone,
>>
>> I'm doing my driver job with kernel 2.6.30-rc6, trying to figure out
>> how to convert my old drivers to v4l2-subdev framework. Looking into
>> the v4l2-subdev.h file an interesting API popped up and can't find any
>> precise comment about that. It is "s_stream" in v4l2_subdev_video_ops.
>> I think I found this api in the very nick of time, if the purpose of
>> that api is exactly what I need. Actually, I was trying to make my
>> sub device to get streamon and streamoff command from the device side,
>> and I wish the "s_stream" is that for. Because in case of camera
>> module with embedded JPEG encoder, it is necessary to make the camera
>> module be aware of the exact moment of streamon to pass the encoded
>> data to camera interface. (many of camera ISPs can't stream out
>> continuous frame of JPEG data, so we have only one chance of shot).
>> Is the s_stream for streamon purpose in subdev? (I hope so...finger
>> crossed) Cheers,
>
> Yes it is. It is for subdevs that need to implement VIDIOC_STREAMON and
> VIDIOC_STREAMOFF.
>
> Regards,
>
> Hans
>
>
> --
> Hans Verkuil - video4linux developer - sponsored by TANDBERG Telecom
>
--
=
DongSoo, Nathaniel Kim
Engineer
Mobile S/W Platform Lab.
Digital Media & Communications R&D Centre
Samsung Electronics CO., LTD.
e-mail : dongsoo.kim@gmail.com
dongsoo45.kim@samsung.com
prev parent reply other threads:[~2009-05-28 23:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-28 11:20 About s_stream in v4l2-subdev Dongsoo, Nathaniel Kim
2009-05-28 21:21 ` Hans Verkuil
2009-05-28 23:31 ` Dongsoo, Nathaniel Kim [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5e9665e10905281631t5bd844btbba5f744f3fb8c30@mail.gmail.com \
--to=dongsoo.kim@gmail.com \
--cc=bhmin@samsung.com \
--cc=dongsoo45.kim@samsung.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
--cc=riverful.kim@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox