-
Notifications
You must be signed in to change notification settings - Fork 43
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
blank image raspbian 32-bit + RPi HQ camera #731
Comments
Update: when I change to the INDI Camera Interface I get the same result, even after turning up the gain and exposure time. I have installed the indi_pylibcamera. Here's an example. And here's the log
|
By switching to INDI, you are using the indi_ccd_simulator. If you do not have the gsc package installed, it cannot display any simulated stars, so the black screen is expected. I will do some investigation about the rawpy module on the 32-bit platform. |
Thanks, that does help. So it looks like the INDI driver for libcamera (indi_pylibcamera) isn't being used. I see on the indi_pylibcamera page they recommend starting the indi server with |
You can run the install.sh script in indi_pylibcamera and it will install the server in a standard place. Then you can run |
Got it. Yeah, I ran that install script but when I run
probably because indiserver is already running from the indi-allsky installation? |
Yes, you can stop it with You should be able to re-run the indi-allsky setup.sh and setup the indi_pylibcamera server from there as well. |
Thanks. Works well like this. |
Thanks. Is there any advantage to using the libcamera driver vs the indi_pylibcamera driver? Now that I have it working with indi_pylibcamera I'm a afraid I'll break it by switching. |
I think the only advantage to using libcamera is you can disable the Defective Pixel Correction, ie the Sony star-eater algorithm. I still need to open an issue in indi_pylibcamera with to find out how to disable DPC. But I think this is a very minor issue for most people. If indi_pylibcamera works for you, I think that is good enough. |
Closing this issue for now. Feel free to reopen if this issue is not resolved. |
Hey, I've just gotten this up and running and I'm having trouble getting the camera to work. Using raspbian 32-bit + RPi HQ camera. First I attempted to use indi-allsky with legacy camera support, and that threw an error in the log with no image rendered. Next I disabled legacy support, and added these lines to my config.txt:
indi-allsky configured to use libcamera IMX477.
What I'm seeing now is blank (black) images. I've also gotten a message about ImageWorker restarting > 10 times and a message about a full swap file.
I see the error about rawpy. Interestingly, I did find this post on installing rawpy on 32 bit raspbian.
Not sure if my issue is related to this one. I am on the latest version of indi-allsky, just checked.
Here's the log:
The text was updated successfully, but these errors were encountered: