I have a requirement to capture a image from webcam of Lap/PC and the captured image should be displayed in image editor with edit mode should be gave provision to crop the image after that image should be shown in image panel
How to do this one using asp.net web application .Any suggestions
Thanks,
5 Answers, 1 is accepted
Hello,
This blog post can help get you started: http://blogs.telerik.com/jefffritz/posts/13-07-19/aspnet-photobooth.
Getting an image from the webcam is a generic development task that is not covered by our tools and, generally, RadImageEditor requires and image on the server, but the blog shows how you can use the canvas it offers to directly put the image in it.
Regards,
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Thanks for your quick response i already shown that link but unable to get the start up if you have any samples please send me how do this one .
Thanks.,
Hello,
We do not have such a sample. Once you can put an image from the WebCam on the server or on any canvas, the same approach can be used to place it in a RadImageEditor.
Regards,
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Hi,
I developed an app that which captures a image or video or audio. But I am unable to get the captured files from the device. Can anyone help me in this issue?
Thanks in advance
I have a requirement to capture a image from webcam of Lap/PC and the captured image should be displayed in page.
How to do this one using CSHTML5 web application .Any suggestions