How to use Codegear Compiler to get image from webcam using C++ language?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ezat azah
    New Member
    • Jan 2011
    • 1

    How to use Codegear Compiler to get image from webcam using C++ language?

    I am doing a project in C++ to retrieve stream of images from webcam using Codegear compiler.

    Honestly I am new in C++ languages. After a few research I found out that C++ can do the filtering to the images. That I can use as additional to my project.

    My Aim:
    To get the image from the webcam using C++ that work in codegear compiler.

    I hope anybody could help me with a source code to make this project success. Thank you very much!
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    what type of webcam is it and how is it connected ?
    look on the manufacturers webiste to see if there is an API which will enable C++ to communicate with the camera.

    Comment

    Working...