Error Msg Prompted when exit a Video Capture applet

I converted a sample Video Capture App to a applet, when i stoped capturing and exit, this massage prompted:
"The instruction at '0X05a82f30' referernced memory at '0x05aa20f8', The memory could not be 'read'. Click on OK to ternimate the program".
This app will write the captured video file onto local disk, but i've setted the security options in JMF Preference config.
I just wonder why this error message occur?
i'm now working on this applet for my JSP page, i want users can captrue pictures from the WebCam and then save as JPEG images.
I realy appreciate it if any guys can give me some suggestion?

I also writing a applet to do that. But I can work in application model. When I run it in browser . It throw out an error. Following is my code....
FrameGrabbingControl fgc = (FrameGrabbingControl) player.getControl("javax.media.control.FrameGrabbingControl");
tt.setText(fgc.toString()+"\r\n");
Buffer buf = fgc.grabFrame();
tt.append(buf.toString()+"\r\n");
BufferToImage btoi = new BufferToImage((VideoFormat)buf.getFormat());
tt.append(btoi.toString()+"\r\n");
java.awt.image.BufferedImage img = (java.awt.image.BufferedImage)btoi.createImage(buf);
tt.append(img.toString()+"\r\n");
try {
File file = new File("c:\\Testing.jpg");
FileOutputStream out = new FileOutputStream(file);
JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(img);
param.setQuality(0.7f, false);
encoder.setJPEGEncodeParam(param);
//encoder.encode(buffImg);
encoder.encode(img);
out.close();
} catch (Exception ex) {
ex.printStackTrace();

Similar Messages

  • Itunes error msg prompt when i plug it in

    Hi there,
    When I plug in my iphone, this error msg appears: "This iphone cannot be used because the apple mobile device service is not started" even though the Iphone is on. What does this mean?

    Hmm, I think this helped and solved the problem. Had to reinstall itunes as well. Thank you very much wjosten for helping and replying!

  • I'm getting an error msg 13019 when I try to sync my Nano iPod 6th generation.  Anyone know how to fix.  The trouble shooting tips for this error

    I keep getting error "13019" when trying to sync my Nano iPod 6th generation.  The fixes listed in "Troubleshooting" haven't worked, any solution.

    I am now getting an error msg (0xE8000065) when trying to sync with I-Tunes.
    http://support.apple.com/kb/TS3221
    Also would like to know how to find my passcode for Restrictions without restore the whole phone.
    Not possible, and since the Restrictions Passcode is included with your iPhone's backup, you must restore the iPhone as a new iPhone or not from the backup.

  • I keep getting error msg 1015 when I tried to restore my iphone

    I keep getting error msg 1015 when I try to restore my iphone, What can I do fix this issue

    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.

  • HT201210 please let me know how to get past error msg 11 when trying to restore an ipod touch 4th gen

    please let me know how to get past error msg 11 when trying to restore an ipod touch 4th gen

    Is the iPod jailbroken? Googling shows that error 11 appears if it has been jailbroken.

  • Why do i keep getting error msg #1403 when updating ipod software in itunes

    why do i keep getting error msg #1403 when updating ipod software in itunes

    I Googled an found no good solutions. II would try:
    - Making sure that you have the latest version of iTunes, 10.6.
    - Disable firewall and antivirus.
    What iOS is currently on the iPod?

  • Error msg in user exit

    Hi all,
    how to set the particular field in customer tab to be open/available for input after error msg is being triggered

    > Hi all,
    > how to set the particular field in customer tab to be
    > open/available for input after error msg is being
    > triggered
    Hi,
    To avoid this problem, put all the related fields in the tab inside a chain..endchain statement At pAI event of your screen program.
    e.g.
    PROCESS AFTER INPUT.
      LOOP AT ITAB.
        CHAIN.
          FIELD MAKT-MATNR.
          FIELD MAKT-MAKTX.
          FIELD MAKT-MAKTG.
          MODULE MODIFY ON CHAIN-REQUEST.
        ENDCHAIN.
      ENDLOOP.
    Regards

  • Since last iTunes update a error msg appear when adding new songs

    Since the last iTunes update i cannot add any music or video to my iPod Video ... cause when i add it to library and click update ipod... it appears a message error like this:
    "Some of the songs in the iTunes music library, including the song "say thename of the last song i added", were not copied to the iPod "Mine's iPod" because they cannot be played on this iPod."
    I already reinstall iTunes software and the problem continue... anyone knwos a fix for these?
    THX

    plz plz some help here!

  • FIOS Mobile error code 2054 when downloading purchased video

    I purchased the Mad About You season 3 to watch on my mobile device(s) when on travel. Unfortunately I've been unable to download them, using FIOS Mobile App on my iPad, and tech support has been no use at all; best they could do is suggest I delete the app and reinstall it. Haven't been able to get it to work on my Samsung S3, either. Error I get on iPad is 2054: "there is a newer version of the video with enhanced viewing quality. Please delete the existing file and re-download the updated version". Been getting this since I first purchased, doesn't matter which episode. On the Samsung, when I download it I get: "retry download. Failed to acquire. Your request could not be processed at this time because the rights is not sufficient. Please try again later". Been trying it for two weeks, is that "later" enough?!? Works on DVR, so I know the purchase went through, but that's not where I bought it to watch from. Supervisor tried calling back twice, while I was at work, but didn't leave any way to contact them and then CLOSED the trouble ticket. Anyone else had this problem, and, better yet, been able to overcome it? If not, this is the biggest waste of $25 and think I'll just stick with Netlix and TiVo from now on.

    Same error here - trying to dl game of thrones - no indication of how to get the updated, enhanced version.

  • Error FRM-41351 when exiting Forms after Forms Navigatiion

    Has anyone else found a problem with inter-form processing similar to the following
    The scenario:
    - An Update FORM1 (fully committed), calls another update form FORM2 using designer action item 'open_form' code.
    - Made a change to FORM2 data.
    - Closed the FORM2 window before committing.
    - We get prompted with 'QMS-00158' Do you want to save ?'.
    - We select 'No'. FORM2 closes.
    - Close the window for FORM1
    Problem:
    We are getting 'FRM-41352: Cannot navigate out of current form', then the form closes.
    Note:
    We do not get the error if we select 'Yes' to the QMS-00158 question, on exiting FORM2.

    How about manually creating mesg folder under forms and putting the fmcus.msb file there?
    Hope it helps.
    Navnit

  • Error msg Z1019 when using MIRO 'Tax Code V4 cannot be used for Co Code'

    When trying to post an Invoice for an EU Vendor using MIRO we are getting an error message 'Tax code V4 cannot be used for Company Code &'.  Tax Code V4 is set up via FTXP as an input Tax Code 'Services within the EU' with EU code '5 - Input tax for services - VAT 2010'.  Any ideas or thoughts as to why this Tax code is not working as it should be in this scenario?
    Many thanks in advance for your help & assistance.

    Hi,
    it seems there is a validation raising message Z1 019.
    Go to transaction OB28 and check the existence of the validation.
    Best regards.

  • Error msg -50 when music download completes

    I am a new user to iTunes, and the first album i bought gave me an error message -50. Then when I shut iTunes down and restarted it the pending downloads disappeared. I dont want to purchase them again, but I dont know what else to do. I have been through the Apple support site and tried everything to resolve the problem, still no luck. Any other suggestions?

    See if these help:
    Tunes for Windows: Possible Music Store Errors
    http://www.info.apple.com/kbnum/n93431
    "Well Known" TCP and UDP Ports Used By Apple Software Products
    http://www.info.apple.com/kbnum/n106439
    iTunes for Windows: Connection Issues when using Internet Filters, Accelerators , or Firewalls
    http://www.info.apple.com/kbnum/n93434
    Instructions on using MSCONFIG to troubleshoot conflicts in Windows
    http://www.info.apple.com/kbnum/n302538

  • Error message appears when downloading bought videos.

    There is an error message that appears right when i click to download the movie. It says There is a problem downloading "movie". The disk your attempting to use is full. Please delete some files or empty recycle bin. I emptied recycle bin and is still not letting me download it. Please help.

    Hi,
    I suggest you perform a startup repair to fix this start issue, please refer to this link
    http://windows.microsoft.com/en-IN/windows7/products/features/startup-repair
    For the office issue, here are some workarounds, check if it can help you
    http://helpdeskgeek.com/office-tips/fix-office-2010-cannot-verify-license-error-message/
    And you can get more professional suggestions in this forum
    http://social.technet.microsoft.com/Forums/en-US/home?category=officeitpro
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Regards
    Yolanda
    TechNet Community Support

  • Error Msg's when Installing

    I download ITunes right from the ITunes site so I know the download is legit.. Here are the error messages I recieve when at the end of the download... They are in order.
    Then I got this one..
    Followed by this one....
    Ok so the crazy part is, this is a BRAND new laptop. I am the only user... When I go to install I even right click and select run as admin.... Guys whats going on?!?!

    Come on guys, no one has any ideas?

  • Error Message Prompt when test connection

    Hi All,
    In order to setup the B1i Integration for SAP 2005A PL46,i had install the following program:
    a) j2sdk-1-4-2
    b) j2re-1-4-2
    c) sqljdbc_1.2.2828.100_enu.exe
    d) Tomcat apache 5.0.30
    After install the above program, i used eventSender to setup & test the connection to B1iServer. The connection was successfully.
    When i try to login the administration --> Landscape
    Click the 'test connection' for the database, the following message display.
    Connected to database_name failed.
    "com.sap.b1i.xcellerator.XcelleratorException: XCE018 IPO-Step is missing in IPO-Step URI ipostep:/0010000101.outbound/ipo.com.sap.b1i/P08/P08.ipo/#Xs() "
    Any advise for the message?I had try reinstall the program. The same error message appear again. Anybody who know what happen? Thanks.
    Regards,
    Eric Tan

    Hi Eddy,
    Yes,i had been install Client DI API for PL46. The path JCO path as "C:\Program Files\SAP\SAP Business One DI API\JCO\LIB". There have 4 four files insides included as below:
    a)sboapi.jar
    b)sbowrapper.jar
    c)sbojni.dll
    d)sbojc.sda
    The JCO path in the landscape setup for B1 is correct as well. Any other reason?
    Regards,
    Eric Tan

Maybe you are looking for