public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Trimarchi <michael@panicking.kicks-ass.org>
To: rath <mailings@web150.mis07.de>
Cc: Jean-Francois Moine <moinejf@free.fr>, linux-media@vger.kernel.org
Subject: Re: camera with high framerate
Date: Sat, 16 Jan 2010 21:21:59 +0100	[thread overview]
Message-ID: <4B521FE7.8000408@panicking.kicks-ass.org> (raw)
In-Reply-To: <6FC529251E9949CC9F6C4D99D6B55F46@pcvirus>

rath wrote:
> Okay, are there some other cameras avaiable with 160x120 pixels or 
> output in rgb? I only have an ARM Cortex-A8 with 500MHz to process the 
> image data and converting between different pixelformats take a long 
> time. So it would be fine if a resolution of 160x120 pixels is supported 
> or the output is in rgb.

ov538-ov7690 solution

static const struct v4l2_pix_format vga_mode[] = {

        { 176, 144, V4L2_PIX_FMT_YUYV, V4L2_FIELD_NONE,
         .bytesperline = 176 * 2,
         .sizeimage = 176 * 144 * 2,
         .colorspace = V4L2_COLORSPACE_SRGB,
         .priv = size176_144 },

I think that it has the 160x120 resolution too, but I don't write the code for that.
The sensor arrive at 60 fps in QVGA mode

Michael

> 
> ----- Original Message ----- From: "Jean-Francois Moine" <moinejf@free.fr>
> To: "rath" <mailings@hardware-datenbank.de>
> Cc: <linux-media@vger.kernel.org>
> Sent: Saturday, January 16, 2010 7:14 PM
> Subject: Re: camera with high framerate
> 
> 
> On Sat, 16 Jan 2010 18:33:54 +0100
> "rath" <mailings@hardware-datenbank.de> wrote:
> 
>> I'm searching a v4l supported webcam with a framerate higher than
>> 30fps. I found the Playstation Eye and it seems to have a framerate
>> of up to 120fps @320x240 pixels.
>> Does this camera support a resolution of 160x120 pixels? How are the
>> images transfered over usb (jpeg, rgb, yuv)?
> 
> Hi Joern,
> 
> The resolutions are only 640x480 and 320x240. The images are transfered
> in YUYV (16 bits YUV 4:2:2).
> 
> Regards.
> 


      reply	other threads:[~2010-01-16 20:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-16 17:33 camera with high framerate rath
2010-01-16 18:14 ` Jean-Francois Moine
2010-01-16 20:03   ` rath
2010-01-16 20:21     ` Michael Trimarchi [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=4B521FE7.8000408@panicking.kicks-ass.org \
    --to=michael@panicking.kicks-ass.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mailings@web150.mis07.de \
    --cc=moinejf@free.fr \
    /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