-1

I am using the below link to upload image via web cam. https://www.codeproject.com/Tips/528929/Capture-images-using-web-camera-in-ASP-NET. It's working fine, but I am unable to increase the image size. The default size is width="450"height="200" but I want to increase it up to width="650" height="400"`. Object> Please help. Thanks

  • Please post your code directly in your question. Also please read and edit your question accordingly: https://stackoverflow.com/help/mcve BTW making a mistake in the *title* is just lazy and disrespectful, you could have at least read what you posted. – Maciej Jureczko Oct 11 '17 at 12:57

1 Answers1

0

Take a look at ImageResizer. It's relatively simple to adjust image sizes with its API. Make sure images have enough resolution to begin with.

ImageResizer Nuget Package

IrishChieftain
  • 15,108
  • 7
  • 50
  • 91