Can we capture the video and audio using cam and microphone in Edge Animate?

Hi Everyone,
I got a new requirement from the client to create a HTML5 based functionality through which one can capture the video and audio using his web-cam/camcorder and microphone. I have researched on internet and found that there is api available (not reliable) http://www.html5rocks.com/en/tutorials/getusermedia/intro/ . I am not a coder by profession and use Edge animate to create HTML 5 based animations and stuff like that. Another problem which i have found that the api only works well with Chrome and Opera and not with Mozilla, IE..
Can anybody help me out in this, please...
Thanks & Warm Regards
Vikas

Hi, Vikas-
After a brief bit of research, you're definitely hitting upon the limitation of the browsers.  Not all of the browsers have implemented this part of the HTML5 standard, so you're going to either have to use Flash or be limited to these specific browsers.
Thanks,
-Elaine

Similar Messages

  • Can I capture the video from the TV card or video capture card to publish

    Can I capture the video from the TV card or video capture card to publish?
    I tried to use the USB camera, it's OK. But, will the TV card or video capture card also work?

    Hi,
    iChat will set up a Video chat window that takes in to account your Processor speed and Internet Speed and to some extent the Buddy's speed.
    This then denotes the pixel content of each frame.
    OS X 10.6.x tells me this is iChat 5 which in turn mean you have  at least an Intel Core 2 Duo Processor.
    This should be capable of 30 frames a sec at  about 640 X 480 pixels  (Check the Connection Doctor (Video Menu) and the Statistics tab during a Chat).
    iChat 5 cannot do HD  (Max of 4:3 ratio at the above figures)
    After that it depends how you are recording the chat.
    Quicktime X would do it.
    iChat will do it itself (if the Buddy agrees)
    10:14 PM      Wednesday; February 1, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Can we record a video from a web cam and let saved video take our previous setting

    Can we record a video from a web cam and let saved video take
    our previous setting
    fps: 20
    bitrate: 1000
    Size: 500*400
    can we configure that in code or is it a webcam specs?

    Hi, Vikas-
    After a brief bit of research, you're definitely hitting upon the limitation of the browsers.  Not all of the browsers have implemented this part of the HTML5 standard, so you're going to either have to use Flash or be limited to these specific browsers.
    Thanks,
    -Elaine

  • I can not synchronize the videos taken with my camera from my PC to IPad

    Hello everybody, I have a problem, I can not synchronize the videos taken with my camera from my PC to IPad (sorry, in my last question I put iPhone but is iPad )

    Are they in a compatible format ? The iPad natively supports (from here)
    Video formats supported: H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    If your camera's videos aren't in any of those formats then you will either need to find a third-party app that doesor a PC program that can convert them prior to syncing. If you can get them into your computer's iTunes via File > Add To Library but they don't sync, then have you tried Advanced > Create iPad Version and then syncing those versions ?

  • I can't find the videos from my Sony camera on my Mac Book Pro

    I can't locate the videos from my Sony camera on my Mac Book Pro.  Do I need additional software?

    How & where did you search?  I gather the videos are no longer in the cam?  Where do you have the videos go when transferring from your cam?
    Download WhatSize and/or OmniDiskSweeper to see if you can "see" the videos.

  • How can I disable the location service of my camera and photos in my iphone 5s?

    How can I disable the location service of my camera and photos of my iphone 5s?

    Settings>Privacy>Location Services>Camera>OFF.

  • In iPhoto, how can I find the videos which are used in iMovie?

    My overall goal is to split my iPhoto library, because it's taking up half my HD. (Proud dad, taking too many burst photos and videos of the little guys). I'll put the videos and older-year photos onto an external drive.
    Problem is - I can't figure out which iPhoto video clips are in my Huge Home Movie, which has about 5 minutes from every month from 2008-2011.
    Is there a way that I can find them? Perhaps I can flag or rate them in iMovie? Perhaps a smart album in iPhoto?
    Details:
    iMovie '11 (9.0.9)
    iPhoto '11 (9.4.3)
    Willing to upgrade to newer versions if they solve the problem.

    Restore solved it!

  • I recently purchased a MacBook Pro and transferred data from my MacBook via Ethernet cable. I did not consolidate my accounts and kept using my MacBook. Can I update the data transfer now using Ethernet and can I consolidate my accounts?

    I recently purchased a MacBook Pro and transferred data from my MacBook using Migration Assistant via Ethernet cable.  I was confused about consolidating my accounts, so I continued to use my old MacBook.  Can I now update the data transfer using the same process and begin using my new MacBook Pro exclusively?  How do I consolidate my existing accounts?
    Thank you.

    Of course. It does everything it did before Yosemite. You just won't be able to send or receive SMS messages with it.

  • How can I Access the Flash "Slide class" using flex and ActionScript 3?

    Hi,
    I hope someone can help me solve a problem...
    I'm using the flex SwfLoader to load a flash side
    presentation as follows...
    <mx:SWFLoader id="ss_slides" source="ss_slides.swf"
    width="320" height="240"/>
    I would like to access the flash "Slide Class" using flex so
    I can make the following call...
    Slide.gotoNextSlide();
    Anyone know how I can do that?
    Would it be through the SwfLoader Object?
    Is there another way?
    F.Y.I. Here is a snippets about the Slide class from the
    Flash 8 help...
    Using the Slide class (Flash Professional only)
    You use the methods and properties of the Slide class to
    control slide
    presentations you create using the Screen Outline pane for a
    Flash Slide
    Presentation, to get information about a slide presentation
    (for example, to
    determine the number of child slides contained by parent
    slide), or to navigate
    between slides in a slide presentation (for example, to
    create "Next slide" and
    "Previous slide" buttons).
    You can also use the built-in behaviors that are available
    in the Behaviors
    panel to control slide presentations. For more information,
    see Adding controls
    to screens using behaviors (Flash Professional only) in Using
    Flash.
    Thanks,
    Chris S.

    Hi Chris,
    You cannot access the methods of the Flash 8 movie from Flex.
    And you can't do it the other way around either.
    The only way to communicate is to create a LocalConnection on
    each side.
    M.

  • Can Apple fix the 12 bit audio problem once and for all?

    I have had persistent audio problems from I Life V3 all the way up to I Life 06. Sometimes it is synch issues. Sometimes it is audio dropping out. I have been through the various forums and applied the various remedies with some successs, some failure. The basic problem is that I have an extensive quantity of Mini DV tapes dating back to 1997, most recorded with 12 bit sound (prior to 2002). Apple's basic stance has been, you must use 16 bit sound or I Movie and/or I DVD won't work and . And proposes awkward workarounds. Basically placing the onus on it's own consumers. Why can't 12 bit sound support be included in I DVD 06 and these persistent audio issues put to rest once and for all? Is there some overwhelming technical reason why it cannot be done?

    I don't know about overwhelming, but the DVD specification (which was not developed by Apple) calls for the audio to be sampled at 16-bit/48KHz (I think you might also be able to use 96KHz as well). This is what the software expects. If you choose to use another sample rate then the software may or may not be able to "fix" it in post. The real problem is that many camcorder manufactures set the audio to 12-bit by default.
    Mike

  • Streaming Video and Audio Using Flash

    Need help, streaming video and audio using Flash and/or
    Dreamweaver, want it to load fast and be very clear. It is
    imparitive that I have control buttons. Can any one assit me in the
    best methods to follow that will give me the performance variance.
    Jason

    Check out tutorials & samples here : http://www.adobe.com/devnet/flashmediaserver.html
    You can check even fmsguru.com : http://fmsguru.com/tutorials.cfm?tab=all

  • Can we create the Purchase order that using P&L account or just using account do not use cost center.

    Dear Experts,
    Could you please advise :
    1) Can we create the purchase order that using profit and loss account ? ( if yes , which kind of account assignment category we should use ?)
    2) How to create a purchase order for service charge .( just using GL account )
    Thanks & Best Regards,
    Watson

    Hi,
       May I know why you do not use cost center for consumption?
       You may create a new account assignment category in OME9 by copying K and maintain the cost center as optional. Please note that you have to maintain the item category blank and the account assignment category combination in OMG0. Now, you can use a GL account in PO which doesnt require a cost center assignment (in OBC4 against the field status group of the GL)
       You may use the same account assignment category created in the previous step with item category D, after you maintain the combination of the account assignment with item category D in OMG0.
        Please test the scenario and revert back.
    Regards,
    AKPT

  • Can't find the video option on the camera

    I just updated to iOS 8 and I can't find the video option on my camera, I have a iPhone 5s. I have looked every where even turn off and on the phone and doesn't apear. Any help?

    It should be right there were it was in 7. Try resetting the phone.
    To reset, press and hold both the Sleep/Wake and Home buttons for at least 10 seconds, until you see the Apple logo.

  • Capturing input video from a DV camera

    I found that my old Sony HC90 DV camera makes a good video to Digital converter so I can make DVDs of my old family VHS tapes made over 15 years ago on a video only camera.
    I set it up using firewire so that the VCR video is visible on the camera viewfinder and therefore also on the capture preview window of PE9.
    As soon as I select Capture, the tape starts playing and cuts out the input VCR video.
    If  I stop the tape playing on the camera, the PE9 capture also stops.
    This means I cant capture any input video without the transport rolling.
    If I record it all on camera tape I can replay this and capture it OK but everything will then take twice as long to do
    Is there any way I can use the PE capture feature without it starting the tape transport as well so I can capture direct from VCR to Computer?
    Alternately is there any other (hopefully free) capture program that doesnt also control the camera transport so I can just capture the video?

    Thank you!
    I think I will give it a try. I found a web page that seems to be the owners:  http://paul.glagla.free.fr/captureflux_en.htm  does that look like the correct page to you? His latest version is 6.0, and looks like it was done in 2008. Do you know of a more recent version?
    I'm also trying to find a fire wire card for my computer (Dell XPS 8300)
    I don't understand why they wouldn't include the firewire card, considering this is a great computer for video editing. I guess most people are using their computers for gaming and streaming and watching DVDs, not making them.
    I have been able to import using PE10, but it seems a little glitchy.
    I'm also going to try an updated version of the motionDV studio that came with my Panasonic.
    Thanks again--
    --Linda

  • How can I delete the video and keep the Audio  in a few frames using Imovie 11

    How can I delete the video and keep the Audio  in a few frames using Imovie 11?

    I've met the problem too before. but i solved it with  Audio Converter Mac instead of iMovie. If you have similar situation that just want to keep audio but not video, and if your file format is not workable in iMovie, you can use the Audio Converter for help too. it can easily help to extract audio soundtrack from any video format. Or if you need to convert one audio format to another, it is a good choice too, because it supports many common audio output formats.
    <Link Edited By Host>

Maybe you are looking for

  • Long OLE_FLUSH_CALL times

    Hi there, We use MS Office to view warrants from the document store. Retrieving data from the tender (we use a SAP relevant function) is working fine.We use developed functions to reach these data from the database, required to built up a Word docume

  • How can i use numeric counter on a graph

    Hey guys,i need some help. I have 113 inputs and want to put a numeric counter to choose which input i want to see on graph. Can i do it?! Thank you all!!

  • Query on MDX SCOPE

    Hi All, Greetings..!! Requesting your help on below : I am analyzing the script at one of the project , it is similar to below :  SCOPE [Geography].[City].[All Geographies], [Date].[Calendar].[Calendar Year] THIS = ([Measures].[Internet Sales Amount]

  • Creating scorecard without performance management plan

    Hi guys, I was wondering if it is possible to create a scorecard for a user and have the manager set objectives for him e.t.c without a performance management plan. I created a scorecard using the HR_PERSONAL_SCORECARD api for a user and set the plan

  • Contract Automatic Renewal Issues

    Hello, We took a connection in January, 2009 (a 12 month contract). I am not able to find that plan anymore. Basically, we had Unlimited Broadband, Weekends Call Free. That contract is supposed to have ended by December 31, 2009. Is BT supposed to se