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

icamerasrc support over Intel Atom E39xx using Yocto Zeus #2

Open
jbolduc01 opened this issue Aug 28, 2020 · 9 comments
Open

icamerasrc support over Intel Atom E39xx using Yocto Zeus #2

jbolduc01 opened this issue Aug 28, 2020 · 9 comments

Comments

@jbolduc01
Copy link

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!

@ghu3
Copy link
Contributor

ghu3 commented Aug 29, 2020

What camera are used in Intel Atom E39xx platform?

The icamerasrc need a the libcamhal to run.

@jbolduc01
Copy link
Author

We are planning to use a LT6911 chipset, which is a HDMI to CSI bridge.
We also plan to develop our own driver in order to make it work but we wanted to see how this gstreamer plugin can be implemented using Yocto Zeus.

@ghu3
Copy link
Contributor

ghu3 commented Aug 31, 2020

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.
If it is a HDMI to CSI camera, it should be supported by this camera source

@brmarkus
Copy link

Does your environment with the "Intel Atom E39xx" has an enabled ImageProcessingUnit (IPU) and do you have firmware/drivers available?
In the environment I'm working with I have an IPU with firmware/drivers loaded and "camera_hal.xml" configured for HDMI and CVBS in our case.

@ghu3
Copy link
Contributor

ghu3 commented Aug 31, 2020

I don't have the environment ready in my labs. This icamerasrc was designed to support the "SOC" camera with the "camera hal" API.

@jbolduc01
Copy link
Author

How do we load this camera HAL inside yocto and basically, how to we include icamerasrc inside gstreamer under Yocto?

@ghu3
Copy link
Contributor

ghu3 commented Sep 1, 2020

They should be part of Yocto recipe from Intel.

@jbolduc01
Copy link
Author

It should be part of "meta-intel" layer you say?
I though I needed to add "meta-intel-camera" layer inside our yocto source in order to bitbake camerasource?

@ghu3
Copy link
Contributor

ghu3 commented Sep 4, 2020

I don't know where it put for the external(Intel) yocto build. You could use "find" and "grep" to check.

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

3 participants