From baa9e515310b9d55805b7de66179ff8139cc7575 Mon Sep 17 00:00:00 2001 From: Katie Garwood Date: Mon, 10 Mar 2025 14:05:26 -0700 Subject: [PATCH 1/2] rename dencam.py to fido.py --- dencam.py => fido.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dencam.py => fido.py (100%) diff --git a/dencam.py b/fido.py similarity index 100% rename from dencam.py rename to fido.py From b3c30956c19be191c83cb37da46246f4dba0e328 Mon Sep 17 00:00:00 2001 From: Katie Garwood <115747639+kgarwoodsdzwa@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:11:36 -0700 Subject: [PATCH 2/2] Update README.md Change dencam.py to fido.py and add download link for buster as its no longer available on raspberry pis sites --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4149dab..31f4ebe 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,15 @@ contribute to the DenCam project. # Operating System -Currently, DenCam runs on Raspian Stretch and Buster. Problems have -been encountered with Bullseye (specifically with interfacing with the -picamera). Buster must be 32 bit and not 64 bit otherwise there is an issue -with the libmmal.so library +Currently, DenCam runs on Raspian Stretch and Buster with the fido.py executable. +Buster must be 32 bit version and not 64 bit otherwise there is an issue +with the libmmal.so library. This OS is no longer supported by Raspberry Pi, but +you may download the image using this command: + + wget https://downloads.raspberrypi.org/raspios_full_armhf/images/raspios_full_armhf-2021-05-28/2021-05-07-raspios-buster-armhf-full.zip # Installation -## Fenrir +## Fido ## Install from PyPI @@ -237,7 +239,7 @@ and thus then run DenCam on a properly set up system (see Setup section above for how to set up system) via: Usage: - ./dencam.py cfgs/YOUR_CONFIG_FILE.yaml + ./fido.py cfgs/YOUR_CONFIG_FILE.yaml If you are connected to the Raspberry Pi via SSH, then first do: @@ -256,7 +258,7 @@ Note: Filepaths to your virtual environments, dencam.py, and config file may be echo '[Desktop Entry]' >> dencam.desktop echo 'Type=Application' >> dencam.desktop echo 'Name=DENCAM' >> dencam.desktop - echo 'Exec=/home/pi/.virtualenvs/dencam_env/bin/python3.7 /home/pi/dencam/dencam.py /home/dencam/cfgs/example_config.yaml' >> dencam.desktop + echo 'Exec=/home/pi/.virtualenvs/dencam_env/bin/python3.7 /home/pi/dencam/fido.py /home/dencam/cfgs/example_config.yaml' >> dencam.desktop To test: