The webcam was working fine as a single service (usb generic webcam) but after installing uform-vision I started getting the error error robot_server.rdk:component:camera/webcam1 resource/graph_node.go:230 resource build error: failed to find camera: cannot open webcam: failed to find the best driver that fits the constraints resource rdk:component:camera/webcam1 model rdk:builtin:webcam
I tried to delete and reinstall the webcam but the error peristed so I deleted the uform-vision service but the error still persisted.
In the cached config, I noticed that the following was still in the config after removing uform-vision and restarting viam-server.
"packages": [
{
"name": "m_viam-labs_uform-vision",
"package": "6efeb7e5-91aa-4187-8ed3-e84764726078/uform-vision",
"version": "0.0.1-any",
"type": "module"
}
],
After deleting that, it worked OK again. I am going to try to get uform-vision running via the API, and not set the camera as a dependency, more soon.