I am developing a camera with DART-MX8M-PLUS.
I want to process capture image while streaming in QT.
Now I am doing like below.
| gst-launch-1.0 v4l2src device=/dev/video1 ! imxvideoconvert_g2d ! video/x-raw,width=720, height=480 ! tee name=t t. ! queue ! waylandsink t. ! queue ! jpegenc ! multifilesink location=capture.jpg max-files=1 |
But files are being overwritten continuously and CPU load also goes up.
Are there another ways to capture at the time I want while streaming?
Thanks.
Best regards,
Jayden