Commit main files and add usage

This commit is contained in:
LilliaElaine
2025-10-16 17:08:51 -04:00
parent 513d403495
commit c4030c632c
5 changed files with 261 additions and 1 deletions

View File

@ -1,2 +1,7 @@
# go-bsb-cams
Simple program to take and output the Bigscreen Beyond 2e cameras to a webserver to be used with eyetracking software
Simple program to take and output the Bigscreen Beyond 2e cameras to a webserver to be used with eyetracking software, the stream.go is taken from https://github.com/garymcbay/mjpeg but has the content length removed as our stream is live.
## Usage
Clone This repo and get the dependencies with: `go get .`
To run, execute the following command within the root directory: `go run .` or build the package and run the resulting executable