Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个应用程序,该应用程序显示UVC通过 USB 连接到设备的相机,使用组合libusb和libuvc方式JNI。
UVC
libusb
libuvc
JNI
我想要做的是找出一种在启动时运行服务的方法,该服务将为这个 USB 摄像头分配后置摄像头的 ID,以便其他应用程序可以通过简单地请求使用后置摄像头来使用它,这实际上是USB 摄像头,因为它具有后置摄像头的 ID。
这样的事情可能吗?另外,我将如何重新分配相机 ID?在此先感谢您的帮助!