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. QML Camera : get each image
Forum Updated to NodeBB v4.3 + New Features

QML Camera : get each image

Scheduled Pinned Locked Moved Solved General and Desktop
1 Posts 1 Posters 1.2k 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.
  • C Offline
    C Offline
    ClementD
    wrote on last edited by ClementD
    #1

    Hello,

    I saw that video recording is not supported on Windows yet. I am currently currently building the recording process with Open CV but i would like to use Qt Camera.
    I created a qml Camera and i would like to get each image, convert QML Images to C++ QImages.

    I tried with the capture mode "capture still image" but it save each frame and i think it is not a good idea to get each files, record it and delete it…
    Do someone knows how i can get a signal each time the camera capture one frame ? And how can i get the image, and send it to C++ part ?

    I already created à C++ / QML Interface that can provide signals from qml to C++. I don’t know how to create the QImage from a Qml image.

    Maybe found a way to do it.
    http://blog.qt.io/blog/2015/03/20/introducing-video-filters-in-qt-multimedia/

    Second way : maybe easier: i'll use cpp camera and send image to qml

    http://omg-it.works/how-to-grab-video-frames-directly-from-qcamera/

    The second way worked :)

    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