Skip to content

Commit

Permalink
Merge pull request #30 from rcland12/raspbian_develop
Browse files Browse the repository at this point in the history
Raspbian develop
  • Loading branch information
rcland12 authored Jul 5, 2024
2 parents d098239 + 69a3fbb commit d41ed0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ This application will ingest your computers webcam feed (using ffmpeg), apply an

# Requirements

* FFmpeg
* Docker and the compose plugin
* At least 4GB of RAM
* Camera, at least 720p recommended
Expand Down
2 changes: 2 additions & 0 deletions stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ "${OBJECT_DETECTION}" == "True" ]; then
echo "Stopping holly-stream..."
pid=$(cat .process.pid)
kill "$pid"
pkill raspberrypi_ipa
rm .process.pid .log.out
echo "Complete"

Expand All @@ -19,6 +20,7 @@ if [ "${OBJECT_DETECTION}" == "True" ]; then
elif [ "${OBJECT_DETECTION}" == "False" ]; then
echo "Stopping holly-stream..."
pkill ffmpeg
pkill raspberrypi_ipa
rm .log.out
echo "Complete"

Expand Down

0 comments on commit d41ed0a

Please sign in to comment.