microsoft / Windows-Camera

Tools and samples for camera related APIs on Windows
MIT License
203 stars 69 forks source link

Appending Image to Source #61

Open r2997790 opened 2 months ago

r2997790 commented 2 months ago

Hey there,

Is it possible to append to the source, ie. the live system camera → pointed at the virtual camera (and then appending to the source a watermark), so the virtual camera output is:

Source 1 (live cam) + Source 2 (watermark) = Virtual Camera output

Many thanks R

roman380 commented 2 months ago

This is possible, but it's not the appendage.

You implement your own virtual camera. Then as a part of its operation you capture video frames from real camera, post-process them and deliver as originating from your camera. This is how you introduce the watermark.