|
Home > Archive > Macromedia Flash Server > June 2006 > camera detection
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Mayur Bais 2006-06-15, 7:11 am |
| Hello all,
I am trying to develop camera recording application.
I was able to record the video and save it and play back again .
But my problem is : it needs to show camera feed in video component by
default, if user has already attached camera to his PC and
NOT show the setting popup asking user to allow camera access.
How can I go about this ?
Thanks in advance
Regards,
Mayur
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Stefan Richter 2006-06-15, 7:11 am |
| Not possible, the settings popup is a security feature.
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of
> Mayur Bais
> Sent: 15 June 2006 10:49
> To: 'FlashComm Mailing List'
> Subject: [FlashComm] camera detection
>
> Hello all,
>
>
>
> I am trying to develop camera recording application.
>
> I was able to record the video and save it and play back again .
>
>
>
> But my problem is : it needs to show camera feed in video
> component by default, if user has already attached camera to
> his PC and
>
> NOT show the setting popup asking user to allow camera access.
>
>
>
> How can I go about this ?
>
> Thanks in advance
>
> Regards,
>
> Mayur
>
>
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com http://training.figleaf.com
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Mayur Bais 2006-06-15, 7:11 am |
| Thanks Stefan,
But in case of se user has that camera setting to remember in security
setting swf, then how should I detect a camera. I mean how should I know
whether that remember box in security swf is checked or unchecked
Thanks in advance
Mayur
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Stefan Richter
Sent: Thursday, June 15, 2006 4:32 PM
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] camera detection
Not possible, the settings popup is a security feature.
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of
> Mayur Bais
> Sent: 15 June 2006 10:49
> To: 'FlashComm Mailing List'
> Subject: [FlashComm] camera detection
>
> Hello all,
>
>
>
> I am trying to develop camera recording application.
>
> I was able to record the video and save it and play back again .
>
>
>
> But my problem is : it needs to show camera feed in video
> component by default, if user has already attached camera to
> his PC and
>
> NOT show the setting popup asking user to allow camera access.
>
>
>
> How can I go about this ?
>
> Thanks in advance
>
> Regards,
>
> Mayur
>
>
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com http://training.figleaf.com
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Stefan Richter 2006-06-15, 7:11 am |
| var my_cam:Camera = Camera.get();
trace(my_cam.muted)
Is this traces false then cam access has been allowed.
To check if there is even a cam installed (more sepcifically a cam driver)
use Camera.names.length. Checking for Camera.names.length without invoking
Camera.get() will never popup the security dialogue so it's a good way to
check if there's even a chance for this user to use a cam.
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of
> Mayur Bais
> Sent: 15 June 2006 12:25
> To: 'FlashComm Mailing List'
> Subject: RE: [FlashComm] camera detection
>
> Thanks Stefan,
>
> But in case of se user has that camera setting to remember in
> security setting swf, then how should I detect a camera. I
> mean how should I know whether that remember box in security
> swf is checked or unchecked
>
> Thanks in advance
> Mayur
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
| |
| Mayur Bais 2006-06-15, 1:11 pm |
| Thanks Stefan,
That helped !
Mayur
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Stefan Richter
Sent: Thursday, June 15, 2006 5:04 PM
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] camera detection
var my_cam:Camera = Camera.get();
trace(my_cam.muted)
Is this traces false then cam access has been allowed.
To check if there is even a cam installed (more sepcifically a cam driver)
use Camera.names.length. Checking for Camera.names.length without invoking
Camera.get() will never popup the security dialogue so it's a good way to
check if there's even a chance for this user to use a cam.
Stefan
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of
> Mayur Bais
> Sent: 15 June 2006 12:25
> To: 'FlashComm Mailing List'
> Subject: RE: [FlashComm] camera detection
>
> Thanks Stefan,
>
> But in case of se user has that camera setting to remember in
> security setting swf, then how should I detect a camera. I
> mean how should I know whether that remember box in security
> swf is checked or unchecked
>
> Thanks in advance
> Mayur
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
|
|
|
|
|