Skip to content

Conversation

@preamp-org
Copy link
Contributor

Added function "GetChannelOffset" so that the current offset limit is reported back correctly from the pico-bridge.
Please also update the pico-bridge accordingly.

@azonenberg
Copy link
Collaborator

I don't like this approach because it adds around trips and will perform badly on high latency connections and doesn't cache - we call GetChannelOffset multiple times every video frame.

The clamping code needs to be clientside within the driver and just understand what the limits are and limit the max offset as soon as you call SetChannelOffset() without adding round trips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants