saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

could not access IAspectRatioView interface in MainActivity class #476

Open tejaschidd opened 5 years ago

tejaschidd commented 5 years ago

i have added the library as a module in my project but when i sync the project it is not permitting access to the IAspectRatioView interface file that has been extended in the interface file CameraViewInterface. kinly let me know how to make it accessible.

jeranio commented 2 years ago

I had the same issue. Add this to the module gradle file :

    implementation("com.serenegiant:common:${commonLibVersion}") {
        exclude module: 'support-v4'
    }