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
Asked
Active
Viewed 87 times
-1

Harish Madaan
- 37
- 6
-
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
-
– Harish Madaan Oct 13 '17 at 05:42
1 Answers
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.

IrishChieftain
- 15,108
- 7
- 50
- 91