Results 1 to 4 of 4

Thread: how to connect with usb cameras using qt for ImageProcesssing.

  1. #1
    Join Date
    Sep 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default how to connect with usb cameras using qt for ImageProcesssing.

    Hi Everybody.,

    I am new to qt i am using qt 4.4.1 in my project i want to connect with usb camera,

    please anybody tell me how to connect with usb cameras and how to get the images from that camera.


    Many Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to connect with usb cameras using qt for ImageProcesssing.

    You need an additional library for that. Like OpenCV.

    http://opencvlibrary.sourceforge.net/CameraCapture

  3. #3
    Join Date
    Sep 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to connect with usb cameras using qt for ImageProcesssing.

    Thank you very much for your valuable reply.

  4. #4
    Join Date
    Jul 2008
    Location
    Netherlands
    Posts
    33
    Thanks
    2
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to connect with usb cameras using qt for ImageProcesssing.

    If you're developing on a Linux platform, you can read from /dev/videoN, using the Video4Linux(2) API. It's pretty straightforward.
    On Windows, I have no clue

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.