mrayy / UnityCam

Unity3D Virtual webcam plugin, streams unity viewport contents to other applications as virtual camera
MIT License
506 stars 150 forks source link

No 1:1 output option #26

Closed shwhjw closed 3 years ago

shwhjw commented 3 years ago

Hi, I'd like an option to output at a resolution of 2048x2048 to simulate a fisheye camera.

I found the list of resolutions in UnityCaptureFilter.cpp but am unable to build it - can you share what dependencies are required? Thanks.

shwhjw commented 3 years ago

Solved - I got it building by changing the projects' build targets from Win8 to Win10. I then had to replace the UnityCaptureFilter.dlls in the Install directory and reinstall the device. Works great!