Compatibility with raspberry pi camera?

does milk v work with raspberry pi cameras?

1 Like

Yes, the Raspberry Pi Camera V1 OV5640 is supported.

1 Like

so no support for OV5647 1080P?

1 Like

I am trying to use an ArcuCam OV5647 on the Duo S. I tried the camera-test.sh but that results in
vi init failed. s32Ret: 0xffffffff !
init middleware failed! ret=ffffffff

The Duo S web page says:
β€œJ2 is a 15-pin 1.0mm pitch connector compatible with the Raspberry Pi camera interface. It currently supports the OV5647 camera used on the Raspberry Pi.”

What should it do to get the camera to work?

1 Like

I got the OV5647 camera to work with the following 2 steps:

  1. Build a new image using the latest SDK
  2. Execute the following steps:
cd /mnt/data
unlink sensor_cfg.ini 
ln -s sensor_cfg_OV5647_J2.ini sensor_cfg.ini
3 Likes

I got the same error, even after linking sensor_cfg_OV5647_J2.ini to sensor_cfg.ini

vi init failed. s32Ret: 0xffffffff !
init middleware failed! ret=ffffffff

Do i need to build a new image by my self or it’s just enough using the latest release image ?

I am using Duo S

1 Like

I have milk v duo s , I followed the steps quoted by abehnke99 , it worked for me. I just used the latest release image and executed the code provided by abehnke. I did it before 2 months I guess so I dont know whether latest release is giving error , maybe try the previous version if the latest version is giving error.

1 Like