I'm trying to attach timestamp metadata to the virtual loopback devices I've spun up. However, when I use the VIDIOC_QUERYCAP() ioctl (https://www.kernel.org/doc/html/v5.2/media/uapi/v4l/dev-meta.html), and look at the device_caps and capabilities fields, the bits for V4L2_CAP_META_OUTPUT and V4L2_CAP_META_CAPTURE (https://dri.freedesktop.org/docs/drm/media/uapi/v4l/vidioc-querycap.html#device-capabilities) are both off. Is there a way to create a virtual video loopback device that does support the metadata interface?