reference go-bsb-cams repo by lillia

This commit is contained in:
kzd
2025-10-16 17:11:09 -04:00
parent c50db1ea05
commit 2bf367d6b6

View File

@@ -60,7 +60,7 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="35bd", ATTRS{idProduct
### Requirements: ### Requirements:
* Windows 10/11 dual-boot availability or separate Windows 10/11 machine * 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 * 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 `go-uvc` for this purpose by @lillia * ie: `go-bigeye` 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. 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.
@@ -90,6 +90,8 @@ graph TB
end end
``` ```
`go-bigeye` can be found here: https://github.com/LilliaElaine/go-bsb-cams
`Baballonia` releases can be found here: https://github.com/Project-Babble/Baballonia/releases `Baballonia` releases can be found here: https://github.com/Project-Babble/Baballonia/releases
`VRCFT.Avalonia` releases can be found here: https://github.com/dfgHiatus/VRCFaceTracking.Avalonia/releases `VRCFT.Avalonia` releases can be found here: https://github.com/dfgHiatus/VRCFaceTracking.Avalonia/releases