Results 1 to 5 of 5

Thread: How to get video streaming from USB webcam

  1. #1
    Join Date
    Aug 2010
    Posts
    18
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default How to get video streaming from USB webcam

    Hi everybody,

    I Want to use my USB webcam to for video streaming in my application.
    Is it possible to get this streaming using Qt? If yes then how?
    I have search around phonon but it provides media facility like video and audio player.
    It does not seems useful for video streaming from USB webcam.
    Please guide me for this query..

    Thanks in advance.

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to get video streaming from USB webcam

    What protocols does your webcam support to provide this functionality?

  3. #3
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How to get video streaming from USB webcam

    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  4. #4
    Join Date
    Jul 2011
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: How to get video streaming from USB webcam

    Well I would like to revive this thread because I m trying to do the same thing and I m not sure where to start..

    I am using a Logitech camera

  5. #5
    Join Date
    Nov 2007
    Location
    Italy
    Posts
    692
    Thanks
    59
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to get video streaming from USB webcam

    Hi,
    to strem frames of your camera over ip networks you can use ffmpeg. If you need more control you can considere using rtp/rtcp protocol like this one: http://www.live555.com/
    I've used it in the past to stream mpg4 packets over the network with very good results.
    Good luck.

    p.s. sorry for my not so correct english


    Added after 11 minutes:


    Sorry I think I didn't read well your post.
    To simply render the frames of your usb camera you can considere using QtMultimediaKit
    Regards
    Last edited by franco.amato; 15th July 2011 at 06:45.
    Franco Amato

Similar Threads

  1. Video Streaming
    By Madhumitha in forum Newbie
    Replies: 1
    Last Post: 23rd February 2011, 07:31
  2. Video streaming
    By somnathbanik in forum Newbie
    Replies: 9
    Last Post: 4th November 2010, 10:38
  3. Video Streaming
    By stefandetter in forum Qt Programming
    Replies: 1
    Last Post: 4th June 2008, 09:59
  4. Video streaming with QT4
    By QiT in forum Qt Programming
    Replies: 1
    Last Post: 10th April 2008, 18:09

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.