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? |