QCamera - capture modes
Unsolved
General and Desktop
-
Hi,
In doc of QCamera there is:
QCamera::CaptureViewfinder 0 Camera is only configured to display viewfinder. QCamera::CaptureStillImage 0x01 Camera is configured for still frames capture. QCamera::CaptureVideo 0x02 Camera is configured for video capture.
What is the difference between capture still image and capture video?
EDIT: I see that people use QCamera::CaptureStillImage, when they stream camera. Why not QCamera::CaptureVideo?
-
Hi,
StillCapture is used to save one image from the camera like a photo camera.
Video is to record videos from your camera.