I tried to create an image based app that actually uses camera task when the app is opened. But instead of using the default camera app, I am trying to create a custom UI for the camera like other third-party apps does. Well, my camera UI will be basic, so i would like to know whether this can be achieved within the CameraCaptureTask
or do i need to create some separate UserControl page?
I am not able to find any resource or samples for this issue. Thanks in advance for your help.