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

Gstreamer vaapi not installed on intel platforms #696

Closed
fnoop opened this issue Nov 29, 2017 · 5 comments
Closed

Gstreamer vaapi not installed on intel platforms #696

fnoop opened this issue Nov 29, 2017 · 5 comments
Assignees
Milestone

Comments

@fnoop
Copy link
Member

fnoop commented Nov 29, 2017

From #640, minnowboard/up boards etc - basically all intel boards should install vaapi support.

@fnoop fnoop added this to the 1.1.5 milestone Nov 29, 2017
@fnoop fnoop self-assigned this Nov 29, 2017
@fnoop fnoop closed this as completed Nov 30, 2017
@fnoop
Copy link
Member Author

fnoop commented Nov 30, 2017

Refactored manifests to support intel platforms generically, added OpenCL gpu (beignet) and VAAPI support. 01org/gfx updated driver support only for Ubuntu.
@cglusky this should enable support for minnowboard and for up squared.

fnoop added a commit that referenced this issue Nov 30, 2017
@cglusky
Copy link
Member

cglusky commented Nov 30, 2017

fantastic! will fire them up in the next few days to test and report back.

@cglusky
Copy link
Member

cglusky commented Dec 3, 2017

NO luck with vaapi on Up^2. Assuming it's not related to Beignet compile fail. Or it could be me. I am testing by adding this to conf

# Encoder, if not specified will default to h264.  Values are h264, mjpeg or none
encoder = vaapih264enc

Yields this in log...
2017-12-02 23:58:43,755 - CRITICAL - Stream starting with unrecognised encoder: vaapih264enc

Will have MinnowBoard back up in a few days and try on Ubuntu.

@fnoop
Copy link
Member Author

fnoop commented Dec 3, 2017

vaapi is not an encoder type in visiond - that's h264. If vaapi is present in gstreamer it will (should) automatically find it and use it (and you'll see a note in the log). Change the encode back to h264, or just leave it blank.

@fnoop
Copy link
Member Author

fnoop commented Dec 3, 2017

Test if vaapis is installed with:
gst-inspect-1.0 |grep vaapi

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

2 participants