tharmes42 / WebcamOnDesktop

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

display video in fullscreen for showing documents #8

Open tharmes42 opened 2 years ago

tharmes42 commented 2 years ago

Review via Microsoft Store on August 29th, 2021: Very good for the overlay in an online training or similar. The colleague had already described this in his evaluation. What is still missing is the possibilities to display the size of the camera image up to full screen size. This would be ideal to be able to use the webcam as a document camera in classroom lessons. I'm hoping for an update!

tharmes42 commented 2 years ago

applicationViewMode.CompactOverlay max-size is currently limited to max. 500 pixels due to framework limitations see https://github.com/microsoft/microsoft-ui-xaml/issues/2656

tharmes42 commented 2 years ago

Update: these are scaled pixels, so if you scale your desktop by 150%, you can have a larger video window than 500 pixels see https://github.com/MicrosoftDocs/winrt-api/issues/725