Results 1 to 4 of 4

Thread: Streaming Video

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2010
    Posts
    12
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Streaming Video

    Hello everyone!

    I recently started a task of trying to stream video from a webcam thats plugged into one of my usb ports into a Qt widget in Ubuntu linux. There are very few well documented examples of this within a recent time period. The webcam I am using is a Logitech 1.3 megapixel that is compatible with the Linux distribution I have.

    I saw on some post during my googling endeavors a person reading /dev/video0 as if it were a file and trying to get the video data read in this way. My question then, is twofold: Can video data be retrieved this way, using the /dev files? And how do you get the webcam's video data into a buffer to start decoding it? I have very little knowledge of working with video and don't know how to decode the data yet, but a step in the right direction would be very helpful.

    I don't have any relevant code to speak of, so any tips or code examples would be greatly appreciated. Thanks for your time!

    I forgot to mention that I am using Qt Creator 1.3.1 which is based on Qt 4.6.2 (32 bit).
    Last edited by wysota; 25th May 2010 at 20:39.

Similar Threads

  1. Help in creating video streaming app
    By superutsav in forum Qt Programming
    Replies: 16
    Last Post: 21st April 2010, 15:55
  2. Streaming Web cam Video In Both Party
    By Peter_APIIT in forum Qt Programming
    Replies: 1
    Last Post: 8th December 2009, 06:12
  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
  5. Video streaming on QMainWindow
    By yagabey in forum Qt Programming
    Replies: 3
    Last Post: 13th January 2008, 17:15

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
  •  
Qt is a trademark of The Qt Company.