You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 : 3686400
colorspace : sRGB
quantization : default
transfer : Rec. 709 transfer function
[2024-03-15T01:47:27Z INFO index_camera_passthrough] OpenVR
Found matching device: NVIDIA GeForce RTX 4090
[2024-03-15T01:47:28Z WARN index_camera_passthrough] No camera parameters found
[2024-03-15T01:47:28Z INFO index_camera_passthrough::vrapi] Dropping overlay handle
[2024-03-15T01:47:28Z INFO index_camera_passthrough::openvr] Shutdown OpenVR
Error: a non-validation error occurred
Caused by:
0: allocating memory for the image failed
1: finding a suitable memory type failed
Edit:Missed the last two lines.
The text was updated successfully, but these errors were encountered:
Was on Ubuntu-Studio 22.04, now on Arch Linux, same issue. Cant build the crate because of v4l2-sys-mit 0.2.0 wont build, and this is what comes up when I build from source
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 : 3686400
colorspace : sRGB
quantization : default
transfer : Rec. 709 transfer function
[2024-03-15T01:47:27Z INFO index_camera_passthrough] OpenVR
Found matching device: NVIDIA GeForce RTX 4090
[2024-03-15T01:47:28Z WARN index_camera_passthrough] No camera parameters found
[2024-03-15T01:47:28Z INFO index_camera_passthrough::vrapi] Dropping overlay handle
[2024-03-15T01:47:28Z INFO index_camera_passthrough::openvr] Shutdown OpenVR
Error: a non-validation error occurred
Caused by:
0: allocating memory for the image failed
1: finding a suitable memory type failed
Edit:Missed the last two lines.
The text was updated successfully, but these errors were encountered: