Open marktheunissen opened 6 years ago
how are you feeding the loopback device?
your running kernel doesn't support the HEVC
pixel format, although it's headers properly define it.
try removing the the HEVC
section near the end of v4l2loopback_formats.h
, recompile and report back whether this fixes the problem.
Hi there, the following appears in the kernel logs on v4l2loopback version 0.12 on Raspberry Pi:
Looks to be
Unknown pixelformat 0x43564548
, which by Googling I discovered is HEVC. I see this was added to v4l2loopback here: https://github.com/umlaeute/v4l2loopback/commit/79a71bf7308be5faf8d97c72107688f8c6da1733I reverted to 0.10 and now the warning does not appear in the kernel logs. I don't think this is related to the particular crash I'm trying to debug, but wanted to point it out.
Thanks!