johnny-b-goode
johnny-b-goode

Reputation: 3893

Webcam image live processing

need to perform processing of webcam image - image should be captured, processed and displayed live. Could you recommend programming language? Already dobne with Delphi tsCap32 and java, but its runs slowly. Is there any solutions in other languages?

Thanks!

Upvotes: 0

Views: 392

Answers (1)

Uriel Frankel
Uriel Frankel

Reputation: 14622

Try using C/C++ and OpenCV. It is fast and has a large community. A good starting point is to read the book: "Learning OpenCV"

Upvotes: 1

Related Questions