I needed to remove the padding around the display, because my display is in a fullscreen window and the bars make it scale down just a bit, so it is blurry...
This can be done with: osn.NodeObs.OBS_content_setPaddingSize(displayId, 0);.
Should we add this to the example app @Envek ?
I needed to remove the padding around the display, because my display is in a fullscreen window and the bars make it scale down just a bit, so it is blurry... This can be done with:
osn.NodeObs.OBS_content_setPaddingSize(displayId, 0);
. Should we add this to the example app @Envek ?