Hi Erik,
I already ran the USB rules that you sent but it still has the same error. I already tried redeploying the code and power cycling the Luxonis camera again, but same error is still being displayed in the logs.
Also, if it could help, this is the content of the settings.json in the module that I deployed in the NUC device.
{
"version": "1.0",
"type": "docker",
"status": "running",
"restartPolicy": "always",
"settings": {
"createOptions": {
"HostConfig": {
"Privileged": true
}
}
}
}