https://github.com/dcoles/omnicept-facecam
Access the IR Camera video stream on the HP Reverb G2 Omnicept Edition
https://github.com/dcoles/omnicept-facecam
hp-reverb-g2 omnicept vr
Last synced: about 2 months ago
JSON representation
Access the IR Camera video stream on the HP Reverb G2 Omnicept Edition
- Host: GitHub
- URL: https://github.com/dcoles/omnicept-facecam
- Owner: dcoles
- License: mit
- Created: 2024-06-20T14:51:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T15:32:41.000Z (almost 2 years ago)
- Last Synced: 2025-12-31T11:27:28.434Z (5 months ago)
- Topics: hp-reverb-g2, omnicept, vr
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Omnicept FaceCam
Access the IR Camera video stream on the HP Reverb G2 Omnicept Edition.
## Requirements
- [HP Reverb G2 Omnicept Edition](https://store.steampowered.com/app/1613900/HP_Reverb_G2_Omnicept_Edition/)
- [HP Omnicept Runtime](https://developers.hp.com/omnicept/downloads/hp-omnicept-runtime)
## Usage
### Starting Capture
```sh
omnicept-facecam
```
### Viewing the stream using `ffmpeg`
```sh
ffplay -protocol_whitelist file,udp,rtp omnicept-facecam.sdp
```
## Building
### Prerequisites
- [CMake](https://cmake.org/) (`winget install --id Kitware.CMake`)
- [Build Tools for Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?q=build+tools#build-tools-for-visual-studio-2022) (`winget install --id Microsoft.VisualStudio.2022.BuildTools`)
- [Ninja](https://ninja-build.org/) (`winget install --id Ninja-build.Ninja`)
- [HP Omnicept SDK](https://developers.hp.com/omnicept/downloads)
### Building via the Command-line
```sh
# Configure `build` directory
cmake --preset default
# Build using Ninja
cmake --build --preset default
```
## Licence
Licenced under the [MIT License](https://choosealicense.com/licenses/mit/). See [`LICENSE.txt`](LICENSE.txt) for details.