Ruud14 / SecurityCamera

A Raspberry Pi camera system with a live video feed, motion detection system, H.264 mp4 recording capabilities and a storage management system with support for remote storage. The recorder supports pre-motion frame recording and no internet environments (e.g. Wildlife cameras).
MIT License
71 stars 10 forks source link

Installation requirements fail #16

Open JohnFF opened 3 months ago

JohnFF commented 3 months ago

When setting this up on a raspberry pi model 3B I encountered numerous problems.

The first was the instructions provided for making the ffmpeg library. I found more recent instructions which worked with only some adjustments.

The second issue is the pip3 installing of the requirements. Something about needing a local env setting up?

When I attempted to install via apt python3-xyz most of the packages were already on the latest version but picamera could not be found.

JohnFF commented 3 months ago

The workaround I found was here: https://stackoverflow.com/questions/75608323/how-do-i-solve-error-externally-managed-environment-every-time-i-use-pip-3 and amounts to removing the restriction on managed environment.

Ruud14 commented 3 months ago

Hi @JohnFF , Thanks for reporting!

I added the solution you provided to the readme here.

Do you perhaps also have a link to the ffmpeg installation instructions that you used?