Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glib warning: GstOmxMDeiScaler has no property 'crop-area' #8

Open
oskirby opened this issue Oct 11, 2019 · 0 comments
Open

Glib warning: GstOmxMDeiScaler has no property 'crop-area' #8

oskirby opened this issue Oct 11, 2019 · 0 comments
Assignees

Comments

@oskirby
Copy link
Contributor

oskirby commented Oct 11, 2019

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'

@oskirby oskirby self-assigned this Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant