You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mi...@dartlang.org
Hi guys,
I have always hated Javascript and knew that a language like this will come up once and it did. I have seen and tried dart out for about a day or two so I am not yet familiar with it that much. My question is, Is there a way I can access the web cam to take pictures or any other hardware stuff with Dart from the browser?
Thank you
Gen
unread,
Aug 6, 2012, 11:47:01 AM8/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mi...@dartlang.org
I have not yet tried to access a webcam myself but this website is one of the best I know:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Aleister Matovu, mi...@dartlang.org
(this time, to the whole list)
Hi Aleister,
Thanks for checking out Dart! You're probably looking for getUserMedia(), the new HTML5 API that gives you access to camera and microphone. The new stable of Chrome just launched with support for getUserMedia. This article from HTML5 Rocks is a good place to start.