HD Camera Desktop Application on Windows 10

iz111 86 Reputation points
2020-07-31T13:14:27.087+00:00

Hi,

I've tested some older applications and camera library with HD camera on Windows 10. But it does not work properly, it has a delay on preview.
However Camera application on same Windows 10 machine works normal without delay.

I suppose the native Camera app on Windows 10 is using some other API. My goal is to develop similar Camera applicatoion.
What is the right way to support this? Which API to use?

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,691 questions
0 comments No comments
{count} votes

Accepted answer
  1. Fay Wang - MSFT 5,196 Reputation points
    2020-08-03T05:18:47.997+00:00

    Hello,

    Welcome to Microsoft Q&A!

    You could try to use CameraCaptureUI class to capture photos or videos by using the camera UI built into Windows. It allows you to launch the Windows built-in camera app and receive the photo or video file that was captured. This feature is easy to use, you can refer to this document to achieve it.

    If you want to provide your own camera UI, or if your scenario requires more robust, low-level control of the capture operation, then you should use the MediaCapture class, and implement your own capture experience. For more details about it, you can refer to this document.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful