Rock 5B grove serial kit camera connection

Hi, I am trying to connect the Grove serial camera in the Rock 5B. I have inserted the pins to

rock 5b as shown in the image.
The red pin goes to 5V, the black pin goes to the ground, and the yellow and white pins are connected to pin numbers 8 and 10, respectively.
But when I checked the status of the connected devices in the terminal, I saw thatphoto_2024-10-15_11-45-23%20(2)|375x500 It showed no such directories is found.
I would appreciate, if anyone could help me getting the camera interface.

If it’s communicating with UART You will need to change default baud rate from 1.5M to 115200 because that’s the max for it.
Also You can just use cheap UART console via usb and set there whatever You need.

how to check if it’s communicating with UART?

Here is a copy of the Arduino code that you may find useful as a reference.