/dev/video0 accessible as root only

Hi,
I'm running an Ubuntu 20.04 Server guest in my VB 6.1 on macOS Big Sur. I'm forwarding a USB camera into the VM.
ls -lall /dev/video0
crw-rw---- 1 root video 81, 0 Oct 17 15:57 /dev/video0
Running a GStreamer pipeline using this camera is only possible if using "sudo". I can temporarily assign myself to be the owner of this device, but this is changed again to root on unplug/plug.
Is there any way to have non-root access to this device permanently?
I'm running an Ubuntu 20.04 Server guest in my VB 6.1 on macOS Big Sur. I'm forwarding a USB camera into the VM.
ls -lall /dev/video0
crw-rw---- 1 root video 81, 0 Oct 17 15:57 /dev/video0
Running a GStreamer pipeline using this camera is only possible if using "sudo". I can temporarily assign myself to be the owner of this device, but this is changed again to root on unplug/plug.
Is there any way to have non-root access to this device permanently?