Results 1 to 4 of 4

Thread: Video streaming on QMainWindow

  1. #1
    Join Date
    Dec 2007
    Location
    London
    Posts
    206
    Thanks
    40
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android

    Default Video streaming on QMainWindow

    Hello,

    I want to display a stream of video on a QMainwindow. I will take the video data from serial port(a vga camera module C328-7640 ). I also want to take snapshots from the displayed video.

    What is the most appropriate way to do this? Thanks..

  2. #2
    Join Date
    Nov 2007
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Video streaming on QMainWindow

    Hi,

    little question what image format is available from the serial port?

    Do you want to be able to stretch the image according to the size of the QMainWindow's size?

    -uglykid

  3. #3
    Join Date
    Dec 2007
    Location
    London
    Posts
    206
    Thanks
    40
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android

    Default Re: Video streaming on QMainWindow

    The camera has a jpeg compression module, and command set...The data from the serial port is jpeg. i dont want to resize the image...

  4. #4
    Join Date
    Aug 2007
    Location
    Wroclaw
    Posts
    20
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Video streaming on QMainWindow

    You can try to use opencv to get images from cam and work with them

Similar Threads

  1. [SOLVED] DirectShow Video Player Inside Qt
    By ToddAtWSU in forum Qt Programming
    Replies: 16
    Last Post: 3rd November 2011, 07:47
  2. Help in creating video streaming app
    By superutsav in forum Qt Programming
    Replies: 16
    Last Post: 21st April 2010, 15:55

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.