Webrtc is not enabled in Chromium webview. Chromium upstream is working on 
that. Not sure when it would be ready.

Yongsheng

From: Crosswalk-help 
[mailto:[email protected]] On Behalf Of Deepak 
Duvedi
Sent: Thursday, April 03, 2014 12:49 PM
To: Frédéric Luart
Cc: [email protected]
Subject: Re: [Crosswalk-help] access to camera during WebRTC call

Hi

I want to access camera in chromium webview is it possible using webrtc?

Thanks

On Wed, Apr 2, 2014 at 8:45 PM, Frédéric Luart 
<[email protected]<mailto:[email protected]>> wrote:
Hello,

I have build an android app that use WebRTC to established a call on crosswalk.
It works very well without any issues.

I am now trying to access to camera for instance to modify Zoom during call.
For that I have developed a custom extension to access the camera and set the 
zoom level :
if (camera == null){
              camera = Camera.open();
}
Parameters p = camera.getParameters();
int currentZoom = p.getZoom();
              p.setZoom(currentZoom + 1);
              camera.setParameters(p);

The issue that I have (I think) is that the camera is already used by Chromium 
and so when I access the camera, the video is freezed.
Is there a way to access to the camera device/process used by Chromium in an 
extension ?

Thanks in advance

Fred



_______________________________________________
Crosswalk-help mailing list
[email protected]<mailto:[email protected]>
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to