How does cordova achieve the function of obtaining camera stream in real time like webRtc?

how does cordova achieve the function of obtaining camera stream in real time like webRtc?

webRtc cannot be used because it is compatible with ios,.

the function that needs to be realized is that the real-time video stream of the front camera draws the image in html.


take a look at the cordova-plugin-camera-preview plug-in: https://github.com/cordova-pl.

.
Menu