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!
- Host: GitHub
- URL: https://github.com/unsignedarduino/picamera-server
- Owner: UnsignedArduino
- Created: 2023-07-11T22:01:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T15:39:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T21:59:13.306Z (3 months ago)
- Topics: camera-stream, frontend, javascript, nextjs, pan-tilt, picamera, raspberry-pi, react, typescript, waveshare
- Language: TypeScript
- Homepage: https://picamera-server-viewer.vercel.app
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# picamera-server-viewer
[](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/).