Skip to content

The web-based viewer to view and control your PiCamera on your Raspberry Pi, with support for the Waveshare Pan-tilt HAT!

Notifications You must be signed in to change notification settings

UnsignedArduino/picamera-server-viewer

Repository files navigation

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

About

The web-based viewer to view and control your PiCamera on your Raspberry Pi, with support for the Waveshare Pan-tilt HAT!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published