Replies: 1 comment 1 reply
-
Any updates? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is it possible to add a camera zoom option ? Something like:
if ('zoom' in capabilities) {
......
slider_zoom = .........
track.applyConstraints({advanced: [ {zoom: slider_zoom } ]});
}
Beta Was this translation helpful? Give feedback.
All reactions