Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to add new tabs and slider function to a video capture program using libv4l?
Qt 6.11 is out! See what's new in the release blog

How to add new tabs and slider function to a video capture program using libv4l?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I am working on developin a GUI for video feed using Qt libv4l library in ubuntu 12.04.
    I have planned work with the following example-
    http://qt-apps.org/content/show.php/qt+webcam+viewer+-+V4lCapture?content=126541

    I have to make the following additions to the program-

    1. Tab system-triggering this action would save the video feed till that point in a file and start a new feed from that point in a new tab.
    2. Adding a slider to control the rewinf and forward function for the saved file.

    So, can anyone help me with the above mentioned tasks with respect to the example given on the link. If possible pseudocodes might be a great help.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      For the tab part you can use a QTabWidget

      For the slider control have a look at QtMultimedia/Phonon depending on your Qt version.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        thanks i'll check it out and get back to you..;)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved