Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.27 KB

picamera-server-viewer

Deployed on Vercel

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.

Install

  1. Have nodejs installed.
  2. Clone this repo.
  3. yarn to install dependencies.

Development

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)

Build and serve

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/.