| Author |
reading data from video encoder
|
seetharaman jayaraman
Ranch Hand
Joined: Feb 18, 2008
Posts: 42
|
|
hi, camera--decoder--encoder--LAN Switch--my system.... This is my environment. I need to read, record live video data from these encoders, and to control encoders and camera settings like brightness, frame rate, Pan, Tild, Zoom-in/out, etc programmatically with pure java code. please give some sample codes, links to start with. thank you
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
That does not sound like an easy job, especially if it must be done in pure Java code (without any native code) - it might not be possible to do this in pure Java code. Maybe the Java Media Framework is useful for this, but I'm not sure, since I've never used JMF myself.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: reading data from video encoder
|
|
|