The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/v4l2: A bit more extra error printing

authored by

Jakob Bornecrantz and committed by
Jakob Bornecrantz
a8941859 40f47904

+2 -2
+2 -2
src/xrt/drivers/v4l2/v4l2_driver.c
··· 527 527 case V4L2_PIX_FMT_YUYV: break; 528 528 case V4L2_PIX_FMT_MJPEG: break; 529 529 default: 530 - V_ERROR(vid, "error: Unknown pixelformat '%s'", 531 - fmt->description); 530 + V_ERROR(vid, "error: Unknown pixelformat '%s' '%08x'", 531 + fmt->description, fmt->pixelformat); 532 532 return; 533 533 } 534 534