I'm building Realsense SDK from source code inside the docker container. However, the build/installation fails and I get the FATAL: Module uvcvideo not found error
as shown in the screenshot below.
Note: I had removed all the realsense related packages before doing the clean build from source installation.
I think the main issue is that uvcvideo
module is not available inside the docker container although it is available in my Ubuntu 24.04 work station.
Could anyone provide guidance or clarification to solve this issue ? Any help would be appreciated.