D
D
drew_dru2015-09-17 21:28:06
Qt
drew_dru, 2015-09-17 21:28:06

How to work with the camera using QML?

It is necessary to receive images from the camera, then process them in some way and then display them on the screen.
Actually, I figured out how to capture an image thanks to this example:
www.pvsm.ru/qt-quick/36163/print
But I need to receive images from the camera all the time, and not on click. And I did not figure out how to display the image after processing.
I am using Qt5.5

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly Petrov, 2015-09-18
@drew_dru

Hello.
Here is an example of using shaders in the post-processing of a camera image. Perhaps there will be what you are looking for: https://developer.ubuntu.com/api/apps/qml/sdk-14.1...

D
drew_dru, 2017-04-05
@drew_dru

When working with a video stream, you can save individual frames and display through Image, while you must turn off the cache

Image {
  cache: false
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question