Which code segment should you insert at line CA28? You need to ascertain whether a camera can support zooming.Which code segment should you insert at line CA28? You need to ascertain whether a camera can support zooming.Which code segment should you insert at line CA28? A.Option A B.Option B C.Option C D.Option D Show Hint ← Previous question Next question →
Oak if(new Windows.Media.Capture.MediaCapture().VideoDeviceController.Zoom.Capabilities.Supported) { //Supported } Reply
It is ether a, B, c or d
if(new Windows.Media.Capture.MediaCapture().VideoDeviceController.Zoom.Capabilities.Supported)
{
//Supported
}