Displaying Current Pictures From A Camera
Posted
by
Kap
on Stack Overflow
See other posts from Stack Overflow
or by Kap
Published on 2011-01-17T09:50:20Z
Indexed on
2011/01/17
9:53 UTC
Read the original article
Hit count: 253
java
Hi Guys,
I would like to develop an application that will receive pictures from a camera and maybe afterwards save it in a database. This is what i want to do:
When the picture is taken it is send to the program immediately (or the program must read the current picture taken) then display it. I will take pictures of many people or things so anytime a picture is taken i want to see the current picture displayed in the program.
I have googled if i can see an example application so that i know that it possible so that i can do mine from scratch. But couldn't find any so i am not sure if it is possible to do it in java.
So guys am asking for guidelines how i can do it in java. I just need the steps then i will program everything myself.
Thanks.
© Stack Overflow or respective owner