From 11248896a8482eb6c25ef8265f5392c57765a6a3 Mon Sep 17 00:00:00 2001 From: kzd Date: Thu, 16 Oct 2025 22:51:49 -0400 Subject: [PATCH] rename go-bigeye -> go-bsb-cams --- content/docs/other/bigscreen-beyond-driver/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/other/bigscreen-beyond-driver/_index.md b/content/docs/other/bigscreen-beyond-driver/_index.md index 360e21c..35f6e34 100644 --- a/content/docs/other/bigscreen-beyond-driver/_index.md +++ b/content/docs/other/bigscreen-beyond-driver/_index.md @@ -60,7 +60,7 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="35bd", ATTRS{idProduct ### Requirements: * Windows 10/11 dual-boot availability or separate Windows 10/11 machine * Some form of re-streaming the Bigeye camera to bypass broken `v4l`/`uvcvideo` default drivers; `libuvc` is known to work, as does `cameractls` for viewing the cameras as well - * ie: `go-bigeye` modified from `garymcbay/mjpeg` for this purpose by @lillia + * ie: `go-bsb-cams` modified from `garymcbay/mjpeg` for this purpose by @lillia To have functioning eyetracking while using a Bigscreen Beyond 2e under Linux, you will currently need to supplement the Baballonia portion of the software stack via Proton. @@ -74,7 +74,7 @@ graph TB M-->X[XRizer] O-->D X-->D - A[go-bigeye using libuvc] --> B[Baballonia.Desktop.exe] --> C[VRCFT.Avalonia] --> D[VRChat/etc.] + A[go-bsb-cams using libuvc] --> B[Baballonia.Desktop.exe] --> C[VRCFT.Avalonia] --> D[VRChat/etc.] subgraph Linux Native A C @@ -90,7 +90,7 @@ graph TB end ``` -`go-bigeye` can be found here: https://github.com/LilliaElaine/go-bsb-cams +`go-bsb-cams` can be found here: https://github.com/LilliaElaine/go-bsb-cams `Baballonia` releases can be found here: https://github.com/Project-Babble/Baballonia/releases @@ -102,7 +102,7 @@ Then you can start `Baballonia.Desktop.exe` via `Proton` as a "non-steam game" a **NOTE:** You'll need to disable `GPU Acceleration` for it to track the full volume as it seems to be weirdly clamped while `GPU Acceleration` is enabled under `Proton`. -`Baballonia.Desktop` can be given the `http://127.0.0.1:8080/stream` endpoints for each camera if you're using `go-bigeye` to load the cameras. You'll need to adjust cropping and brightness for the cameras as necessary, but it should allow you to easily select the whole left/right areas automatically for the Bigeye in particular. +`Baballonia.Desktop` can be given the `http://127.0.0.1:8080/stream` endpoints for each camera if you're using `go-bsb-cams` to load the cameras. You'll need to adjust cropping and brightness for the cameras as necessary, but it should allow you to easily select the whole left/right areas automatically for the Bigeye in particular. Ensure `Baballonia.Desktop` is set to provide `Eye` or `Both` tracking to `VRCFT.Avalonia`, alongside the `Native OSC` option if desired, and then launch `VRCFT.Avalonia`. If successful, you should see some small transfers of data, assuming the `VRCFT-Babble` module is loaded in `VRCFT.Avalonia`.