Record Applet base WebCam

Well, i have a webcam and i wanted to record the image capture by it.
I have access to the capture stream through a java applet. Though i see the image on the appletviewer or on a browser.
I only know the IP adress of the Camera and the class that the applet is based on.
The dificulty is that the camera has the applet built in.
How can i record the caption with java tecnology. Can i use JMK??

Every book I have ever seen about JSPs and servlets has a section about how to send data from an applet to a servlet using "HTTP tunnelling". But this process is too elaborate to explain in this little box.

Similar Messages

  • Video recording applet

    Hi all,
    I have to create an applet which can record a video/audio from webcam and upload it to the server afterwards.
    Can anyone help me create this?(JMF)
    Or point me to a link where I can get some help regarding same.
    Any help would be appreciated.
    Regards,
    Vikram Chhetry

    is it required for the client to have jmf installed on its machine.Obviously yaar,once you scroll down the article configuration ke baare mein usne discuss kiya tha..
    David Fischer's application is not able to detect my
    web cam. I m using quantum's webcam.well according to his point of view oo bandaa keh raha hein ki
    Most of USB cameras.Kya aap USB cam hee use kaar rahe ho kya ??
    why don't u give it a try with tht...
    and the better advice which i can give it you use make a Swing application using JMF ensure tht everything is working fine.
    Agaar woh theek raha toe applet ka zayadaa problem hooni nahin chahiye....
    I wanna float video recording applet, Wat do u mean by float video applet

  • Deleting record on basis of master table ID

    Hello,
    SQL> desc news
    Name                                      Null?    Type
    NEWS_ID                                   NOT NULL NUMBER(14)
    NEWS_DATE                                          TIMESTAMP(0)
    SL_ID                                              NUMBER(2)
    HEADING                                            VARCHAR2(3120)
    DESCRIPTION                                        VARCHAR2(3900)
    SQL> desc news_location
    Name                                      Null?    Type
    NEWS_ID                                            NUMBER(14)
    COUNTRY                                            VARCHAR2(32)
    REGION                                             NUMBER(2)
    SQL> desc news_product
    Name                                      Null?    Type
    NEWS_ID                                            NUMBER(14)
    PRODUCT_CATEGORY_ID                       NOT NULL NUMBER(14)
    PRODUCT                                            VARCHAR2(27)
    SQL> desc news_service
    Name                                      Null?    Type
    NEWS_ID                                            NUMBER(14)
    SERVICE_ID                                NOT NULL NUMBER(14)
    SRVIS                                              VARCHAR2(16)
    SQL> desc news_info
    Name                                      Null?    Type
    NEWS_ID                                            NUMBER(14)
    SOURCE                                             VARCHAR2(203)
    ORIGIONAL_NEWS                                     VARCHAR2(3900)
    HEADING                                            VARCHAR2(3110)
    SQL> select count(*) from news where TO_CHAR(news_date,'YYYY') <  2012;
      COUNT(*)
          8759I am trying to delete news that are published before 2012 but detail tables consists child record on basis of news_id. Certainly simple delete query will not work
    Please advise and thanks in anticipation

    Thanks again for favorable replies
    SQL> alter table news_info drop constraint NEWS_INFO_FK;
    Table altered.
    SQL> alter table news_info add constraint NEWS_INFO_FK FOREIGN KEY (news_id) REF
    ERENCES   news(news_id) on delete cascade enable novalidate ;
    Table altered.
    SQL> alter table news_info modify constraint NEWS_INFO_FK validate ;
    Table altered.
    SQL> alter table news_location drop constraint NEWS_LOCATION_FK;
    Table altered.
    SQL> alter table news_location add constraint NEWS_LOCATION_FK FOREIGN KEY (news
    _id) REFERENCES   news(news_id) on delete cascade enable novalidate ;
    Table altered.
    SQL> alter table news_location modify constraint NEWS_LOCATION_FK validate ;
    Table altered.
    SQL> alter table news_PRODUCT drop constraint NEWS_PRODUCT_FK;
    Table altered.
    SQL> alter table news_PRODUCT add constraint NEWS_PRODUCT_FK FOREIGN KEY (news_i
    d) REFERENCES   news(news_id) on delete cascade enable novalidate ;
    Table altered.
    SQL> alter table news_PRODUCT modify constraint NEWS_PRODUCT_FK validate ;
    Table altered.
    SQL> alter table news_SERVICE drop constraint NEWS_SERVICE_FK;
    Table altered.
    SQL> alter table news_SERVICE add constraint NEWS_SERVICE_FK FOREIGN KEY (news_i
    d) REFERENCES   news(news_id) on delete cascade enable novalidate ;
    Table altered.
    SQL> alter table news_SERVICE modify constraint NEWS_SERVICE_FK validate ;
    Table altered.
    SQL> delete from news where TO_CHAR(news_date,'YYYY') <  2008 ON DELETE CASCADE;
    delete from news where TO_CHAR(news_date,'YYYY') <  2008 ON DELETE CASCADE
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    SQL> select constraint_name, constraint_type, table_name, delete_rule
      2    from user_constraints
      3   where constraint_name= 'NEWS_SERVICE_FK';
    CONSTRAINT_NAME                C TABLE_NAME                     DELETE_RU
    NEWS_SERVICE_FK                R NEWS_SERVICE                   CASCADE
    SQL> select constraint_name, constraint_type, table_name, delete_rule
      2    from user_constraints
      3   where constraint_name= 'NEWS_PRODUCT_FK';
    CONSTRAINT_NAME                C TABLE_NAME                     DELETE_RU
    NEWS_PRODUCT_FK                R NEWS_PRODUCT                   CASCADE
    SQL> select constraint_name, constraint_type, table_name, delete_rule
      2    from user_constraints
      3   where constraint_name= 'NEWS_LOCATION_FK';
    CONSTRAINT_NAME                C TABLE_NAME                     DELETE_RU
    NEWS_LOCATION_FK               R NEWS_LOCATION                  CASCADE
    SQL> select constraint_name, constraint_type, table_name, delete_rule
      2    from user_constraints
      3   where constraint_name= 'NEWS_INFO_FK';
    CONSTRAINT_NAME                C TABLE_NAME                     DELETE_RU
    NEWS_INFO_FK                   R NEWS_INFO                      CASCADE
    SQL> delete from news where TO_CHAR(news_date,'YYYY') <  2008 ON DELETE CASCADE;
    delete from news where TO_CHAR(news_date,'YYYY') <  2008 ON DELETE CASCADE
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    SQL>Edited by: Christy H. on Jan 17, 2013 1:58 AM
    I removed ON DELETE CASCADE and ran again delete from news where TO_CHAR(news_date,'YYYY') <  2008; Wow deleted!!
    This forum is miracle to learn oracle. Thanks from the bottom of my heart

  • Record video using webcam in webapplication

    HI all,
    I have a requirement like, need to record video through webcam in my webapplication. can u please guide me how can do that. i dont know anything how to do this. please guide me in solving this requirement.
    thanx in advance

    API
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/apidocs/]
    Examples
    [http://www.cs.odu.edu/~cs778/spring04/lectures/jmfsolutions/examplesindex.html]
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/index.html]

  • Trying a sound recording applet

    Hi all.. I am developing an applet that records sound and stores it in a WAV file... The applet is signed and loads in the browser well but it does not give the output, i.e. the WAV file in the specified directory.
    Can you please have a look at my code and tell me where Im going wrong?
         public void init()
              b1=new Button("Record");
              add(b1);
              b1.addActionListener(this);
              b2=new Button("Stop");
              add(b2);
              b2.addActionListener(this);
         public void run()
         public void start()
              try
              audioFile = new File(filename);
              audioFormat = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED,44100.0F, 16, 2, 4, 44100.0F, false);
              info = new DataLine.Info(TargetDataLine.class, audioFormat);
              targetType = AudioFileFormat.Type.WAVE;
                   targetDataLine = (TargetDataLine)AudioSystem.getLine(info);
                   targetDataLine.open(audioFormat);
              catch (LineUnavailableException e)
                   msg="Exception occured"+e;
              repaint();
         public void actionPerformed(ActionEvent ae)
              String cmd=ae.getActionCommand();
              if(cmd.equals("Record"))
                   try{
                   virtual_line           = targetDataLine;
                   virtual_audioInputStream= new AudioInputStream(virtual_line);
                   virtual_targetType     = targetType;
                   System.in.read();
                   virtual_outputFile     = audioFile;
                   virtual_line.start();
                   AudioSystem.write(virtual_audioInputStream,virtual_targetType,virtual_outputFile);
                   }catch(Exception e)
                        msg="Exception here"+e;
                   msg="Recording..";
              if(cmd.equals("Stop"))
                   virtual_line.stop();
                   virtual_line.close();
                   msg="Stopped";
              repaint();
         public void paint(Graphics g)
              g.drawString(msg,8,80);
    }

    how can i will play a .wav file in applet

  • Can't get sound to play back on Movie Maker when recording with internal webcam/microphone

    I have a Windows 8, 64-bit  Envy notebook.   I tried using Google Hangouts but there wasn't any sound (the camera was fine).   
    Later, I decided to test the  internal microphone myself by  creating a Movie Maker file,  and clicking on Webcam and making a recording.  The camera worked but it played back in total silence. 
    I checked the settings for the microphone and the internal mic was properly set as the default.  I turned up the volume to the maximum.   Then I found directions for doing a sound check, and I was able to do the Sound Recording check and get audio when I played the file back.   
    But when I tried again to make a video,  i got zero in the playback. 
    Any idea what's going wrong? 
    Thanks,
    Pat

    Hello Myerspat,
    Welcome to the HP Forums, I hope you enjoy your experience! 
    I have read your post on how you are not able to get sound from your notebook computer, and I would be happy to assist you in this matter!
    To restore the audio to your notebook, I recommend following this document on No Sound from Speakers (Windows 8). This should help with the playback on your system.
    In addition, you can also follow @SuperMario1's thread on Troubleshooting Guide: Audio does not Work after a Certain Period of Time. This guide should help with your notebook's audio output in regards to a recent Windows Update.
    For more assistance, I will need to know:
    The Product and Model Number of your notebook computer.
    If your computer has completed all of its important Windows Updates.
    If you have updated your HP drivers using the HP Support Assistant.
    If this is an on-going, or recent issue.
    Please re-post with the results of your troubleshooting, as well as the requested information above. I look forward to your reply!
    Regards   
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Delete records on basis of primary key.

    HI all,
    I need an ODI code so that i Should delete the record from target table on the basis of primay key with the reference of I$ table.
    for example ..
    T is target table & I$T is IKm table.
    T has primary key P and I$t is also primay key.
    So catually the code should be
    delete from T where T.P <> I$.P
    I wnat to insert the ODI code in IKM .
    I had tried something like but it doesnt work
    delete from <%=snpRef.getTable("L","TARG_NAME","A")%>
    where     <%=snpRef.getColList("", "[COL_NAME]\t <> :[COL_NAME]", "\nand\t", "", "(UK)")%>
    Please sussgest.
    Edited by: neeraj_singh on Dec 1, 2008 12:01 AM

    Hi,
    Use:
    delete from <%=snpRef.getTable("L","TARG_NAME","A")%>
    where <%=snpRef.getColList("(", "COL_NAME", ",", ") in ", "(UK)")%>
    (select <%=snpRef.getColList("", "COL_NAME", ",", "", "(UK)")%> from <%=snpRef.getTable("L", "INT_NAME", "A")%>)
    That code will give what you need...
    Cezar Santos

  • How to display records from base table as well as some other table?

    Hello expert,
    I have a requirement to develope a form described below:
    One control block and database block.
    DB block  is based on table T1 (USER, Table_name, Column_name, ACCESS);
    In control block, there are three fields,
    User, Table user will enter , and DB block will query based on control block fields(user, table_name).
    In table it is not necessary that all the columns of any table will be given.
    suppose there is a Table X consist of 10 column.
    Initially user give access for all the 10 columns through this form.
    if we query for user , table, all the record will come from table T1.
    now consider the case, when access given to table X number of columns were 10. after that 2 new columns added later.
    now there is no info of added column in table T1. i want if user query DB block, these newly added column must display in DB Block.
    Please help me out.
    Thanks
    Dhirender

    >i want if user query DB block, these newly added column must display in DB Block.
    You need to modify your form and add the two columns as base table items. Forms does not add two base table items by itself.

  • Can you record video usb webcam

    Can you record video using final cut pro from a usb webcam? you can do that with quicktime. Can you do that with final cut pro? i tried import video from camera but it only shows isight camera that is built in the macbook.

    You can record live video from the built-in iSight camera that is standard in most macs (in fact, all but the Mac Pro and Mini). From other cameras, I doubt it. Of course, you can record with Quicktime Player and use the recorded video inside FCP X. But beware, many webcams have very low quality, low frame rate and size, so don't expect to get great video.

  • Record Video from Webcam to Local Directory

    I found an example using Flex and AIR to record a video file to a local directory (http://www.zeropointnine.com/blog/webcam-digital-video-recorder-for-air-updated/), but this was essentially a hack that took a snapshot from a webcam at a set interval, eventually cramming the shots together to produce a RAW video file.  While this app produces a decent video file, an audio stream is not captured and the final video file is silent.  The app is also over 2 year old.
    I recently learned that AIR now contains functionality that will allow you to record an audio stream to an MP3 file in a local directory.  Has anyone taken these two ideas and combined them to produce an AIR app that will create a file with both audio and video?
    Thanks.

    Yes! You can do it.
    iMovie 06 http://www.apple.com/support/downloads/imovieHD6.html has a time-lapse feature. (Why doesn't iMovie 08 have this simple feature? I don't know)
    Download iMoive 06 plug in your camera or iSight or use the built-in iSight, select the camera icon, choose time-lapse. Then choose "Capture 2 frames for every 15 frames of video."
    That should net you about 2 frames per second of time-lapse video. Make sure you have enough light out there...
    Have fun.

  • [AS3] AS3 record video with webcam & save?

    Dear all,
    I noticed that AS3 is able to take a snapshot out from a webcam & save it as a .jpg but is AS3 capable of recording a video with a webcam and save it to a local disk/network server? any video format is fine with me as long it can be played with window media player...
    -Zainu

    Hi dmennenoh - did you check the web version  only? Sorry didn't see your earlier post.
    The video encoding quality is x2 smaller there on purpose to achieve quick encoding in web Flash Player. So when encoding 800x600, it encodes at 400x300. This scaling can be set to any value though. The web version is really agressive to keep realtime encoding in Flash possible. You've got to realize that there is an entire video encoder almost in AS3 (more precisely its AVM2 bytecode which is more optimized than normal AS3 but executed by the same virtual machine as other Flash scripts). Even simple jpeg encoders in AS3 had problems with speed and had to be rewritten to Alchemy...so imagine how video encoder does in terms of performing.
    That's not the case of AIR extension though (which also my lib includes). The FlashyWrappers AIR extension is provided as ANE compiled into native code. So recording there is at full resolution(1:1) and much faster even.
    Naturally FMS / Flash webcam solution (if you're looking for webcam recording only) would be better using normal Flash Players libs, because they are calling native code, like my ANE, so therefore they are faster and can afford to record at higher resolutions etc. The reason I created the Flash plugin wasn't to be better than FMS but provide a video encoder which can be used to do anything, not only recording webcam. For example to capture Flash stage if you need to capture workflow/animation/gameplay in Flash game or feed it custom bitmaps etc. You can't do that with Flash / FMS, or even in AIR.
    As for the earlier question you asked about Canon camera API, not familiar with their API's, but sure, in theory it would be possible to create an ANE for that and send the images to Flash. Not sure why you're having crashes...if you're interested let me know at [email protected], I can take a look.

  • Cannot record from the webcam

    Hi! I just bought a WebCam NX Pro and successfully installed it, at least that is what I thought. But, when I tried to record a video an error message occurs as follows:
    Ctcpcam -
    CTPCCAM caused an invalid page fault inmodule KERNEL32.DLL at 05f:bff9d709.Registers:EAX=c00300ec CS=05f EIP=bff9d709 EFLGS=000022EBX=077bfe28 SS=067 ESP=076bff2c EBP=076c0c8ECX=00000000 DS=067 ESI=00000000 FS=88fEDX=bff76859 ES=067 EDI=bff7998 GS=0000Bytes at CS:EIP:53 8b 5 dc 9c fc bf 56 89 4d e4 57 89 4d dc 89 Stack dump:
    Hope you could help on this.
    Thank you.
    Grace

    Grace,
    Your best option at this point would be to attempt to uninstall and reinstall the camera completely. First make sure to shut down all background programs and your antivirus, then go to Add/Remove programs and uninstall all of the camera software and drivers. After this is done, make sure that everything is still disabled and reinstall the camera.
    Jeremy

  • Simultaneously record desktop and webcam?

    Is there a way to simultaneously record my desktop and also myself via a webcam? Basically I would like a screen in screen The desktop showing a variety of steps and my head in the bottom right walking them through the process.
    I see it a lot, but am not sure how to do it. Help would be appreciated.

    You don't have to record both with Captivate.  Just use Captivate to record your screens in the application.
    You can use the Adobe Flash Media Live Encoder to record your web cam as an FLV:
    http://www.adobe.com/products/flashmediaserver/flashmediaencoder/
    Then you'll probably need to edit the FLV video in another app to cut out bits you don't want.
    You can add the finished talking head video to the upper area of your TOC to accompany your content.  This is one of the options for Slide Video, but it's slightly difficult to find.

  • Subject: Trouble in Multi-Select LOV. Does not populate records in Base Pag

    Hi Friends,
    I am trying to use multi-select LOV for the first time. But the base page table does not get populated after the rows are selected in the LOV. I am initializing the Base Page VO like below. And all fields are mapped between both the VO's, Can you please help as to what else could be the problem.
    if("UPDATE".equals(s1))
    vo.setMaxFetchSize(-1);
    vo.executeQuery();
    } else
    if("CREATE".equals(s1))
    vo.setMaxFetchSize(0);
    vo.setPreparedForExecution(true);
    }

    Is there any other piece of code you have used?
    Try my suggestion and follow the Dev guide once step by step to implement the multi select LOV. They have a nice sample and then you can compare where you went wrong. I feel like you are missing something part of setup.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Recording Applets in Forms10g

    Hi,
    I installed openscript 9.0 and chosen ebs/forms functional module.The applet takes lot of time to load.Moreover,the login window itself is not getting captured.
    Pls suggest.
    Thnkx

    Hi,
    Please see my white paper
    [Testing Oracle Forms with Oracle OpenScript  |http://www.scl.com/software-quality/software-quality-resources/testing-oracle-forms-with-openscript]
    Regards
    Wayne.

Maybe you are looking for