CatxFish / obs-virtual-cam

obs-studio plugin to simulate a directshow webcam
https://obsproject.com/forum/resources/obs-virtualcam.539/
GNU General Public License v2.0
1.76k stars 345 forks source link

VirtualCam and appear.in #39

Open thelifeofkb opened 5 years ago

thelifeofkb commented 5 years ago

I can get this camera setup correctly but it doesn't display my window in the proper aspect ratio. I've attached two windows of scrrens (appear.in and obs) and my settings? Why is it cutting me off? What do I do?

image

image

image

image

CatxFish commented 5 years ago

It seems the website use 4:3 ratio camera , so it will cut the both side when you are using 16:9. If you want to put all canvas on it , you should use 4:3 ratio canvas and output setting like 1280 x 960.

thelifeofkb commented 5 years ago

Ok I wonder if I change my output settings only will it just fit? Or Virtual Cam is only looking at my canvas layout?

thelifeofkb commented 5 years ago

Changed output to 4:3 and it's still cropping some of it

image

appear.in crop image

obs settings ![image](https://user-images.githubusercontent.com/37049081/47585911-bac41080-d92c-11e8-843a-1eed1149e64c.png

thelifeofkb commented 5 years ago

@CatxFish any ideas?

CatxFish commented 5 years ago

You have to change the size of your item in obs to fit the canvas . It's not the setting problem , the output is cropped because it's cropped in OBS already. This plugin will not output the content which out of the canvas.

thelifeofkb commented 5 years ago

Hmm.... Well should it still only show what I have in obs if I changed the setting to only show 4:3. My canvas in obs is 4:3 but it still only shows a portion of it. I'm sorry if I'm not understanding. Can you try it with appear.in? See if you see the same results. I really need this to work it would be amazing

CatxFish commented 5 years ago

I have reviewed the discuss thread in obs forum about appear.in last year. I was told if you want to use 1920x1080 canvas setting in this website , you should append '?widescreen' in the url. And this is not issue of this plugin , the camera do not have privilege to request how 3rd party program cropping the image.

thelifeofkb commented 5 years ago

widescreen did the trick