react-webcam
react-webcam copied to clipboard
Use `image tracks` properties
How can we use image track
properties with react-webcam
?
It will be handy if we have these properties on video streaming which will help to adjust the following things:
- whiteBalanceMode
- exposureMode
- focusMode
- zoom
you can check out their references:
Do we have such functionality or I can create it?
You can apply the props on MediaTrackConstraints to get the desired o/p.
@BradPrit09 @mozmorris Can you please share an example of how construct the videoConstraint
object for zoom or focusMode as an example?
I tried to follow the aspectRatio
example given in the docs but that does not work for any of the options mentioned above by @robonetphy
Was there any update on the zoom?