How to connect to Digital Camera using JMF?

How to connect to Digital Camera using JMF?
Any example?
thx

If the DC has a mode that works like a web cam, and can generate either a VFW or DirecShow stream, then you could capture a frame of the stream, yes.

Similar Messages

  • Does any body know how to connect the fingerprint scanner using jmf is it p

    Hai,
    I am not getting how to connect the fingerprint scanner how we can do it is it possible for device independent application
    If any body knows anything about this please mail me its very urgent for me
    hope u will be able to tell me something about this .
    Regards
    K Naveen Kumar

    Hi,
    Fingerprint scanners are not popular enough devices to be supported by Java yet. There's no general API or Java interface for it.
    Each manufacturer of a fingerprint device will probably just ship their own drivers or SDKs. More than likely DLL's, so you'd need to write some JNI to call them.
    If you want to allow your application to work with multiple devices, you will have to design it to do that. Ie. write a general "Fingerprint" interface, and write a class which implements that interface for each device you want to support.
    Eg.
    public interface FingerPrintAPI
         public void initialiseScanner ( )
                throws MyScannerException;
         public byte[] getFingerPrint ( )
                throws MyScannerException;
         public double getMatchProbability ( byte[] fingerprint1, byte[] fingerprint2 )
                throws MyScannerException;
         public void closeScanner ( )
                throws MyScannerException;
    }I haven't used a fingerprint device at all, but that's how I would approach it.
    regards,
    Owen

  • How to connect my dv camera to my mac and make movies?

    i just got my new macbook and dont no how to connect my dv camera to it...i got a software disc for my dv cam but it doesnt run automatically and i dont no how to install it....it is usb connection...do i need fire wire?...help me plz help...getting frustrated ...is the any sites that help with macs ..cuz im use to pc...dont no anything bout macs...thanks so much!!!

    Hello,
    It would be helpful to know what camera you are trying to connect and what exactly you are trying to do with it.
    In regards to firewire vs usb i only really have experience with firewire so i can not help you there unfortunatetly.
    If you are just trying to get the video footage off the camera you could try and open up iMovie from within you applications folder. Attached the camera, my iMac is currently in for repairs so i can quite tell you the whole thing but look for options of attached cameras.
    The reason why the cd doesnt autorun is that it is probably window software, does the disk specifically state Mac OS X?. If you double click on the cd it should open up in a window. Have a look around for any Mac folders or any obvious applications that you can run.

  • Connecting my digital camera to iPod Touch w/o a computer?

    Hi,
    Is there any device that I can use to connect my digital camera to iPod Touch for file transfer without linking up with the computer? I am very interested in finding one for my dad as he wants to use the iPod Touch as a secondary storage and photo viewer when he's taking photos away from home or access to computer.
    Also, is there any photo viewer app for iPod that can display RAW files?
    Please help and thank you very much!

    It would be a great feature to be able to view (and back up) photos on the 'big screen' of an iPod Touch when on holiday for instance.
    For me a reason to (for now not) buy one.
    There's seems to be a possibility to get wifi on your camera. (special card) ??
    Then you could use an app called Regal Media to transfer.
    But anyway it would be much better to be able to just connect the camera to the iPod Touch with usb.
    I hope this will be possible soon.

  • Connect a Digital Camera to Adobe flex and take a picture?

    Hello,
    I'm trying to connect my digital camera to adobe flex builder and take a picture. Do you know if that is possible and if it is how?
    Thanks!

    camera ON
    public function camON () : void
         var camera:Camera = Camera.getCamera();
                    camera.setMode(640,480, 15,true);
                    if (camera) {                   
                        videoDisplay.attachCamera(camera);         
    and below take shoot
    public function shootOK () : void
                    var bmd:BitmapData = new BitmapData(videoDisplay.width, videoDisplay.height)
                    bmd.draw(videoDisplay);
                    var pic = new Bitmap(bmd);
    and mxml component
    <mx:VideoDisplay  id="videoDisplay" width="500" height="375" dropShadowVisible="false" horizontalCenter="0" top="10"/>

  • I connected a digital camera memory chip with approximately 100 photos on it. The photos showed up in iPhoto. I believe I deleted the photos from the memory chip before importing them. Is there any way I can get the photos back?

    I connected a digital camera memory chip with approximately 100 photos on it to import into iPhoto. The photos showed up in iPhoto. I believe I deleted the photos from the memory chip before importing them to iPhoto. Is there any way I can get the photos back?

    Terence, thanks that site is a gem...have to explore it more fully at home as it drove security here crazy
    Looks like just the ticket for saving mistakes.

  • Cant find the pictures I imported from my digital camera using iphoto

    Hi,
    I have a macbook pro and imported part of some photos from my digital camera using Iphoto. When it prompted me whether the photos should be deleted from the camera, I chose 'yes'. It deleted the pictures from the camera, but I cant find them anywhere on iphotos. I have tried searching for the pics on my mac using the 'finder', but had no luck.
    I repeated the same thing.. took some more pictures and tried to import part of them and then delete the same pics from the camera. Iphotos did the same thing..
    I usually import all (and not part) of the pictures from my camera and then use the same option to delete the pictures from the camera after importing them to iphotos. This has always worked.
    Please help. Thanks,
    Kanchan

    In the Event mode make sure the sort order is By Date ➙ Descending.  That will put the newer Events at the top of the window.  Check there to see if they are there or not.
    The safest method to get photos from a camera to the library is to upload them to a folder on the Desktop first.  That makes sure they are safely on the hard drive.  From there you can import the folder into the library and when you've confirmed they are in the library you can delete the folder from the Desktop and have the camera reformat the memory card.
    OT

  • How to connect LG phone camera to MPB?

    how to connect LG phone camera to MPB?

    Have you tried something like http://www.macupdate.com/app/mac/33442/fonesync-for-lg-phones?
    Message was edited by: EZ Jim
    Mac OSX 10.10.1

  • How to connect to AD without using ADWS?

    How to connect to AD without using ADWS? Is it possible to do it? If yes, can teach me how to connect to AD and find their attributed?

    Hi Noobycy,
    There are few tools to find AD attributes without ADWS. See options you have below
    1.ADFIND -
    http://www.joeware.net/freetools/tools/adfind/  This is a command Line tool
    2.
    The ADSIEDIT tool
    from the Windows Support Tools is a great tool to "explore" the AD.
    http://technet.microsoft.com/en-us/library/cc731547.aspx
    3. ADUC -
    http://www.boostsolutions.com/blog/how-to-find-attributes-of-objects-in-active-directory/
    Regards, MassonTech

  • How to connect Sql Server 2000 using JDBC ODBC Driver

    How to connect Sql Server 2000 using JDBC ODBC Driver ?
    plz Send Syntax.
    thanks

    In SQL Server 2000 the driver class is com.microsoft.jdbc.sqlserver.SQLServerDriver
    The connection URL for the default SQL Server 2000 database is jdbc:sqlserver://localhost:1433
    Class.forName(
      "com.microsoft.sqlserver.jdbc.
      SQLServerDriver");
    String url =
      "jdbc:sqlserver://localhost:1433";
    Connection conn = DriverManager.
      getConnection(
      url, "sa", "sqlserver");

  • How ADBC connection is benefits by using SAP HANA as secondary database ?

    Hi,
    I have one more important question.
    How ADBC connection is benefits by using SAP HANA as secondary database in terms of performance wise for the access of data from HANA database as a secondary database.
    I have 2 options and which is better for the good performance for accessing the data-
    1 .  In ABAP Reports in the SELECT statements by using CONNECTION (“HDB”) will this improve the
         performance.
          e.g : select * from BSEG into TABLE IT_TAB CONNECTION (“HDB”).
    2. Will Create the Stored procedure in HANA studio and Call
       from ABAP as below by using NATIVE SQL–
         EXEC SQL
          SET CONNECTION (‘HDB’).
         ENDEXEC.
        EXEC SQL.
          EXECUTE PROCEDURE proc (IN    p_in1                       
                                 OUT   p_out1   OUT   p_out2 )
       ENDEXEC.
    Regards,
    Pravin
    Message was edited by: Jens Weiler
    Branched from http://scn.sap.com/thread/3498161

    Hi Pravin,
    Option 1: In this case ADBC might even worsen the performance due to the overhead in the ADBC framework. OpenSQL is the method to go here, as OpenSQL - from the ABAP point of view - features the optimal communication with the database while ADBC has overhead like constructor-calls for the statement, parameter binding, etc.
    Option 2: In this case ADBC is comparable with EXEC SQL but features more options, e.g. clean concept of multiple connection (connection objects via CL_SQL_CONNECTION), exception handling, etc. So I strongly propose to favour ADBC over EXEC SQL, but not simply for performance reasons. You might have a look at the ABAP Language Help in your system on more information on ADBC and the advantages over Exec SQL.
    Cheers,
      Jasmin

  • How to create and save playlist using JMF?

    Hello i m new to JMF. Can anyone tell me how to create and save a playlist of media files using JMF.
    also how can i play .DAT files using JMF?
    Does JMF supports AVI,Asf files?

    Hello i m new to JMF. Can anyone tell me how to create and save a playlist of media files using JMF.
    also how can i play .DAT files using JMF?
    Does JMF supports AVI,Asf files?

  • How to connect to oracle10g Database using oracle11g Enterprise Manager.

    Hi,
    please suggest me how to connect to oracle10g Database using oracle11g Enterprise Manager.
    i did setting in tnsnames.ora file of oracle11g database but when i am trying to connect sys@testvsr and password
    using oracle11g Enterprise manager its not connecting but from command prompt its connecting.
    its not acccepting hostname its simply telling invalid username and password ,if i remove and try to connect its connecting.
    so please suggest its very urgent my manager is nagging.
    Regards,
    Srinu.

    you cant attach a database 10g instance with
    Enterprise manager of 11g as enterprise manager is
    meant for a single database only .. your problem cant be solved
    enterprise manager it can be solved by using GRID CONTROL
    For more details visit oracle documentation..
    Hope This helps..
    BI TC

  • How to connect from java without using oracle client installation

    hi ,
    Please tell me how to connect from java without using oracle client
    Thanks & Regars

    http://www.orafaq.com/wiki/JDBC#Thin_driver

  • HT1529 how to connect to internet by using Ethernet Cable

    how to connect to internet by using Ethernet Cable
    I have apple mac book pro with retina display.plz send me the setting thank u

    There's no setting. Plug in the cable to the adapter for either USB or Thunderbolt and plug the other end into your router. You can turn off wireless at that point.

Maybe you are looking for