Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 847 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 847 Bytes

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/