Does DirextX support YUY2/RGB24 format at 1600x1200 resolution for PC Camera
device?
Or any constraint when declaring structure in WDM?
If not, what is the max resolution?
I can't find any useful information about this.
Any help will be grateful.

SL.

Re: Question about PC Camera resolution by Tim

Tim
Tue Nov 22 11:16:12 CST 2005

SL wrote:
> Does DirextX support YUY2/RGB24 format at 1600x1200 resolution for PC Camera
> device?
> Or any constraint when declaring structure in WDM?
> If not, what is the max resolution?
> I can't find any useful information about this.
> Any help will be grateful.

At worst, I would expect support for 32767x32767 (signed 16 bit
integers). At 32bit colour depth this would only require about 4GB to
hold in memory all at once.

What limitations are you finding?

Tim.


Re: Question about PC Camera resolution by SL

SL
Wed Nov 23 00:18:47 CST 2005

Tim wrote:
>At worst, I would expect support for 32767x32767 (signed 16 bit
>integers). At 32bit colour depth this would only require about 4GB to
>hold in memory all at once.
>
>What limitations are you finding?
>
>Tim.

So you mean your driver can preview image at 32767x32767 in User-mode AP(ex:
Amcap) ?
But our driver even can't reach 1600x1200 in Amcap(lower resolution is ok).
It always show error message like "can not preview".
Does anything I need to take care ?

Regards,
SL.



Re: Question about PC Camera resolution by Tim

Tim
Thu Nov 24 21:18:08 CST 2005

"SL" <slchang@sq.com.tw> wrote:
>
>So you mean your driver can preview image at 32767x32767 in User-mode AP(ex:
>Amcap) ?

No, no one has a web camera at that resolution. He was speaking
hypothetically.

>But our driver even can't reach 1600x1200 in Amcap(lower resolution is ok).
>It always show error message like "can not preview".
>Does anything I need to take care ?

Is it possible your graphics card does not have enough offscreen memory to
create overlay surfaces at that size?
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.