Does Camera Module with OV5640 Chip worked on ARM FreeBSD 12.1

Oleksandr Tymoshenko gonzo at bluezbox.com
Wed Nov 27 20:21:07 UTC 2019


Nick Kostirya via freebsd-arm (freebsd-arm at freebsd.org) wrote:
> Hello.
> 
> Could you tell me, please?
> Does Camera Module with OV5640 Chip work on ARM FreeBSD 12.1?
> It's DVP interface camera, not USB.
> If so, what is needed for this?
> 
> https://www.friendlyarm.com/index.php?route=product/product&path=78&product_id=155

I don't think we have required drivers for this. Several things
are required to make it work:
    - Driver for the OV5640 chip, ususally it's controlled over I2C
    - Driver for the SoC block that handles actual pixel data path. For
      this product it's DVP, the other common interface is MIPI/CSI. This
      driver needs to be visible to userland as V4L2 device
      (/dev/videoN). It also needs to have some glue code to talk to the OV5640
      (or any other sensor) driver to control the sensor parameters.
    
As far as I know FreeBSD doesn't have support for neither of these things at
the moment.

-- 
gonzo


More information about the freebsd-arm mailing list