Skip to content

OpenIPC Improver for setting up FPV and URLLC devices

Notifications You must be signed in to change notification settings

OpenIPC/improver

Repository files navigation

py-config.gs

I wanted an easy way to edit files and watch videos on the Radxa

Dev Setup and Running

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

echo "FLASK_ENV=development > .env"

Screenshots

Home Page alt text

Editor alt text

Video file selector alt text

Player alt text

Packaging

python setup.py sdist bdist_wheel

check dist/

Virtual Environment: If you are working in a virtual environment, ensure it is activated before running the pip install command:

# Install virtualenv if not installed
pip install virtualenv

# Create a virtual environment
virtualenv venv

# Activate the virtual environment
source venv/bin/activate  # For Linux/Mac

pip install .
or
python setup.py install

config file

cp /usr/local/lib/python3.9/dist-packages/config/settings.json /config
cp /usr/local/lib/python3.9/dist-packages/etc/systemd/system/py-config-gs.service /etc/systemd/system/
sudo systemctl daemon-reload

sudo systemctl start py-config-gs
sudo systemctl enable py-config-gs

Uninstall

pip uninstall py_config_gs-0.1-py3-none-any.whl