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.
UPDATE
* It is a desktop application(J2SE).
* The camera will be constantly link to the computer on which the application is running whiles the pictures are been taken via cable for the moment(later maybe wireless).
* I will use any one of the ordinary digital cameras around
If JMF (link) runs on your system it is fairly easy to grab photographs from your streaming video. Check this sample code if you run on Windows. (Knowledge blog)