Visit https://picamera-server-viewer.vercel.app/ to view your Picamera after following the instructions to start the server on the Raspberry Pi!
The web-based viewer to view and control your PiCamera on your Raspberry Pi, with support for the Waveshare Pan-tilt HAT!
The server code can be found at https://github.com/UnsignedArduino/picamera-server.
- Have
nodejsinstalled. - Clone this repo.
yarnto install dependencies.
Use yarn run dev to start a development server.
Before committing, make sure to format, (yarn run format / yarn run writeFormat) lint, (yarn run lint / yarn run writeLint)
and type-check. (yarn run typecheck)
yarn run build and yarn run start.
Note you must also follow the instructions to start the server.
Picamera server is currently deployed on Vercel at https://picamera-server-viewer.vercel.app/.