Scribbler1984

Results 6 comments of Scribbler1984

Hi, first i would check if the device_list.xml has changed. Is your Class, Subclass still registered or did the update also effect the device_list.xml. I fixed the problem with 2.2.8...

First you should register an Intent Filter like this in your Manifest: intent-filter> action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> /intent-filter> meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" android:resource="@xml/device_filter" /> If you plug in your camera, you should get...

Hi, the device_filter.xml is part of the library and can be found here on Github inside the project code. If you want to declare your own device_list.xml then you need...

Hi, 1. @RiponDas do you have permission to read or write your storage? 2. I would send the LogCat.txt to the creator of the library. I think he can help...

@RiponDas Why don`t you write your own custom code to store your pictures? I use my own directory and methods because I need to. You should not count to much...

How can you believe that your permissions are correct? 1. Create a TEST.txt File 2. Read from the TEST.txt File You should test your code first. Elliot Scribner schrieb am...