Skip to main content
Inspiring
May 10, 2023
Question

Transmitter SDK resolution

  • May 10, 2023
  • 1 reply
  • 476 views

When I use the Transmitter SDK the resolution I get back is always 280x168. outVideoMode->outWidth = 1024;  outVideoMode->outHeight = 760; don't seem to do anything. How do I set the mode or get the natural render mode?

This topic has been closed for replies.

1 reply

BillClagAuthor
Inspiring
May 10, 2023

I think I figured it out. The Transmitter sends half the playback resolution. 0x280 x 0x168 is 640x360 which is half of 1280x720 so that is what should be expected. I still wold like to know where this is set in the transmitter.