Using Orange-pi camera with libretech-all-h3-cc-h2-plus
Has anyone tried using orangep-pi cameras with DVP camera interface of libretech-all-h3-cc-h2-plus board.
Or which camera would be compatible for the boad's camera interface.
Thanks.
Has anyone tried using orangep-pi cameras with DVP camera interface of libretech-all-h3-cc-h2-plus board.
Or which camera would be compatible for the boad's camera interface.
Thanks.
Comments
Does the pin-out of both match?
Camera modules are in development. Orange Pi has multiple cameras that follow different standards so we can't tell you which one will work and which one won't.
So, which camera module would you suggest to be used with this board?
Actually, I had a look at camera schematics, the pinout of data-pins look in random order. I am not sure if its usual or specific to this board.
I just want to use DVP interface to connect to a camera module.
Also I just noted in schematics, in Camera section under the
CON2
pinout, Its mentionedDoes this mean GC2035 camera module should work properly?
Thanks
Any suggestions about this?
I have got
Omnivision OV5640
camera sensor and I tried to build corresponding OV5640 module in kernel, but after loading module in system usingmodprobe
I couldn't see any/dev/video0
nor is there any error.How can I bring up the board to support
CSI camera interface
Please suggest
Bootlin hasn't finished the upstream driver for OV5640. There was some conflict between the CSI and DVP versions that wasn't resolved. You need to patch the kernel. I'll see if I can find the exact text.
Thanks for the information. As of now, since my board can't even detect the camera on DVP port. Firstly, I want it to recognise. Please suggest some reference(if any), that could help me getting started. After that, I am planning to stream video from camera, where I can view it from my laptop etc.
Thanks.
Please suggest some guide where I can start or find the appropriate kernel patch you are talking about.
P.S.: I tried googling, but results are inclined towards raspberry pi. Please help
Do you have the exact link to where you purchased it? There's two or three models for Orange Pi cameras.
from here
https://www.banggood.in/5MP-Pixel-Camera-Module-OV5640-Auto-Zoom-With-Wide-angle-Lens-For-Orange-Pi-PC-Pi-OnePC-Plus-p-1298126.html
The pinout seems to match. Have you checked Android?
Which Android are you referring to?
If so, the readme of Android image says that H2+ is not supported, due to limited RAM.
Try it.
But the `Phoenix USB pro` used to flash image is available for windows and I'm currently using ubuntu. So setting up windows and testing would take couple of days.
Meanwhile, if you can share your kernel `.config` file which has `OV5640 camera sensor` support enabled, that would be helpful.
Thanks.
We don't have one.
The android image doesn't seem to have any partition table. So flashing it directly into sdcard won't help, right?
Hi, I was trying to install android image and instead of emmc, I have sdcard. But Image can't be flashed.
Following is the log error on uart.
The only difference from readme is instead of emmc , I'm using sdcard.
Please suggest.
These are the logs before above image
Does it help anyways?
The Android release so far only supports eMMC.You may have to wait until Android is released for MicroSD card. That is low on the priority list right now. You can also try on linux-sunxi IRC.
Where can I find the image for this particular board?
Or if you can get me the kernel config you are using for the same, it would be a great help.
And also, I think I might be missing the DVP camera interface driver, Can you tell if it's already in kernel menuconfig or is it some external patch?
Can you please suggest me the driver you are using for parallel port communication?
Thanks
Hi,
Do you have the
device tree config
for the camera available with you? I have applied a patch for the same but there seems to be an issue with device-tree config only. Also according to schematics the data pins for camera interface also appears shuffled.If you share the device tree config for
ov5640 camera sensor
, it'll be very helpful.Thanks
Hey,
Has anybody ever seen
OV5640 camera sensor
working with this board?I got all device tree and patches sorted, but now,
I2C bus
is being locked when trying to probe forov5640 sensor
. Time out is occuring on theI2C bus
for that particular bus only, where sensor is connected.Following is the
dmesg log
for that section:I have checked in the kernel code, error code 110 refers to
Connection Timed Out
.Please help me figure it out.