Updated version asiSnap v1.2 go here:
http://zwoug.org/viewtopic.php?f=17&t=6876
Updated 3.des.2016 20
asiSnap Version 1.0 Released!
asiSnapv1.0.png
asiSnap_v1.0.tar
------------------------------------------------------------------------
Known issues:
When Gamma is not (Default) value 50 there becomes a grid or something ???
PNG compression is only level 3 as Default and cannot be changed.
------------------------------------------------------------------------
Hello there
NB. This project are without GUI, no X-Server and suited for light-weighted and embedded systems when finished!
It was created as a All-Sky Camera Command Line Tool for Raspberry Pi 2 and 3
I have now trimmed down the SDK code from Sam's allsky.cpp and Thomas Jacquin's allsky.cpp to work with Minibian and Raspbian lite.
When everything is installed it uses 976MB on MicroSD, 34MB RAM on boot and 160MB RAM when running.
Full Working Setup from clean image with minibian https://minibianpi.wordpress.com/download/
IMPORTANT! Remember there is no sudo installed on minibian image so you are running as root
Default username root and password raspberry
apt-get install -y raspi-config nano # I NOW use raspi-config to expand microsd and reboot
apt-get update # Update RPi
apt-get install -y libopencv-dev fbi # Install OpenCV and fbi image viewer
tar -xvf asiSnap_vX.X.tar # Extract all files to YOUR directory
cp libASICamera2.so /usr/local/lib # Copy this file to avoid error when compiling
ldconfig -v # Load config
./asiSnap
fbi -T 2 image.jpg # If connected by SSH with HDMI screen connected to RPi
fbi image.jpg # Run this if directly connected to RPi with HDMI screen
PS. When you have modified the capture.cpp code, just run ./make.sh to compile your code again and run ./asiSnap program again with all the switches you like or need.
My short but true story!
I started learning C/C++ saturday 15.october.2016 when i found the article of Thomas Jacquin's Allsky camera on the web ;-)
http://www.instructables.com/id/Wireless-All-Sky-Camera/?ALLSTEPS