Sorry for the late reply.
Any error messages?
Yes the RPI version of the Stereo HAT is different from the Jetson version, but you said your version is B0265R, which is the Raspberry Pi version.
You can try the following, in versions after Raspberry Pi SD Card image 01/28 (kernel version greater than 5.10.92), edit /boot/config.txt and make the following changes:
- Modify
camera_auto_detect=1to
camera_auto_detect=0 - Add the following lines under the [all] tag:
dtoverlay=imx477
After modification, reboot the Raspberry Pi and use libcamera-still to access the camera.