1.How do the custom RVCamera video resolution(For example, 1920 * 1080
).
2.When the DeviceType = rvdtDesktop and DeskotpMode = rvdmRect,Set the rect is invalid,always full screen.
RVCamera1->DesktopRect.init(0,0,1024,768);
but,it always full screen.
How do the custom RVCamera video resolution ?
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
1. When in Desktop mode, TRVCamera provides the screen videostrem in the current resolution. TRVCamera has functions to switch video resolution: http://www.trichview.com/help-media/trv ... eomode.htm
You can see how it works in the demo in Demos\SendAndReceive\RemoteDesktop\RemoteDesktop\ (the combobox in the top of the window)
TRVCamSender can send this videostream at the original size, or shrink to one of predefined resolutions.
2. In the current version, you need to assign DesktopRect before assigning DeviceType = rvdtDesktop. You can reassign DeviceType = rvdtDesktop after changing DesktopRect.
You can see how it works in the demo in Demos\SendAndReceive\RemoteDesktop\RemoteDesktop\ (the combobox in the top of the window)
TRVCamSender can send this videostream at the original size, or shrink to one of predefined resolutions.
2. In the current version, you need to assign DesktopRect before assigning DeviceType = rvdtDesktop. You can reassign DeviceType = rvdtDesktop after changing DesktopRect.