ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 resolutions list for tablet integrated webcam

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
m.namirial Posted - Jun 23 2013 : 23:55:00
Hi,
I have a problem with ImageEn 4.3.0 for DelphiXE. When i get format list (with
all resolutions for the N index of input device) i see that some devices with integrated webcam doesn't give me all the resolutions but only the lowest resolutions. For example, if a device with webcam can take a photo until 1280x960 the component give me list until 640x480. (tablet model: Samsung ATIV XE500T1C)
3   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Jul 03 2013 : 02:05:54
Unfortunately this is the list received from DirectShow API (that is the list sent by the camera WDM driver).
m.namirial Posted - Jun 26 2013 : 23:57:01
i launched the demo in the device and yes the list i saw in my application was the same listed in listBox1.
fab Posted - Jun 26 2013 : 12:27:06
Hi,
ImageEn shows the list that Windows DirectShow API communicates.
However please look at VideoCapture\DirectShow2 example. Is your list the same listed in ListBox1?