108mp Banding/Bars on Camera on RPI

Hello,

I am getting bars/banding appearing on my camera when I connect it to my Raspberry Pi 4, but they are not there when I connect it to my PC (see attached screenshot)



. I have installed the drivers and software as per your guidance.

Any ideas what could be wrong ?

Thanks.

Ross.

@Ross6699

This is indeed the case under the linux system at present, we are writing a new sdk.

you can try the thread below

Many thanks for the reply.

When I follow the guide I get this error:

CMake Error at CMakeLists.txt:10 (find_package):
By not providing “FindOpenCV.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “OpenCV”, but
CMake did not find one.

Could not find a package configuration file provided by “OpenCV” with any
of the following names:

OpenCVConfig.cmake 
opencv-config.cmake 

Add the installation prefix of “OpenCV” to CMAKE_PREFIX_PATH or set
“OpenCV_DIR” to a directory containing one of the above files. If “OpenCV”
provides a separate development package or SDK, be sure it has been
installed.

– Configuring incomplete, errors occurred!
See also "/home/pi/arducam_usb_sdk_test/build/CMakeFiles/CMakeOutput.lo

@Ross6699

Looks like an opencv related environment issue.
I’m not very clear about your overall environment, you may need to figure this out on your own first.

Hello,

Can you confirm when the new SDK will be available for Linux on the RPI 4. We purchased this camera as a research project for our planned digital imaging systems and we now cannot proceed until you release a working a SDK.

I am most disappointed that your website says it works with the RPI and yet it does not appear to.

Ross.

@Ross6699

The problem is that your opencv environment is not installed properly

sudo  apt install libopencv-dev

We have tested it on platforms such as raspberry pi and jetson, so don’t worry about this problem.