Files
go-bsb-cams/README.md
LilliaElaine 58e1c42cb1 release 1.0
2025-10-21 17:39:48 -04:00

438 B

go-bsb-cams 1.0

Simple program to take and output the Bigscreen Beyond 2e cameras to a webserver to be used with eyetracking software.

Usage

Clone This repo and get the dependencies with: go get .

To run, execute the following command within the root directory: go run main.go or build the package and run the resulting executable.

The code by default outputs to localhost:8080/stream but can be configured within the code.