does milk v work with raspberry pi cameras?
Yes, the Raspberry Pi Camera V1 OV5640 is supported.
so no support for OV5647 1080P?
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?
I got the OV5647 camera to work with the following 2 steps:
- Build a new image using the latest SDK
- Execute the following steps:
cd /mnt/data
unlink sensor_cfg.ini
ln -s sensor_cfg_OV5647_J2.ini sensor_cfg.ini
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
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.