esiste un software per video sorveglianza??

Installazione, configurazione e uso di programmi e strumenti.
sgozzo71
Prode Principiante
Messaggi: 9
Iscrizione: lunedì 10 aprile 2006, 23:55

esiste un software per video sorveglianza??

Messaggio da sgozzo71 »

cerco qualcosa per trasformare un vecchio pc con ubuntu installato e perfettamanete funzionante in una macchiana per la video sorveglianaza possibilmente utilizzando webcam usb magari con la possibilità di poter pubblicare il tutto tramite ftp ovviamente anche che possa inviare il segnale via sms ed email. grazie mille!!!!!
mauro21
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1459
Iscrizione: lunedì 27 febbraio 2006, 19:37
Distribuzione: ubuntu 12.10

Re: esiste un software per video sorveglianza??

Messaggio da mauro21 »

servirebbe anke a me... x winzoz nn ne ho mai trovati
Avatar utente
ryuujin
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1032
Iscrizione: venerdì 14 aprile 2006, 2:57
Sesso: Maschile
Località: Pescara
Contatti:

Re: esiste un software per video sorveglianza??

Messaggio da ryuujin »

sgozzo71 ha scritto: cerco qualcosa per trasformare un vecchio pc con ubuntu installato e perfettamanete funzionante in una macchiana per la video sorveglianaza possibilmente utilizzando webcam usb magari con la possibilità di poter pubblicare il tutto tramite ftp ovviamente anche che possa inviare il segnale via sms ed email. grazie mille!!!!!
dovresti provare questo
http://www.zoneminder.com/

ZoneMinder is a set of applications which together provides a complete surveillance solution allowing capture, analysis, recording and monitoring of any cctv cameras attached to a Linux based machine
http://blog.spicydev.it
"Chi riceve un'idea da me, ricava conoscenza senza diminuire la mia; come chi accende la sua candela con la mia, riceve luce senza lasciarmi
al buio". - Thomas Jefferson
mauro21
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1459
Iscrizione: lunedì 27 febbraio 2006, 19:37
Distribuzione: ubuntu 12.10

Re: esiste un software per video sorveglianza??

Messaggio da mauro21 »

ho scaricato il file, ho fatto ./configure ma esce

Codice: Seleziona tutto

mauro@ubuntu:~/Desktop/ZoneMinder-1.22.0$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: WARNING: You can call configure with the --with-libarch option.
    This tells configure where to find architecture specific libraries.
    The default of 'lib' is usually ok but 64 bit machines may require lib64.
    e.g. --with-libarch=lib or --with-libarch=lib64
configure: WARNING: You can call configure with the --with-mysql option.
    This tells configure where to find the MySql C library and headers if configure cannot
    locate them automatically.
    e.g. --with-mysql=/usr/local or --with-mysql=/usr
configure: WARNING: You can call configure with the --with-ffmpeg option.
    This tells configure where to find the ffmpeg root directory within which are the libavcodec
    and libavformat files that can be used to build true MPEG streaming into ZoneMinder. Ensure that
    your copy of ffmpeg has installed libraries as well as binaries (use 'make installlib'). If you
    are using a local install of ffmpeg you may have to remove or rename a previous real installation
    as the headers and libraries from that will probably be picked up before your local copy.
    e.g. --with-ffmpeg=/usr/local
configure: WARNING: You can call configure with the --with-extralibs option.
    Ordinarily you will need to use this option only when your copy of ffmpeg has been built
    with support for additional formats and you would use this option to detail which additional
    libraries ffmpeg was built with so that it is able to link successfully with ZoneMinder.
    You will need to wrap this option in quotes if it contains any spaces.
    e.g. --with-extralibs="-lmp3lame"
configure: error: You must call configure with the --with-webdir option.
    This tells configure where to install PHP and web files and scripts.
    e.g. --with-webdir=/var/www/html or --with-mysql=/www/vhtdocs/<site>
mauro@ubuntu:~/Desktop/ZoneMinder-1.22.0$
che faccio?
Ultima modifica di mauro21 il venerdì 21 aprile 2006, 11:24, modificato 1 volta in totale.
mauro21
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1459
Iscrizione: lunedì 27 febbraio 2006, 19:37
Distribuzione: ubuntu 12.10

Re: esiste un software per video sorveglianza??

Messaggio da mauro21 »

qualcuno è riuscito a installarlo?
Avatar utente
ryuujin
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1032
Iscrizione: venerdì 14 aprile 2006, 2:57
Sesso: Maschile
Località: Pescara
Contatti:

Re: esiste un software per video sorveglianza??

Messaggio da ryuujin »

mauro21 ha scritto: qualcuno è riuscito a installarlo?
non ancora provo. Cmq, dagli errori che ti escono dal ./configure devi provare questa sintassi:

Codice: Seleziona tutto

./configure --with-webdir=/var/www
Devi avere apache+php installati per farlo funzionare
http://blog.spicydev.it
"Chi riceve un'idea da me, ricava conoscenza senza diminuire la mia; come chi accende la sua candela con la mia, riceve luce senza lasciarmi
al buio". - Thomas Jefferson
mauro21
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1459
Iscrizione: lunedì 27 febbraio 2006, 19:37
Distribuzione: ubuntu 12.10

Re: esiste un software per video sorveglianza??

Messaggio da mauro21 »

ho installato i pacchetti chiamate apache2 e php5 poi ho dato il comando ke mi hai dato te e mi esce

Codice: Seleziona tutto

mauro@ubuntu:~/Desktop/zm-1.21.4$ /configure --with-webdir=/var/www
bash: /configure: No such file or directory
mauro@ubuntu:~/Desktop/zm-1.21.4$ ./configure --with-webdir=/var/www
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: WARNING: You can call configure with the --with-mysql option.
    This tells configure where to find the MySql C library and headers if configure cannot
        locate them automatically..
    e.g. --with-mysql=/usr/local or --with-mysql=/usr
configure: WARNING: You can call configure with the --with-ffmpeg option.
    This tells configure where to find the ffmpeg root directory within which are the libavcodec
    and libavformat files that can be used to build true MPEG streaming into ZoneMinder. Ensure that
    your copy of ffmpeg has installed libraries as well as binaries (use 'make installlib'). If you
    are using a local install of ffmpeg you may have to remove or rename a previous real installation
    as the headers and libraries from that will probably be picked up before your local copy.
    e.g. --with-ffmpeg=/usr/local
configure: WARNING: You can call configure with the --with-lame option.
    This tells configure where to find the Lame library which can be used by the ffmpeg libraries
    to generate IE compatible MPEG audio streams. This option is only necessary if you have built
    the ffmpeg package itself with the --enable-mp3lame option and if the normal link cannot
    find the library. Using mp3lame is not necessary or of any benefit to ZoneMinder per se.
    e.g. --with-lame=/use/local/lib
configure: error: You must call configure with the --with-cgidir option.
    This tells configure where to install cgi files and scripts.
    e.g. --with-cgidir=/var/www/cgi-bin or --with-mysql=/www/vhtdocs/<site>/cgi-bin
che faccio?
Avatar utente
zell1983
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 448
Iscrizione: mercoledì 8 febbraio 2006, 13:55
Contatti:

Re: esiste un software per video sorveglianza??

Messaggio da zell1983 »

se vi interessa io e un mio amico ne stiamo scrivendo uno in java sotto GPL.
E' ancora molto embrionale ma piano piano lo stiamo creando.
Non dico di più se non che quando uscirà ve lo farò sapere.
Ciauz  ;)
"Sbattitene di quello che dicono gli altri, così la penso io, tieni duro e dacci dentro" cit. Stephen King
mauro21
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1459
Iscrizione: lunedì 27 febbraio 2006, 19:37
Distribuzione: ubuntu 12.10

Re: esiste un software per video sorveglianza??

Messaggio da mauro21 »

free vero??  ;D ;D
Thug

Re: esiste un software per video sorveglianza??

Messaggio da Thug »

zell1983 ha scritto: se vi interessa io e un mio amico ne stiamo scrivendo uno in java sotto GPL.
mauro21 ha scritto:free vero??
ovvio! ;)

edit: a dire il vero non ne sono sicurissimo....scusa
Ultima modifica di Thug il venerdì 21 aprile 2006, 15:23, modificato 1 volta in totale.
Avatar utente
zell1983
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 448
Iscrizione: mercoledì 8 febbraio 2006, 13:55
Contatti:

Re: esiste un software per video sorveglianza??

Messaggio da zell1983 »

beh si ;)
Potrete installarlo senza pagare ;)
Comunque per ora siamo riusciti a catturare le immagini da una webcam.
Il fatto è che vorremo fare una cosa un pò complessa ma non voglio dilungarmi molto dato che è ancora in stato embrionale la cosa :D
Vi terrò informati  ;D
"Sbattitene di quello che dicono gli altri, così la penso io, tieni duro e dacci dentro" cit. Stephen King
Thug

Re: esiste un software per video sorveglianza??

Messaggio da Thug »

zell1983 ha scritto: beh si ;)
Potrete installarlo senza pagare ;)
Comunque per ora siamo riusciti a catturare le immagini da una webcam.
Il fatto è che vorremo fare una cosa un pò complessa ma non voglio dilungarmi molto dato che è ancora in stato embrionale la cosa :D
Vi terrò informati  ;D
:)
allora in bocca al lupo! ;)
mauro21
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1459
Iscrizione: lunedì 27 febbraio 2006, 19:37
Distribuzione: ubuntu 12.10

Re: esiste un software per video sorveglianza??

Messaggio da mauro21 »

in bocca al lupo... aspetto news ;D ;D
Avatar utente
finex
Prode Principiante
Messaggi: 127
Iscrizione: lunedì 12 dicembre 2005, 14:20
Località: Seconda stella a destra
Contatti:

Re: esiste un software per video sorveglianza??

Messaggio da finex »

by FiNeX
Avatar utente
zell1983
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 448
Iscrizione: mercoledì 8 febbraio 2006, 13:55
Contatti:

Re: esiste un software per video sorveglianza??

Messaggio da zell1983 »

"Sbattitene di quello che dicono gli altri, così la penso io, tieni duro e dacci dentro" cit. Stephen King
maximum
Prode Principiante
Messaggi: 3
Iscrizione: giovedì 17 febbraio 2005, 19:47

Re: esiste un software per video sorveglianza??

Messaggio da maximum »

mauro21 ha scritto: qualcuno è riuscito a installarlo?
si, sotto debian/sarge funzia perfettamente, se vuoi ti mando i .deb via email.

ciao
Max
Avatar utente
fabrixx
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 4258
Iscrizione: sabato 13 maggio 2006, 18:37
Desktop: Gnome 3.36
Distribuzione: "Arch Linux" x86_64
Sesso: Maschile
Contatti:

Re: esiste un software per video sorveglianza??

Messaggio da fabrixx »

E' ancora valida l'offerta ?
samburu

Re: esiste un software per video sorveglianza??

Messaggio da samburu »

Se ti interessa o serve ne ho scaricato anche io tempo fa in attesa che un conoscente mi chiamasse per aiutarlo ad installare il tutto. In tutto sono 2,7 mb... se hai una mail capiente e vuoi che te lo invii, basta che lo dici.
Avatar utente
ryuujin
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1032
Iscrizione: venerdì 14 aprile 2006, 2:57
Sesso: Maschile
Località: Pescara
Contatti:

Re: esiste un software per video sorveglianza??

Messaggio da ryuujin »

in linux magazine di settembre viene recensito Zoneminder 1.22.2. Un software di video sorveglianza... Per installarlo sono necessari mysql,apache+php, la libreria libjpeg e il softwre ffmpeg.

pare interessante come software, ma non l'ho provato...

r.
http://blog.spicydev.it
"Chi riceve un'idea da me, ricava conoscenza senza diminuire la mia; come chi accende la sua candela con la mia, riceve luce senza lasciarmi
al buio". - Thomas Jefferson
samburu

Re: esiste un software per video sorveglianza??

Messaggio da samburu »

Bravo ryuujin, è proprio ZoneMinder. Anche io non l'ho ancora provato, ma da come è descritto sembra veramente valido (supporta anche IR...).
Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

Visualizzano questa sezione: MoonDragon e 19 ospiti