-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
I'v removed the comments in the corresponding section in obsRecorder.js, and set the resolution to 1920x1080, but the webcam still shows 640x480. Also setting width and height in InputFactory.create(...) does not seem to change anything.
// Way to update settings if needed:
let settings = obsCameraInput.settings;
console.debug('Camera settings:', obsCameraInput.settings);
settings['width'] = 1920;
settings['height'] = 1080;
obsCameraInput.update(settings);
obsCameraInput.save();
BTW: Thanks for this great example @Envek. This helped me a lot. Unfortunately obs-studio-node is not documented very well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels