index_camera_passthrough icon indicating copy to clipboard operation
index_camera_passthrough copied to clipboard

Experimental Valve Index camera passthrough for Linux

Results 4 index_camera_passthrough issues
Sort by recently updated
recently updated
newest added

Built from source, throws this when i try to run: [2024-03-15T01:47:27Z INFO index_camera_passthrough] width : 1920 height : 960 fourcc : YUYV field : progressive stride : 3840 size :...

Using the OG Vive (single camera) by manually setting the camera path in config causes a crash in either VR backend. ```sh [2024-03-05T15:55:16Z INFO index_camera_passthrough] width : 612 height :...

For some reason the allocation of `yuv_texture` in `pipeline.rs` fails: ``` Error: a non-validation error occurred Caused by: 0: allocating memory for the image failed 1: finding a suitable memory...

Hi, I was mostly doing my own research on this and I thought you might be interested. Vulkano's default StandardMemoryAllocator allocates around 576MB of memory even if you don't upload...