Its my first OpenCV project and I have coded to covert an image to grayscale and canny image. The app is working perfectly on Samsung phone but not working on One Plus 3T.
Asked
Active
Viewed 71 times
0
-
There could be "Permission" issues. As android versions above Marshmallow are pretty strict in case of permissions your app required and often you have to grant permissions for camera or storage manually by going into your phone's settings. – Muhammad Yasir Jun 06 '18 at 11:43
-
obviously i have grant the permissions for the app from settings app info – Deepanshi Bansal Jun 12 '18 at 09:35