Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Taking picture from ASP.NET app?
Message
From
05/06/2013 12:13:15
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 4.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01575638
Message ID:
01575698
Views:
55
Likes (1)
>Hi,
>
>I saw an iPad app called iAuditor which allows you to make templates (e.g. for any kind of audit). What is interesting is that while you fill out an audit template/form (making notes) you can take a picture (using iPad where the app is running) and store the picture in the form.
>
>I wonder if this is possible (and how) if you create the template using ASP.NET? How difficult would it be to have the feature of taking a picture and storing it (say, in a database or email)?

If its a native app it would have access to the camera via the iOS API. For a browser based application, you could try using HTML5 getUserMedia API. I haven't used it myself, but here is a link with more information and examples: http://www.html5rocks.com/en/tutorials/getusermedia/intro/.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform