Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70433

Stream video from camera phone and use it in Ionic on Android

$
0
0

@loucif wrote:

I am trying to build a mobile phone app for object detection with tensorFlow Js using Ionic Framework from live stream video captured through phone camera.i searched everywhere but nothing with ionic,i found something similar but with browser. this is what i found and i want to do something like this but with ionic,any help please.

File.js: 

      (async ()=>{
          const stream = await navigator.mediaDevices.getUserMedia({
              audio : false,
              video : {facingMode : 'environment'}
          })

          this.video.nativeElement.srcObject = stream;
      }) ()


File.html :
<div><video #video autoplay muted></video></div>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70433

Trending Articles