obcam
is the flight camera module and program for the OB team rocket in NSE 2022. See the site for details.
After configuration for network connection and installation of git
and pip
, run
python -m pip install git+https://github.com/FROM-THE-EARTH/obcam.git
After configuration for network connection and installation of git
, run
git clone https://github.com/FROM-THE-EARTH/obcam.git
cd obcam
# After filling out and confirming the glm.py
# See the documentation for detail of the settings.
sudo ./install.sh
Scripts in the scripts
directory may be useful if you want some small operations like installing just obcam
, activate the flight camera mode, or deactivate the flight camera mode. See the site for more information.
install.sh
This script installs obcam
and activates the flight camera mode simultaneously.
scripts/activate_flightcam.sh
This script activates the flight camera mode of the obcam
. In the flight camera mode, the program of the obcam
run automatically when booting.
scripts/deactivate_flightcam.sh
This script deactivates the flight camera mode.
scripts/expand_swap.sh
This script expands size of the swap file /var/swap
. In the default setting, size of the swap will be changed to 2048 MB.
scripts/install_obcam.sh
This script installs the obcam
module using pip
. Note that pip
should be installed before executing this script.
scripts/install_pip.sh
This script installs pip
. Note that pip
could be not installed yet right after the first booting. Thus, this script might be useful in the situation.
scripts/uninstall_obcam.sh
This script uninstalls the obcam
module using pip
.