Enable newGen ZWO planetary cameras (585) #2098
Replies: 4 comments 6 replies
-
Sorry, just saw the #1567 discussion. I suggest it will be the same for the 585…?! |
Beta Was this translation helpful? Give feedback.
-
@frankhirsch, do the following. It's replacing a ZWO library with a newer one that supports the newest cameras. systemctl stop allsky # stop allsky
cd ~/allsky/src/lib/armv7
mv libASICamera2.a libASICamera2.a-OLD # rename the old file, just in case...
# Copy the "libASICamera2.a-armv7.txt" attached file to this directory, then remove the "-armv7.txt" from the name.
# The name should be "libASICamera2.a".
cd ~/allsky/src
make capture
cp capture ..
systemctl start allsky
# Wait about 10 seconds
grep SDK /var/log/allsky.log # the new version should be 1, 26, 0, 0 (the old was 1, 20) If that doesn't work, do the same thing with the 2nd file which goes in the ~/allsky/src/lib/armv8 directory. Let me know how it goes. |
Beta Was this translation helpful? Give feedback.
-
Hi @EricClaeys Your instruction was close to be perfect!
|
Beta Was this translation helpful? Give feedback.
-
I have a new 4b loaded with 32bit Lite. I was having connection issues with both the 585 and 678 cameras, I only had to swap in the v7 file and now they work. I didn’t use the v8 arm file.
|
Beta Was this translation helpful? Give feedback.
-
@EricClaeys you mentioned in a facebook post yesterday it would be possible to enable the newer versions of ZWO planetary cameras… would you mind to post instructions wow to manually enable the ASI585MC?
Beta Was this translation helpful? Give feedback.
All reactions