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
414 stars 94 forks source link

Webcam overlay doesn't show any preview #181

Closed Jyuart closed 2 years ago

Jyuart commented 2 years ago

It would be nice to have some kind of preview for the webcam to see yourself while recording

sskodje commented 2 years ago

I agree, but this is a library without any UI to record to a video file, so I don't think it makes sense to be responsible for this feature. This is probably better implemented in your own application.