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. Video recording / playing suggestion (OpenCv)
Forum Update on Monday, May 27th 2025

Video recording / playing suggestion (OpenCv)

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 352 Views
  • 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.
  • R Offline
    R Offline
    RahibeMeryem
    wrote on last edited by
    #1

    Hi,

    We have an application and receiving stream video from IP cameras. pre-processing , deep learning stuff etc .

    We are capturing stream via OpenCv and extracting some objects with meta data ie : date_time which object is seen.

    What I want to :

    Save this frames as h264 or h265 (which one is recommended? )
    every 30 min new video created (partial record)

    Than:

    when I click a detected object in my app I have its date_time , I want to play that exact time in Qt.

    So what is the direction to do this ? seeking video with date_time ? recording with openCv or Gstream ?

    I would love to hear advice and recommendation including examples if there is any before diving the coding ..

    Best

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

      Hi,

      If by date_time you mean system time, then you won't be able to retrieve that image unless you somehow have that meta data embedded in each image of your video. If it's the time in the video, then you should be able to do that using the millisecond position of the frame in the video.

      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

      • Login

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