-
Notifications
You must be signed in to change notification settings - Fork 36
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
icamerasrc support over Intel Atom E39xx using Yocto Zeus #2
Comments
What camera are used in Intel Atom E39xx platform? The icamerasrc need a the libcamhal to run. |
We are planning to use a LT6911 chipset, which is a HDMI to CSI bridge. |
This icamera source is based on the libcamhal API which is used to get frames from camera and feed it to next plugins such as encoder. |
Does your environment with the "Intel Atom E39xx" has an enabled ImageProcessingUnit (IPU) and do you have firmware/drivers available? |
I don't have the environment ready in my labs. This icamerasrc was designed to support the "SOC" camera with the "camera hal" API. |
How do we load this camera HAL inside yocto and basically, how to we include icamerasrc inside gstreamer under Yocto? |
They should be part of Yocto recipe from Intel. |
It should be part of "meta-intel" layer you say? |
I don't know where it put for the external(Intel) yocto build. You could use "find" and "grep" to check. |
Is there a way to support icamerasrc plugin with gstreamer and try it on Intel Atom E39xx platform?
What are the steps to try it?
I am running a newer kernel version 4.14 and seems like this plugin will run on kernel 4.4?
Thanks!
The text was updated successfully, but these errors were encountered: