RPiHQ cameras on Bullseye #802
Replies: 24 comments 32 replies
-
I could use the test version. |
Beta Was this translation helpful? Give feedback.
-
Attached is a TEST version of the Allsky capture program that should work with RPiHQ cameras on the Raspberry Pi "Bullseye" operating system. To test this:
If you have any problems, please attach (don't copy/paste) /var/log/allsky.log to a new discussion. |
Beta Was this translation helpful? Give feedback.
-
should we use the parameter "--immediate" for long exposures ? |
Beta Was this translation helpful? Give feedback.
-
for annotate I will check "annotate_cv" https://www.raspberrypi.com/documentation/accessories/camera.html#annotate_cv-stage |
Beta Was this translation helpful? Give feedback.
-
FYI: Re: libcamera-apps on Pi3 does not work. this was the solution for me: https://forums.raspberrypi.com/viewtopic.php?t=323547
|
Beta Was this translation helpful? Give feedback.
-
should I test bullseye with branch https://github.com/thomasjacquin/allsky/tree/allsky.sh-libcamera ? |
Beta Was this translation helpful? Give feedback.
-
@AndreasLMeg, I believe you'll need the modified allsky.sh from the https://github.com/thomasjacquin/allsky/tree/allsky.sh-libcamera branch since For the .cpp files, use the attached one, renaming as necessary. The mode_RPiHQ_mean.cpp file is what's in my big PR (or should be) and the capture_RPiHQ-libcamera.cpp file should be almost identical to what's in the PR except for libcamera changes. capture_RPiHQ-libcamera.cpp.txt . |
Beta Was this translation helpful? Give feedback.
-
@AndreasLMeg, that's good news. Did you have to do anything to get it to work, other than use the two files I supplied plus the modified allsky.sh? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This *is* the expected behaviour on Bullseye : you are querying the GPU with vcgencmd, with libcamera, the camera is NOT connected via the GPU, it’s on the ARM
(See release notes)
—
Carl
…Sent from my Apple device
On 27 Nov 2021, at 19:44, Shand359 ***@***.***> wrote:
vcgencmd get_camera
***@***.***:~/allsky/src $ vcgencmd get_camera
supported=0 detected=0
This is whats returned from the above command
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
Sorry, I can’t give you a quick answer to that one…
—
Carl
…Sent from my Apple device
On 27 Nov 2021, at 20:50, EricClaeys ***@***.***> wrote:
@rce1086, thanks for that description. What is the proper way to detect if the camera is connected on Bullseye?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
Hello, So I retarted from scratch with a Buster image, worked flawlessly. Looking forward to see an update for Bulleyes ! Tank you for the great work ! Ben |
Beta Was this translation helpful? Give feedback.
-
Thanks to Andreas, I finally made it work too 👍
Liveview and still images recording works. Only issue is the text overlay : text seems to sit somewhere outside the top of the picture. Only a small part of the bottom of the letters are shown. |
Beta Was this translation helpful? Give feedback.
-
It seems like with Bullseye when you tell the text overlay to start 10 pixels down from the top, it moves the bottom of the text down 10 pixels, so much of the text is still off the screen, especially with a large resolution chip. I had to set my "Text Y" to 110. With a ZWO camera on Buster it's set to 30. |
Beta Was this translation helpful? Give feedback.
-
@Shand359 Please see the "Camera Settings" part of the Wiki page. Specifically, "Text X" and "Text Y". |
Beta Was this translation helpful? Give feedback.
-
I found this thread on the Raspberry Pi forums which explains why I am having so many troubles with the Zero 2 & HQ Camera. |
Beta Was this translation helpful? Give feedback.
-
Well this WAS working thanks to the steps posted by Andreas but no longer as it appears that the GitHub page linking to files has been removed.... |
Beta Was this translation helpful? Give feedback.
-
The working code is now officially in GitHub as of several hours ago. |
Beta Was this translation helpful? Give feedback.
-
Great, I will be building a couple units this weekend
…On Fri, Dec 3, 2021, 5:01 PM EricClaeys ***@***.***> wrote:
The working code is now officially in GitHub as of several hours ago.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#802 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAX343Z7QKULV7O7KQZO7ILUPFD4PANCNFSM5IGIQ2LA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Make sure to grab the updated capture_options_RPiHQ.json from allsky-portal, and copy to /etc/raspap. It will enable all the new text overlay options. |
Beta Was this translation helpful? Give feedback.
-
The capture_options_RPiHQ.json file you need is in the |
Beta Was this translation helpful? Give feedback.
-
Does the auto-exposure work in Bullseye and RPiHQCam? In my case it prefixes (auto) in the overlay, but uses the Manual Exposure value always |
Beta Was this translation helpful? Give feedback.
-
@baryah We use our own auto exposure / gain algorithm which means we manually set those values on the The next version of Allsky fixes the issue with the maximum exposure by adding a true "Max AutoExposure" setting. The "Manual Exposure" will be the starting point and will go up or down from there. The minimum exposure is unclear (the developers are still trying to determine it), but is around 1 microsecond. |
Beta Was this translation helpful? Give feedback.
-
New installation, camera detected and works with libcamera but not with ALLSKY which seems to be set up with raspistill. Is there a new version to fix this issue? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Bullseye operating system was released around November 1, 2021.
It deprecated the tools AllSky uses to control RPiHQ cameras, so those cameras don't currently work with AllSky.
We have a test version that should work on Bullseye; to get it, respond to this Discussion.
Beta Was this translation helpful? Give feedback.
All reactions