You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi we are using a high quality hovercam. I integrated this hovercam into react-webcam to be able to bypass the software of the hovercam.
I am wondering how to get the best quality of images from the library as currently no matter the settings I try I am getting a very poor quality image.
Hi we are using a high quality hovercam. I integrated this hovercam into react-webcam to be able to bypass the software of the hovercam.
I am wondering how to get the best quality of images from the library as currently no matter the settings I try I am getting a very poor quality image.
This is my code:
<Webcam audio={false} ref={webcamRef} screenshotFormat="image/png" width={750} height={500} screenshotQuality={1} forceScreenshotSourceSize imageSmoothing videoConstraints={{ deviceId: currentWebcam?.deviceId, width: 1080, }} />
Any help would be greatly appreciated!
Thanks
The text was updated successfully, but these errors were encountered: