Inheritance diagram for org.nees.rbnb.JPEGThumbnailer:
Public Member Functions | |
void | printUsage () |
void | startThread () |
void | stopThread () |
boolean | isRunning () |
Return the state of the runnning code. | |
void | setVariablesFromParameters () |
Use the parameter table to set the actual variables for this RBNB application. | |
String[] | getParameterNameArray () |
String[] | getParameterTypeArray () |
Object[] | getParameterDefaultArray () |
boolean | start () |
Start this instance. | |
boolean | stop () |
Stop this instance. | |
Static Public Member Functions | |
void | main (String[] args) |
Protected Member Functions | |
boolean | setInstanceArgs (String[] args) throws IllegalArgumentException |
void | setParamterArrays () |
Static Package Functions | |
[static initializer] | |
Package Attributes | |
Sink | sink |
Source | source |
ChannelMap | getmap |
ChannelMap | reqmap |
ChannelMap | cmap |
int | outputChannelIndex |
int | inputChannelIndex |
Thread | theThread |
boolean | runit = false |
This class assumes that the frame rate of the input source is higher then the sample reate of of the output. The JPEG image will be scaled by 0.5 in both width and height.
Usage for JPEGThumbnailer... -v RBNB Sink path for input video (required) [-r RBNB Server Name *localhost] [-p RBNB Server Port *3333] [-s RBNB Source (output) Name *TSource] [-c RBNB Source (output) Channel *thumbnail.jpg] [-f desired output frame rate (in seconds)*1.0]
default value are noted by the *
Definition at line 47 of file rbnb/JPEGThumbnailer.java.
|
Implements org.nees.rbnb.RBNBBase. Definition at line 463 of file rbnb/JPEGThumbnailer.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 449 of file rbnb/JPEGThumbnailer.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 456 of file rbnb/JPEGThumbnailer.java. |
|
Return the state of the runnning code.
Implements org.nees.rbnb.RBNBBase. Definition at line 348 of file rbnb/JPEGThumbnailer.java. Referenced by org.nees.rbnb.JPEGThumbnailer.start(), and org.nees.rbnb.JPEGThumbnailer.stop(). |
|
Use the parameter table to set the actual variables for this RBNB application.
Implements org.nees.rbnb.RBNBBase. Definition at line 403 of file rbnb/JPEGThumbnailer.java. Referenced by org.nees.rbnb.JPEGThumbnailer.start(). |
|
Start this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 470 of file rbnb/JPEGThumbnailer.java. References org.nees.rbnb.JPEGThumbnailer.isRunning(), and org.nees.rbnb.JPEGThumbnailer.setVariablesFromParameters(). |
|
Stop this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 483 of file rbnb/JPEGThumbnailer.java. References org.nees.rbnb.JPEGThumbnailer.isRunning(). |