Forums
videomode - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: VCL Components (/forum-6.html)
+--- Forum: VideoLab (/forum-19.html)
+--- Thread: videomode (/thread-69.html)

Pages: 1 2


RE: videomode - Dave - 12-09-2011 01:56 AM

Just to make sure you get the wrong resolution you could use InBuffer.GetWidth(); and InBuffer.GetHeight(); in the GenericFilter event to display the actual resolution on a label for example.


RE: videomode - rafael - 12-09-2011 04:15 AM

i just made it... and returned 640x480
Smile


RE: videomode - Dave - 12-09-2011 07:17 AM

Tried different resolutions already like 320x240?


RE: videomode - rafael - 12-09-2011 08:52 AM

yes i tried and did not work again.
i dont know why.

i really dont know what to do now.


RE: videomode - supraH2O - 01-28-2012 02:03 AM

Those HD cams from Microsoft only output 640x480, despite their ads.
I have moved on to Logitech cameras which behave better. The HDs have
an annoying refocusing problem throughout the series of models.
May I suggest the Logitech C260. Its cheap, with an excellent picture at 800x600.


RE: videomode - neozed - 04-07-2012 07:30 AM

(12-08-2011 09:16 AM)Dave Wrote:  Hi! You can set the VideoSize->Width and height yourself. Make sure Current is set to false.

Dave

Wow, this works for me.

Thanks a lot.


RE: videomode - Dave - 07-13-2013 07:45 PM

And now i ran into this myself, weird fix: uninstall the LifeCam software from Control Panel -> Programs and features.. then HD capture works.

Dave