- Home /
How to access a Webcam Moniker
tl;dr - How can I access a webcam's moniker from unity with c#?
I have a few applications that require the use of multiple webcams (only one at a time though) and I'm looking for a way to access their unique moniker. The apps run on publicly installed units with multiple web cams and we create config JSON files to hold information about their rotation, placement relative to the screen, moniker, etc...
Well, the config file is generated by a separate app outside of unity and now I'm looking for a way to properly identify a specific webcam so I can make use of config file for screen placement and rotation.
Your answer
Follow this Question
Related Questions
Efficient way to Capture Webcam image stream? 0 Answers
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Access to WebCam denied - UWP unity app,Access denied to WebCam in UWP project 1 Answer
WebCamTexture IOS crashing? 1 Answer