yarek
yarek

Reputation: 12064

delphi webcam capture : why does it not work on laptop?

I have tried many webcam components for delphi XE (Tcamera, TJVAviCapture, sources codes I found...) Mostly of them work on my desktop computers, but does not work on my maptop (tested with 2 laptops).

enter image description here

They open this source video window, and then webcam panel. Some of them work in DELPHI IDE but not in .exe generated by delphi !

Does someone know a reliable component (or a snippet) that simply display the webcam on any laptop or dektop without showing that video source window ?

Regards

Upvotes: 1

Views: 3114

Answers (1)

RobertFrank
RobertFrank

Reputation: 7394

I've been using the Mitov Video Library for several years to do this sort of thing and am very happy with it. It's run my webcam application on many hundreds laptops and desktops all over the world without any problems. Free for non-commercial use. Regularly updated. Good support. Source code available.

http://www.mitov.com/screenshots/videolab

Upvotes: 3

Related Questions