Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for dartlang.org
« Groups Home
Web cam and other hardware access
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aleister Matovu  
View profile  
 More options Aug 6 2012, 6:16 am
From: Aleister Matovu <kbo...@gmail.com>
Date: Mon, 6 Aug 2012 03:16:58 -0700 (PDT)
Local: Mon, Aug 6 2012 6:16 am
Subject: Web cam and other hardware access

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gen  
View profile  
 More options Aug 6 2012, 11:47 am
From: Gen <gp789...@gmail.com>
Date: Mon, 6 Aug 2012 08:47:01 -0700 (PDT)
Local: Mon, Aug 6 2012 11:47 am
Subject: Re: Web cam and other hardware access

I have not yet tried to access a webcam myself but this website is one of
the best I know:
http://www.html5rocks.com/ <http://www.html5rocks.com/en/>

In particular I suggest to read this article:
http://www.html5rocks.com/en/tutorials/getusermedia/intro/
Another great article from Eric Bidelman.

Then try if the dart:html API supports the corresponding media interface.
http://api.dartlang.org/docs/continuous/

Best regards

Am Montag, 6. August 2012 12:16:58 UTC+2 schrieb Aleister Matovu:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Seth Ladd  
View profile  
 More options Aug 6 2012, 11:51 am
From: Seth Ladd <sethl...@google.com>
Date: Mon, 6 Aug 2012 08:51:58 -0700
Local: Mon, Aug 6 2012 11:51 am
Subject: Re: [misc] Web cam and other hardware access

(this time, to the whole list)

Hi Aleister,

Thanks for checking out Dart! You're probably looking for
getUserMedia()<http://chrome.blogspot.com/2012/07/new-senses-for-web.html>,
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<http://www.html5rocks.com/en/tutorials/getusermedia/intro/> is
a good place to start.

I haven't tried it, but I see a webkitGetUserMedia here:
http://api.dartlang.org/docs/continuous/dart_html/Navigator.html#webk...
 Also,
you might want to star http://code.google.com/p/dart/issues/detail?id=4370 to
get a new unprefixed method.

Please do give it a try and let us know how it goes!

Thanks,
Seth


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »