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
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
It is ether a, B, c or d
if(new Windows.Media.Capture.MediaCapture().VideoDeviceController.Zoom.Capabilities.Supported)
{
//Supported
}