Qml Camera
-
Hi,
I am using qml camera . it's working fimr on system but when deploy to SOC(ST accordo 5) gives the following error:-
** (dialcontrol:415): CRITICAL **: gst_audio_format_from_string: assertion 'format != NULL' failed
Unable to query the parameter info: QCameraImageProcessingControl::WhiteBalancePreset : "Invalid argument"
Unable to query the parameter info: QCameraImageProcessingControl::ColorTemperature : "Invalid argument"
Unable to query the parameter info: QCameraImageProcessingControl::SharpeningAdjustment : "Invalid argument"What's the reason for that. How can I solve it?
Regards,
Rajni -
@Rajni-Rajput said in Qml Camera:
gst_audio_format_from_string: assertion 'format != NULL' failed
check if gstreamer audio lib is installed. Gstreamer is used as backend for camera in qt
-lgstaudio-1.0