dual camera on pi 5 #3311
Replies: 5 comments 2 replies
-
@Astro-ScrewUps, we've considered this but it's not likely we'd ever implement. It would take quite a bit of work to implement, and we expect the audience for such a feature to be very small. If we did implement, it would also work on Pi's with an RPi and ZWO camera. Having said that, if someone else implemented it we'd almost for sure support it... |
Beta Was this translation helpful? Give feedback.
-
ideally an array of cameras/configurations so they could be referred to as '0' '1' etc - as per libcamera. |
Beta Was this translation helpful? Give feedback.
-
A year ago I started implementing the ability to pick between multiple connected ZWO cameras via a "Camera Number" setting in the WebUI but never finished since it was a low priority. People with multiple ZWO cameras currently have to put the one they want to use on the first USB port. The ideal way to pick is via the model name and serial number (if supported). I'd have to look at the code to see how it determines which RPi camera to use - it may already look for the camera model. I know it queries libcamera for a list of cameras. It would be interesting to add a second RPi camera to a Pi 5 and see what happens. |
Beta Was this translation helpful? Give feedback.
-
I had a quick look at install.sh and it is simplistic (not a citicism) to
allow selection of the one camera found. It would require significant
refactoring to add config/control of multiple cameras. Obviously doable,
but non-trivial...
…On Sat, 20 Jan 2024, 17:11 Eric Claeys, ***@***.***> wrote:
A year ago I started implementing the ability to pick between multiple
connected ZWO cameras via a "Camera Number" setting in the WebUI but never
finished since it was a low priority. People with multiple ZWO cameras
currently have to put the one they want to use on the first USB port. The
ideal way to pick is via the model name and serial number (if supported).
I'd have to look at the code to see how it determines which RPi camera to
use - it may already look for the camera model. I know it queries libcamera
for a list of cameras. It would be interesting to add a second RPi camera
to a Pi 5 and see what happens.
—
Reply to this email directly, view it on GitHub
<#3311 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA57ZHFTAQCGMD2ZWZDTJMLYPP3F5AVCNFSM6AAAAABBXJIVGOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DCOJRG4YTS>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, I am interested in this possible evolution. Being able to monitor the sky at 2 different focal lengths is very interesting. |
Beta Was this translation helpful? Give feedback.
-
Was wondering if one day could have 2 camera modules running on the rpi 5 with allsky. Just to have 2 different view points of the same sky.
Beta Was this translation helpful? Give feedback.
All reactions