I have made a class that can take and image and read a pixel at a certain coordinate, using BufferedImage
. Is there a way to grab a frame from a video and use BufferedImage
to find the pixel value? or is there something like BuffereImage
for video
Asked
Active
Viewed 466 times
0

webermaster
- 209
- 1
- 13

Yelk11
- 51
- 1
- 7
-
Probably. But you'll need to post your current code, and what webcam library are you using? – Elliott Frisch Jan 05 '14 at 01:26
-
To make things easier i will just use a prerecorded video. My question is how to grab a frame. – Yelk11 Jan 05 '14 at 01:32
-
That makes it harder. What library are you using to open and play the prerecorded video? – Elliott Frisch Jan 05 '14 at 01:47
-
Have you considered OpenCV? http://opencv.org/opencv-java-api.html – Lokno Jan 05 '14 at 02:02
-
dont try to make your own code to do that, on source forge and google code and opencv there are libs. http://stackoverflow.com/questions/4669384/dealing-with-video-dvds-avi-mkv-in-java – tgkprog Jan 05 '14 at 09:44
-
and http://www.quora.com/Java-programming-language/What-is-the-best-open-source-Video-Conferencing-api-that-would-run-on-a-Java-Client did u google before posting this question? – tgkprog Jan 05 '14 at 09:45
-
yes, i have seen a lot of opencv examples.But i need something that works with java 1.3. – Yelk11 Feb 25 '14 at 13:50