macdam
Posts: 3
Joined: Sat May 30, 2015 10:19 pm

14mp mipi camera

Sat May 30, 2015 10:24 pm

Hi,

I'm looking for the best and hopefully easiest way to connect a mipi 14mp camera to a raspberry pi, whether version B+ or 2.

Can you help please?

ghans
Posts: 7893
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: 14mp mipi camera

Sun May 31, 2015 7:14 am

There is no such thing. The only officially working
camera module is the 5 - megapixel one designed by the foundation.

All other cameras simply won't function. There is some
very rudimentary work going on to support others , but
it is very complicated , you will have huge performance
losses and there is no guaranteed further and extensive
support and help :

viewtopic.php?f=43&t=109137

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

macdam
Posts: 3
Joined: Sat May 30, 2015 10:19 pm

Re: 14mp mipi camera

Sun May 31, 2015 10:07 pm

thanks for your answer,

We don't especially need high performances as we will use only snapshot and not video.

I'm looking for a hardware interface to plug a MIPI OV13850 camera

ghans
Posts: 7893
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: 14mp mipi camera

Mon Jun 01, 2015 7:20 am

The hardware interface is there already , but that is completely useless without your commitment to write lots of software to drive your camera module.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

6by9
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 15294
Joined: Wed Dec 04, 2013 11:27 am
Location: ZZ9 Plural Z Alpha, aka just outside Cambridge.

Re: 14mp mipi camera

Mon Jun 01, 2015 8:13 am

There is no standard connector that I know of for sensors, so you are almost certainly going to have to get a PCB designed and made to interface the two.

I'd first make sure you can find a supplier of OV13850 sensors, and obtain the full datasheet (including all register settings) from Omnivision. Without support from them, then unless you are VERY lucky and someone else has done the work before, then you haven't a hope ..... A quick Google ("ov13850 linux") does throw up http://dl.linux-sunxi.org/SDK/A80/A80_S ... /ov13850.c which looks like someone may have done an soc-camera driver for it.

Please note that this is a Bayer sensor. You will have to do a large amount of post-processing on it to get YUV or RGB out.

The standard Pi also only has 2 lanes of CSI-2 brought out to the camera connector. This sensor supports up to 4 lanes, and the driver linked above runs in 4 lane mode. You'll either have to amend the register set (datasheet needed), or use a Compute Module that does bring out all 4 lanes that BCM2835 supports on one of the 2 camera interfaces (the other camera interface is 2 lane only).
Software Engineer at Raspberry Pi Ltd. Views expressed are still personal views.
I'm not interested in doing contracts for bespoke functionality - please don't ask.

macdam
Posts: 3
Joined: Sat May 30, 2015 10:19 pm

Re: 14mp mipi camera

Mon Jun 01, 2015 10:32 am

Ok we will use another card until raspb developer the appropriate hardware

Many thanks for your accurate answers

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 32834
Joined: Sat Jul 30, 2011 7:41 pm

Re: 14mp mipi camera

Mon Jun 01, 2015 12:17 pm

macdam wrote:Ok we will use another card until raspb developer the appropriate hardware

Many thanks for your accurate answers
The RPF are not currently developing any such HW. Mainly because doing a multi sensor board is pretty much impossible.
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.

6by9
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 15294
Joined: Wed Dec 04, 2013 11:27 am
Location: ZZ9 Plural Z Alpha, aka just outside Cambridge.

Re: 14mp mipi camera

Mon Jun 01, 2015 12:42 pm

jamesh wrote:
macdam wrote:Ok we will use another card until raspb developer the appropriate hardware

Many thanks for your accurate answers
The RPF are not currently developing any such HW. Mainly because doing a multi sensor board is pretty much impossible.
It's just possible that individuals may stump up the cash to get boards designed and made (see the camera module over HDMI boards), but it will be specific to a particular module, and may be pricey. Getting a supply of sensors may also be tricky - easier in these days of internet shopping from China, but manufacturers would be typically looking for orders of 1000's+.

If you're really after this particular sensor, then you may well need to do the legwork yourself for any board.
Software Engineer at Raspberry Pi Ltd. Views expressed are still personal views.
I'm not interested in doing contracts for bespoke functionality - please don't ask.

Return to “Camera board”