saki4510t / UVCCamera

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

Camera preview is not coming in any tablet phone #309

Open mirzaaqib opened 6 years ago

mirzaaqib commented 6 years ago

I have successfully getting the preview in all the devices (Smartphones).But the same application is not working with the Tablet device. Camera getting connected & turn on but the preview is not coming also i m not getting any error in log.Please help me out & provide me the solution if possible.

Thank You!!

jp1017 commented 6 years ago

which tablet? Your own device?

mirzaaqib commented 6 years ago

@jp1017 I tried with Samsung, Hp, iball & micromax some models.Camera is connected but preview is not coming

binilj04 commented 6 years ago

Not working on Samsung On7 and Samsung Galaxy Tab S2.

binilj04 commented 6 years ago

Is there a way to view debug logs? Since the camera is connected via usb.

maciejgrabek commented 6 years ago

@binilj04 You can debug remotely. While connected via USP with your dev device: adb shell ifconfig

adb tcpip 5555

adb connect :5555

then unplug - and you can use the device over WiFi.

when you are done: adb -s :5555 usb to turn WiFi debugging off (for security :))

check also this page: https://github.com/saki4510t/UVCCamera/wiki/howto_debug_over_network