Tommy.Schell
New Member
Hi,
Is there a way to determine actual incoming fps / resolution of a source ?
I've tried:
// for incoming fps:
double fps = obs_get_active_fps();
// for incoming resolution:
obs_video_info ovi;
obs_get_video_info(&ovi);
*width = ovi.base_width;
*height = ovi.base_height;
But the above seem to be tied to the Video settings in the menu.
Thanks a lot, Tommy Schell
Is there a way to determine actual incoming fps / resolution of a source ?
I've tried:
// for incoming fps:
double fps = obs_get_active_fps();
// for incoming resolution:
obs_video_info ovi;
obs_get_video_info(&ovi);
*width = ovi.base_width;
*height = ovi.base_height;
But the above seem to be tied to the Video settings in the menu.
Thanks a lot, Tommy Schell