Hi,
I am trying to integrate the Pi NoIR camera board in an embedded platform (other than the raspberry). Could you indicate which sensor and driver does it use? Is the driver opensource?
Thanks
Hi,
I am trying to integrate the Pi NoIR camera board in an embedded platform (other than the raspberry). Could you indicate which sensor and driver does it use? Is the driver opensource?
Thanks
The camera was said to be coming for a long time before it actually became available. The story was that the raw bytes from the camera need significant processing before they become "useful".
In the case of the raspberry pi, this processing is done by a closed-source module inside the videocore processor.
Thanks for the information.
I think that the camera uses the OmniVision OV5647 sensor. Do you know if that is correct? Do you know if there is a driver for that sensor in the raspberry kernel?
I remember hearing about the sensor's identifing number. OVxxxx, so what you're saying could very well be correct. A quick google search should verify that.
As I've said: There is no kernel driver for that chip, as the sensor is handled by the videocore. Raspberry pi applications just communicate with the videocore. If they need to go through the kernel for that I don't know. Maybe there is a video-for-Linux driver that communicates with the videocore in this situation. In any case, the kernel does not meddle with the OVxxxx sensor.
update: Here I did the search for you. One of the links that pops up is: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=122759
Jamesh there is "alluding" to the GPU-code being closed source. He's one of the engineers involved in writing that stuff so you'd better take what he says as valid....
I see, that makes it clear. Thanks
What processor were you planning to use?
Clem
Ah. Found another authorative link: https://www.raspberrypi.org/blog/creating-the-camera-board/
i.MX6
From NXP or prior Freescale for that processor. Looking above they have a 16bit CSI. 
Camera Interface
o Types: 2x 20-bit parallel, MIPI-CSI2 (4 lanes), three simultaneous inputs
Freescale i.MX 6 Series with ARM Cortex A9 for Consumer and General Embedded
Freescale i.MX 6 Development Platforms Software Download Center
for software.