Results 1 to 6 of 6

Thread: Webcam support in delphi?

  1. #1

    Webcam support in delphi?

    System: Windows XP
    Compiler: Delphi 2005
    Libararies: OpenGl / VFW

    Hello i am looking for information on how to use a webcam with an delphi program. I have looked on some examples but either the do not work or work for a period of time. Also i saw an example using directshow wanting to use even direct3d (yikes).

    Now i believe vfw is capeable of capturing from a wabcam device and so together with: http://www.sulaco.co.za/opengl_proje...o_textures.htm thing could work out. The only thing with this example is that it bugs on my pc.

    This example (http://www.delphipraxis.net/topic71146.html) should use vfw to display the image from the webcam on a planel. The only thing is that it does not offer an compatible mode. E.g. it offers 320x240 instead of 320x200 which is supported by my webcam.

    So help is appreciated.

    Once i get the basics to work i want to take it a step further and create something like: http://www.fix8.com/ .
    http://3das.noeska.com - create adventure games without programming

  2. #2

    Webcam support in delphi?

    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  3. #3

    Webcam support in delphi?

    But that one uses directx as it seems.
    http://3das.noeska.com - create adventure games without programming

  4. #4

    Webcam support in delphi?

    You want obsolete & unsupported VFW or DX? i'm affraid those two are the only viable choices, unless you want to make a directshow driver wrapper / interface..
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  5. #5
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Webcam support in delphi?

    Is there noting that is crossplatform? What about SDL?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  6. #6

    Webcam support in delphi?

    Would be nice if sdl had a feature for this. But i am afraid it does not.

    Also vfw does not work with my webcam. It only gives black screens.
    http://3das.noeska.com - create adventure games without programming

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •