tharmes42 / WebcamOnDesktop

Webcam on desktop windows app
MIT License
22 stars 6 forks source link

Masking of camera #20

Closed kennethaar closed 1 year ago

kennethaar commented 1 year ago

Would it be possible to mask the window so you could change the shape and border of the picture? Like a circle or or some such.

See this video to see the possibilities.

https://www.youtube.com/watch?v=PgZDfp7qMO4

PS: I love this app. Thank you for making it.

tharmes42 commented 1 year ago

Thanks for your input. I would love to have that, too. Currently the windows API does not allow to use any other shape than rectangle. And it does not allow transparency down to the underlying app or desktop. So even if there would be a circle shape - it still would be surrounded by a non-transparent rectangle.