Results 1 to 4 of 4
Thread: web image retrieval
- 01-05-2010, 09:46 AM #1
Member
- Join Date
- Jul 2009
- Posts
- 17
- Rep Power
- 0
- 01-05-2010, 09:54 AM #2
Senior Member
- Join Date
- Oct 2009
- Location
- California,US
- Posts
- 201
- Rep Power
- 4
ok?..Care to elaborate please .
Showing your code would be appreciated
- 01-05-2010, 09:56 AM #3
The first part is quite easy (here a stream from a web camera)
About access ... it is not java, isn't it ?Java Code:URL u = new URL(url);//new URL("http://63.229.55.11/ec_metros/ourcams/fridays.jpg"); InputStream in = u.openStream(); BufferedImage bi = ImageIO.read(in);// this is your image ... do save image or whatever else in.close();"There is no foolproof thing; fools are too smart."
"Why can't you solve my Problem ?"
- 01-05-2010, 11:37 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,448
- Rep Power
- 16
Similar Threads
-
image uploading and retrieval in jframe
By deepesh in forum AWT / SwingReplies: 3Last Post: 07-25-2009, 05:33 PM -
JDBC data retrieval with MySQL
By hadesflames in forum JDBCReplies: 5Last Post: 04-23-2009, 04:38 AM -
retrieval of tags
By mahalakshmi in forum New To JavaReplies: 1Last Post: 02-23-2009, 12:58 PM -
image retrieval from sql server using java
By ravee in forum JDBCReplies: 6Last Post: 08-22-2008, 12:52 PM -
Lucene Image REtrieval 0.5.4
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-11-2007, 03:54 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks