Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

Camera Parameter Access 4.0.1

Rubin__Andy1
Beginner
405 Views

Hi,

Can you provide to get a camera parameter access.

In 3.5 you give access like 

public static void setCameraParameters(Parameters parameters) {
    PCFactory.setCameraParameters(parameters);
}

public static Parameters getCameraParameters() {
    return PCFactory.getCameraParameters();
}

I want to apply zoom and tilt for my application can you provide like this or any other way is there to get the access of Params in  4.0.1

0 Kudos
2 Replies
He_Z_Intel
Employee
405 Views

in version 4.x, the camera capturer is implemented by sample code, so you should implement this function in your app.

0 Kudos
Rubin__Andy1
Beginner
405 Views

Hi Hank Zhang,

how can i access camera capture in my code all you made it as a private in SDK, i tried it in sample code can you tell me how can i access

 

Thanks & Regards

Andy Rubin

0 Kudos
Reply