Difference between revisions of "AXIOM Remote Plus"
m |
|||
Line 3: | Line 3: | ||
Documentation: https://github.com/Plus24Systems/Documentation | Documentation: https://github.com/Plus24Systems/Documentation | ||
==Remote Plus Overview== | |||
hfhfh | |||
==AXIOM Beta preparations== | ==AXIOM Beta preparations== |
Revision as of 18:09, 24 February 2017
Current State: In development - development release - feedback and contributions appreciated
Documentation: https://github.com/Plus24Systems/Documentation
1 Remote Plus Overview
hfhfh
2 AXIOM Beta preparations
fiddling with devicetree is not required anymore
in /boot/uEnv.txt replace
console=ttyPS0,115200n8
with
console=dummy
Then on the Beta disable the service:
systemctl disable serial-getty@ttyPS0.service
and reboot the camera (be sure you did all the things to ensure access to the camera (fallbackIP, etc.) as described in the PDF before.
3 RemoteServer
Source Code: https://github.com/Plus24Systems/RemoteServer
3.1 Installation Notes
- acquire source code from github to AXIOM Beta
- compile in camera:
gcc RemoteServer.c -o RemoteServer -lpthread
4 RemotePlus GUI
Source Code: https://github.com/Plus24Systems/RemotePlus
4.1 Installation Notes
Ubuntu (tested with 16.04 LTS)
Required packages for compiling from source:
sudo apt-get install build-essential git
4.1.1 Install wxWidgets
get wxWidgets Development Release: 3.1.0 from: http://www.wxwidgets.org/downloads/ unpack and in the directory run:
./configure make sudo make install
this will take quite some time.
4.1.2 Install wiringPi
git clone git://git.drogon.net/wiringPi cd wiringPi/ ./build
4.1.3 Compile RemotePlus
Acquire source files:
git clone https://github.com/Plus24Systems/RemotePlus.git
Compile and Install:
make sudo make install