How can I perfrom some image processing before record camera image to a video file?
General and Desktop
1
Posts
1
Posters
473
Views
1
Watching
-
Hello everyone, recenty I am learning QtMultiMedia module, It's really easy to write a prgram to capture camera image into a file using QCamera and QMediaRecorder class. But I want to know that is it possible for me to do some image processing to the data catpured by the camera beofore recording to a file? Thanks!