Just a Tutorial - Raspberry 2

Forum for questions and support relating to the 1.29.x releases only.
Locked
Fugt41
Posts: 3
Joined: Thu Jan 28, 2016 10:03 am

Just a Tutorial - Raspberry 2

Post by Fugt41 »

Hey Guys,

I have no knowledge about coding or expierience with a raspberry pi, but im also not dumb af..

But the last 4 Days i tried to put up a simple recorder. and i failed.

These are my Components:
1 Raspberry Pi 2 with Rasbian from noobs v1.4.1. i Just reinstalled it - so it have no additional packages installed!
2 IP Outdoorcameras - more information from theamazon site
1 Flashdrive, the Flashdrive should be in an Windows readable format after the setup.

The Plan:
The Raspberry should fetch the stream in its best resolution (1920 x 1080 h.264) and save them on the flashdrive every hour. (one file=1hour). For example:
flashdrive/camera1/2016-01-28 11:00
flashdrive/camera2/2016-01-28 11:00

Every day the raspberry should delet old files (maybe when the storage will get full or older than 5 days videos)

I tried to accomplishe the mission by getting the rtsp stream with zoneminder (1.26) motion and vlc but nothing worked correctly
Many Tutorials are outdated or writen with "just %makesomecoding% - its selfsigned..." and i can't handle this..

Can you write or refere me to an Tutorial where i can see:
- What packages i should install
- how i have to configure the .conf files
- set up a script for file deletion
- configure zm (or some other software) stepbystep

Thanks for everyone trying to help me
User avatar
iconnor
Posts: 3280
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Just a Tutorial - Raspberry 2

Post by iconnor »

If you are grabbing every hour, don't bother with the h264 stream. Use the jpg snapshot URL.
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Just a Tutorial - Raspberry 2

Post by knight-of-ni »

I can't think of a better place to start than to read the documentation found in the WiKi:
https://wiki.zoneminder.com/Raspbian

Follow those steps exactly. Don't skip any steps.

If you still experience trouble, then read the forum rules on how to ask for help:
viewtopic.php?f=34&t=23833

Then tell us exactly what you are attempting to do (screenshots or copy/paste commands you entered) and what the output was (screenshots and/or log files). We need real data. Stating things "aren't working" is not helpful. None of us here are magicians so you will need to provide real data indicating what kind of problem you are experiencing.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
Locked