How to recognize my desktop app as a webcam? - flutter

I'm working in a application to use mobile camera as a webcam.
I have mobile app and desktop app working, already streaming phone camera to desktop app. I'm using flutter and webrtc.
But the question now is, how i make to recognize my desktop app as a webcam in pc? In my research I found content about "virtual webcam". I don't know if this is the right way.

Related

How to publish a unity game on mobile without an error using WEBGL

I need to publish the game made by unity with WEBGL, and wanna let the users play from mobile devices. I know unity does not officially support mobile devices on WEBGL, but would like to find a way to do it. It works just find on PC but getting this error on mobile devices. I appreciate your support in advance enter image description here

Are there any app to stream mac desktop to iPhone as VR

There are apps in AppStore for VR player, however, is there any mac app that can stream mac desktop to iPhone VR player app?
I had google already, the closed related result is https://www.reddit.com/r/iOSVR/comments/5htzha/trying_to_stream_my_macbook_display_to_my_iphone/, which looks like a negative answer.

Access mobile device camera from a grails application using jquery mobile

I have a grails application using jquery mobile. I am hoping to find some way to access the camera on the devices. I thought about using flash to grab the webcam but that obviously wont work on Apple devices.
Does anyone know of a way to do it and keep it all browser based? I am hoping that there is a plugin somewhere or maybe html5 has some magic in there that supports it.
I have researched this quite a bit (although about six months ago) and there is no API in the Mobile Safari browser for accessing a device's camera.
You have to have a native application for this type of functionality. For instance PhoneGap lets you use a device's camera: http://docs.phonegap.com/en/1.4.1/phonegap_media_capture_capture.md.html#Capture

HTML5 open iPhone or Android phone camera

I'm currently deciding what way to build my Iphone/Android app. I just need to know how to open the iPhone/Android phone camera using HTML5/Javascript etc or whether it can even be done outside of building a native app?
I'm not sure what tool you're using, but here's the phonegap answer: http://docs.phonegap.com/phonegap_camera_camera.md.html

Access the a built-in camera from Safari installed on an iPhone, iPad, or iPod Touch?

Is there a genuine way to access the a built-in camera from Safari intalled on an iPhone, iPad, or iPod Touch?
By genuine I mean no hack, no workaround, no extra app to install.
There is no flash capability installed on the web browser for those devices and I need to enable my users to, with their permission, be able to use the camera as a web cam for a chatting site.
There is no way to do this. You need to use an API that allows you to access the camera, and those are only available for native applications, not a web application.