使用usb的摄像头到android的外部网络摄像头

时间:2022-10-01 15:59:59

I want to connect external webcam to android device for camera using usb.Is there any possibilities for connecting webcam for that without rooting the device.Please help or share some libraries or code snipit for the same.

我想使用usb将外部网络摄像头连接到Android设备用于摄像头。是否有任何连接网络摄像头的可能性,而无需根植设备。请帮助或共享一些库或代码片段。

1 个解决方案

#1


1  

I think you can try use Emulator(AVD or Genymotion)on the computer which is connecting to your webcam via USB.

我想您可以尝试在通过USB连接到网络摄像头的计算机上使用仿真器(AVD或Genymotion)。

And then set your Emulator camera as your webcam, it can just like normal device, but you use the webcam

然后将您的Emulator相机设置为您的网络摄像头,它可以像普通设备一样,但您使用网络摄像头

EDIT

Software

https://play.google.com/store/apps/details?id=com.pas.webcam

Library

https://github.com/saki4510t/UVCCamera

#1


1  

I think you can try use Emulator(AVD or Genymotion)on the computer which is connecting to your webcam via USB.

我想您可以尝试在通过USB连接到网络摄像头的计算机上使用仿真器(AVD或Genymotion)。

And then set your Emulator camera as your webcam, it can just like normal device, but you use the webcam

然后将您的Emulator相机设置为您的网络摄像头,它可以像普通设备一样,但您使用网络摄像头

EDIT

Software

https://play.google.com/store/apps/details?id=com.pas.webcam

Library

https://github.com/saki4510t/UVCCamera