-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMX462 sensor with Raspberry Pi 5 #115
Comments
Hi @Olli781, sensor support does not depends directly on the distribution but rather if libcamera supports it or not. Do you happen to know if that sensor should be supported out of the box? |
Hi Mattia, thank you very much for your reply. According to the manufacturer, libcamera supports the sensor. You just have to adapt the config.txt. Then the sensor should be recognized as IMX290. When reading the log file, the following line is also output: rp1-cfe 1f00128000.csi: found subdevice /axi/pcie@120000/rp1/i2c@80000/imx290@1a For better understanding, I have attached the config.txt and the log file. |
hi @Olli781 I had a look at both libcamera and the rpi version of libcamera and I can't find any trace of the imx462, while I can see specific code for the imx290 https://github.com/search?q=repo%3Araspberrypi%2Flibcamera+imx290&type=code I found this one => https://forums.raspberrypi.com/viewtopic.php?p=1946571#p1946571 can you try to set the overlay directly to imx290? |
Hi Mattia, unfortunately, switching overlay directly to imx290 didn't work either. At the same time, I started a request to Innomaker Support. Here is the feedback: The RPI linux kernel using the same driver for cmos sensor imx290,imx327 and imx462 so The command “libcamera-hello -t 0” returned the following message ~ » libcamera-hello -t 0 astronaut@astroarch There seems to be a problem with the IPA module. Best regards, Oliver |
hey @Olli781 can you tell me what version of libpisp libcamera you have? |
libpisp is there, 1.0.6 I see |
Hi Mattia, I did a little research on the internet and found the attached file. This must be copied to the following folder: The camera is then recognized and also runs in ekos/kstars without any problems. Thank you again for your help and the great project. Best regards |
hi @Olli781 the file should be available in the new version of libcamera, I am unsure when I will find the time to relase it, but hopefully it will be this week |
Hello everyone,
I tried to run the following camera on a Raspberry Pi 5:
innomaker Raspberry Pi industrial camera module, STARVIS IMX462
Due to the built-in sensor, the camera would be well suited for astrophotography.
Unfortunately, the camera is not recognized despite the following entries in the config.txt:
Automatically load overlays for detected cameras
camera_auto_detect=0
dtoverlay=imx462,clock frequency=74250000
The standard camera with the IMX219 sensor is recognized without errors and works with the INDI Pylibcamera driver perfect.
Is it possible in principle to operate the IMX62 sensor with Astroarch?
Thank you, Oliver
The text was updated successfully, but these errors were encountered: