DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    9

    capturing web camera image directly

    I'm capturing webcamera Image using following code:
    import com.asprise.util.jtwain.Source;
    import com.asprise.util.jtwain.SourceManager;

    try
    {
    Source source=SourceManager.instance().getDefaultSource();
    source.open();
    img=source.acquireImage();
    //get the bufferedImage
    BufferedImage bufferedImage = getBufferedImageFromImage(img);
    disp.setIcon(new ImageIcon(bufferedImage));
    }

    The intemediate step is provided by asprise.com but it is a licenced one. I want to capture image without going through this. How do I do that?

  2. #2
    Join Date
    Mar 2004
    Posts
    635
    check out the quicktime api. You'll have to download that library through apple somewhere.

Similar Threads

  1. Replies: 2
    Last Post: 01-30-2007, 02:13 AM
  2. Replies: 0
    Last Post: 01-27-2006, 05:04 PM
  3. Script for scrolling
    By Mark in forum Web
    Replies: 3
    Last Post: 08-30-2001, 11:45 AM
  4. Web Browser image
    By Sunny in forum Architecture and Design
    Replies: 0
    Last Post: 07-04-2001, 02:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links