An open API service indexing awesome lists of open source software.

https://github.com/unsignedarduino/picamera-server

The web-based viewer to view and control your PiCamera on your Raspberry Pi, with support for the Waveshare Pan-tilt HAT!
https://github.com/unsignedarduino/picamera-server

camera-stream frontend javascript nextjs pan-tilt picamera raspberry-pi react typescript waveshare

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# picamera-server-viewer

[![Deployed on Vercel](https://img.shields.io/badge/Deployed%20on-Vercel-blue?logo=vercel)](https://picamera-server.vercel.app/)

> Visit [https://picamera-server-viewer.vercel.app/](https://picamera-server-viewer.vercel.app/) to view your
> Picamera after following the [instructions](https://github.com/UnsignedArduino/picamera-server/blob/main/README.md#install)
> 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](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/](https://picamera-server-viewer.vercel.app/).