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

BT656 camera driver example #206

Open
smzahraee opened this issue Dec 7, 2024 · 4 comments
Open

BT656 camera driver example #206

smzahraee opened this issue Dec 7, 2024 · 4 comments

Comments

@smzahraee
Copy link

I am trying to write a b656 camera driver.
Is there any working example camera driver in your camera drivers that you tested?
I wonder how to config device tree and driver configuration to enable V4L2_MBUS_BT656
good luck

@luckfox-eng33
Copy link
Contributor

Sorry, we have not tested the DVP camera driver and we are unable to guide you on how to configure the device tree and driver at this time.
But usually you can find linux drivers and tutorials for the corresponding camera or seek help from the camera vendor.

@smzahraee
Copy link
Author

smzahraee commented Dec 10, 2024

No Problem.
There is a "Rockchip Driver Guide VI v1.0.8" document, In that document there are some guides on running dvp interface.
but I could not find the right kernel for that document.
could you guide me how I can find that kernel to check?
Thanks

@luckfox-eng33
Copy link
Contributor

but I could not find the right kernel for that document.

I'm not sure about your question. Do you mean the driver?

@smzahraee
Copy link
Author

I am searching for the source code corresponding to the specified kernel version mentioned in the document.
The document lists some clock names that I was unable to locate in your kernel source code.

For instance, I cannot determine which clock to use for the DVP. In a CSI camera, the clock is specified as clocks = <&cru MCLK_REF_MIPI0>;, but the appropriate clock for the DVP remains unclear. I came across CLK_VICAP_M0, but I am unsure if it is the correct choice.

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