Skip to content

renantescaro/raspberry-remote-cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming de vídeo utilizando Raspberry Pi Zero

Impressões 3d

Case - https://www.thingiverse.com/thing:1325361
Camera - https://www.thingiverse.com/thing:504196


Streaming do vídeo

https://github.com/jacksonliam/mjpg-streamer




Interface Mobile


No Raspberry Pi

1 - Instalar todas as dependências

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

2 - Executar

source venv/bin/activate
flask --debug run --host=0.0.0.0

Acesso

O Flask utiliza por padrão a porta 5000 Acesse a aplicação no navegador com o ip da sua Raspberry Pi + :5000 Exemplo: http://192.168.0.101:5000/

Releases

No releases published

Packages

No packages published