Small example to create a webcam based grpc server
Create a virtual environment
python3 -m venv venv
source venv/bin/activateInstall dependencies
pip install -r requirements.txtRe-generate proto definitions (just in case)
python3 run_codegen.pyIn terminal #1. Play with fps, or the port.
python3 camera_service.pyIn another terminal #2. Change address to connect over wifi.
python3 camera_client.py