You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When built for Arago, a warning is observed in the debug logs about a missing 'crop-area' property in the video scaler element. This is being used for the videoZoom property to increase the scaling of the video, but shouldn't actually be used on Arago. This warning is most certainly due to the Gstreamer/OMX elements on Arago being built without that feature.
We should add a check to disable this feature when built for Arago.
(cam-pipeline:3457): GLib-GObject-WARNING **: IA__g_object_set_valist: object class GstOmxMDeiScaler' has no property named crop-area'
The text was updated successfully, but these errors were encountered:
When built for Arago, a warning is observed in the debug logs about a missing 'crop-area' property in the video scaler element. This is being used for the videoZoom property to increase the scaling of the video, but shouldn't actually be used on Arago. This warning is most certainly due to the Gstreamer/OMX elements on Arago being built without that feature.
We should add a check to disable this feature when built for Arago.
(cam-pipeline:3457): GLib-GObject-WARNING **: IA__g_object_set_valist: object class
GstOmxMDeiScaler' has no property named
crop-area'The text was updated successfully, but these errors were encountered: