sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
408 stars 93 forks source link

camera preview is available in future? #254

Closed selvacreation closed 2 months ago

selvacreation commented 1 year ago

Recently, I used your library, and it's working great. The camera is also functioning well. However, I am unable to preview the webcam. Is it possible that a camera previewing feature will be available in the future or in next version ?

sskodje commented 1 year ago

It depends on what your requirements are. I'm working a feature that will allow you to get the raw bitmaps instead of or in addition to recording to video. You could draw those in your app, but for technical reasons they will only be delivered while recording, and it will be most likely be heavy on the CPU as it will need to be software drawn.

selvacreation commented 1 year ago

No, I am asking if, while recording through the webcam, the user needs to see what is happening on the screen (for example, like the preview in a camera app).