XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux

feat: add index_camera_passthrough plugin manifest

Signed-off-by: @matrixfurry.com <did:plc:zmjoeu3stwcn44647rhxa44o>

matrixfurry.com 96f832cd d4c47a91

verified
+12
+12
data/envision-plugins/manifest/index-camera-passthrough.json
··· 1 + { 2 + "appid": "com.matrixfurry.atomicxr.index-camera-passthrough", 3 + "name": "Camera Passthrough", 4 + "author": "Yuxuan Shui et al.", 5 + "hompage_url": "https://github.com/yshui/index_camera_passthrough", 6 + "screenshots": [], 7 + "description": "This application supports all lighthouse style devices as long as two HMD cameras are present and the device has a valid config.json stored on the firmware, factory calibrated with said camera intrinsics.\n\nSee https://lvra.gitlab.io/docs/fossvr/index_camera_passthrough/ for the recommended configuration.", 8 + "short_description": "Passthrough overlay for lighthouse tracked HMDs", 9 + "exec_path": "/home/linuxbrew/.linuxbrew/bin/index_camera_passthrough", 10 + "args": [], 11 + "plugin_type": "Executable" 12 + }