Case - https://www.thingiverse.com/thing:1325361
Camera - https://www.thingiverse.com/thing:504196
https://github.com/jacksonliam/mjpg-streamer
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
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/