-
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?
-
check out the quicktime api. You'll have to download that library through apple somewhere.
Similar Threads
-
By Geeta in forum ASP.NET
Replies: 2
Last Post: 01-30-2007, 02:13 AM
-
By software_develo in forum .NET
Replies: 0
Last Post: 01-27-2006, 05:04 PM
-
Replies: 3
Last Post: 08-30-2001, 11:45 AM
-
By Sunny in forum Architecture and Design
Replies: 0
Last Post: 07-04-2001, 02:04 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks