react-webcam icon indicating copy to clipboard operation
react-webcam copied to clipboard

quality of hovercam

Open anujshah108 opened this issue 1 year ago • 1 comments

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

anujshah108 avatar Feb 03 '23 17:02 anujshah108