Issue in Installing pre-compiled driver for pivariety camera B0323 imx298

  1. Where did you get the camera module(s)?
    Fat.To.Lab

  2. Model number of the product(s)?
    ArduCam B0323 Pivariety 16MP IMX298 Color Camera Module for RPi

  3. What hardware/platform were you working on?
    Raspberry pi 4

  4. Instructions you have followed. (link/manual/etc.)
    How to access and program the Pivariety Camera using Command Line, Python, OpenCV, and GStreamer

  5. Problems you were having?

=================================================
Hardware Revision: d03114
Kernel Version: 5.10.63-v7l+

HTTP request sent, awaiting response… 401 Unauthorized

Username/Password Authentication Failed.

Cannot find the corresponding package, please send the following information to [email protected]
Hardware Revision: d03114
Kernel Version: 5.10.63-v7l+

  1. The dmesg log from your hardware?

pi@raspberrypi:~ $ dmesg | grep arducam
[ 9.677254] arducam: loading out-of-tree module taints kernel.
[ 9.688422] arducam-pivariety 10-000c: firmware version: 0x10001
[ 31.836866] arducam_vddl: disabling
[ 31.836892] arducam_vdig: disabling
[ 31.836922] arducam_vana: disabling

  1. Troubleshooting attempts you’ve made?

I have formatted the SD Card of my Raspberry PI 4, with the required version of Raspbian OS (Kernel Version: 5.10.63-v7l+).

Now I am having the aforementioned issue.

The ArduCam is detected though, as:
pi@raspberrypi:~/libcamera $ dmesg | grep arducam
[ 6.299722] arducam: loading out-of-tree module taints kernel.
[ 6.314077] arducam-pivariety 10-000c: firmware version: 0x10002
[ 31.835212] arducam_vddl: disabling
[ 31.835230] arducam_vdig: disabling
[ 31.835251] arducam_vana: disabling

pi@raspberrypi:~/libcamera $ ls /dev/video* -l
crw-rw----+ 1 root video 81, 7 set 2 18:08 /dev/video0
crw-rw----+ 1 root video 81, 8 set 2 18:08 /dev/video1
crw-rw----+ 1 root video 81, 4 set 2 18:08 /dev/video10
crw-rw----+ 1 root video 81, 5 set 2 18:08 /dev/video11
crw-rw----+ 1 root video 81, 6 set 2 18:08 /dev/video12
crw-rw----+ 1 root video 81, 0 set 2 18:08 /dev/video13
crw-rw----+ 1 root video 81, 1 set 2 18:08 /dev/video14
crw-rw----+ 1 root video 81, 2 set 2 18:08 /dev/video15
crw-rw----+ 1 root video 81, 3 set 2 18:08 /dev/video16

  1. What help do you need?
    Please help me out finding an error in my steps or give me an update if there has been some modifications in how your product interacts with libcamera_dev.