![]() |
|
![]() | ||
|
Subject:
How to manipulate real-time video streams with Java JMF?
Category: Computers > Programming Asked by: rpcxdr-ga List Price: $40.00 |
Posted:
10 Nov 2002 19:45 PST
Expires: 14 Nov 2002 09:06 PST Question ID: 104946 |
I am doing research in reconstructing dynamic physical models based on image analysis. Java has produced a marvelous, yet marvelously complex, API for working with current realtime media standards. I do not have the time to learn the complexities of the new API, but I do want to learn to add in my own image manipulation effects and analysis to a realtime stream. An answer to this question must contain working example code that takes a video stream from a local web-cam, inverts the colors, and displays the result as real-time video to the screen. I will give bonus karma points to the researcher who does the processing in a method with the following signature: byte[][][] processFrame(byte[][][] inputFrame); So far I have found the following resources: JMStudio: Source code for all basic JMF operations: http://java.sun.com/products/java-media/jmf/2.1.1/jmstudio/jmstudio.html Implementing a Renderer plug-in: http://java.sun.com/products/java-media/jmf/2.1.1/guide/JMFExtending.html#94875 JMF API: http://java.sun.com/products/java-media/jmf/2.1.1/apidocs/ | |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: How to manipulate real-time video streams with Java JMF?
From: studboy-ga on 11 Nov 2002 12:00 PST |
I don't think you can invert a real time stream on the fly-- you can invert one frame at a time and concatenate them together, but it won't be real time as the inversion will take time. If you need to do this you will need to write your own processor/player, See: http://www.sun.com/developers/evangcentral/totallytech/jmf.html http://www.sun.com/developers/evangcentral/totallytech/jmf2.html and: http://servlet.java.sun.com/javaone/ javaone2000/pdfs/TS-576.pdf Let me know whether this is what you want to do. |
Subject:
Re: How to manipulate real-time video streams with Java JMF?
From: studboy-ga on 11 Nov 2002 12:02 PST |
I don't think you can invert a real time stream on the fly-- you can invert one frame at a time and concatenate them together, but it won't be real time as the inversion will take time. If you need to do this you will need to write your own processor/player, See: http://www.sun.com/developers/evangcentral/totallytech/jmf.html http://www.sun.com/developers/evangcentral/totallytech/jmf2.html and: http://servlet.java.sun.com/javaone/javaone2000/pdfs/TS-576.pdf Let me know whether this is what you want to do. |
Subject:
Re: How to manipulate real-time video streams with Java JMF?
From: rpcxdr-ga on 11 Nov 2002 13:25 PST |
It is ok if there are a few seconds of delay and missing frames. I will add this as a clarification. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |