I am currently working on a Xamarin. Forms-based android app that will use an external USB camera. On XCT I found this CameraView that does more than I need but only on built-in cams on a device.
After some poking around in the XCT repository only reference I found about an external option of the cam view was on UWP implementation.
The main question is: does this even works on mobile? If so, are there any known good examples?
EDIT:
Summery of what I want to achieve: connecting an external USB camera to Android ant use External Camera Option on Camera View. I want to know is there a "standard" way to wire up implemented source to the CameraView.