vote up 3 vote down star
1

Even though it seems to be in some kind of jeopardy, the open video standard is a great idea. I saw some demos on motion tracking with it - just proofs-of-concept, but interesting nonetheless. Now, I'd say that concepts like these would really be a gain, if there would be access to the user's webcam... Just imagine browsing through Flickr with your hands in mid-air.

I have Googled a little, but I can't find any detailed discussion on the subject. It is mentioned in some places, but that doesn't get me very far. Does anybody know whether support for this is planned? If yes, any prognosis on the 'when'? ;-)

Of course, I guess they'd have to dream up a pretty good security model for it...

flag

3 Answers

vote up 0 vote down

If your thought is to have a webpage, using javascript, access the webcam I would guess that that won't happen, as the browsers would have to implement too many security policies to protect privacy, and even then it would not be trusted.

But, by using an application that is written in javascript, such as widgets, it may be possible to come up with a framework that will have functions javascript could call to do this, as you would need to run the application on your computer.

From what I remember MS has been working on a UI that uses tracking of a user's hands, but obviously it hasn't come out yet.

I would expect this is a dream, but there would need to be some hardware changes.

To get an idea what may be involved look at the differing solutions that PS3 and XBox360 came up with to compete with the Wiimote, and now the Wiimote has an attachment for better sensitivity to user actions. Then decide when we may see some of these on the computer, then you can determine when we may see motion tracking on our computers.

link|flag
Little offtopic: Actually wiimotes are easily to connect with from a PC. There are even some high level libraries. Though I don't know if WM+ is supported in them. – Dykam Aug 23 at 17:52
True, there are various pages where you can use Bluetooth for the communication, but I was using the Wiimote as an example, as the other solutions to compete with it are quite a bit more complicated, IMO. – James Black Aug 23 at 21:02
vote up 0 vote down

It will never be possible because it is the last use of plugins which open web standards cannot accomplish. The day streaming audio/video from client to server will be the end of flash/silverlight/what have you. Also there is software patents issue which will make it impossible to encode media if current state of affairs on decoding means anything. There are just too many obstacles before privacy or technical issues. Flash has been doing it for years without anybody whinning about any privacy problems. Geolocation is potentially more dangerous but nobody thinks twice considering its rich possibilities. The closest thing you can get is a webcam with MJPEG stream that is wrapped in multipart-replace and using canvas API to get the image pixels.

link|flag
vote up 0 vote down check

Ok, still no clear, definitive answers, so I went on and took a little action. The WHATWG would probably have an answer for me, so I decided to contact someone there. Didn't really know who it had to be, but fellow Dutchman Anne van Kesteren usually seems to know the Web's future pretty well - plus, he provides an e-mail address.

Translating his response probably won't do any good, so in short: there are some rough ideas on how to make it all work, but there's nothing tangible at the moment. The Device APIs and Policy Working Group is supposed to continue work on this.

Reading through their page makes me realize something else too - why only webcam access? If Google intends to move the OS to the browser, we'll need more than just webcams. Why not manage your iPod through a webapp too? Anything should be possible. I guess a whole new concept of 'trusted website' will have to evolve if functionality like this would come available, but well, there's a solution to pretty much anything, isn't there? ;-)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.