Closed anurag-choudhury closed 4 months ago
Fixed issue #8
The error is happening because the older compiler is compiling the uvcvideo.c into uvcvideo.ko which is compatible for lower kernal version
Now it is installing the required gcc compiler of version 12 and succesfully insatlling it and then it is compiling then everything go smooth
Merged but this should be added in README.md not install.sh as this module is distro independent
Fixed issue #8
The error is happening because the older compiler is compiling the uvcvideo.c into uvcvideo.ko which is compatible for lower kernal version