|
| DEFINE_string (ipaddr, kIpAddressDefault, "the IP address of the transmit stream") |
|
| DEFINE_uint32 (port, kPortDefault, "the port to use for the transmit stream") |
|
| DEFINE_uint32 (height, kHeightDefault, "the height of the image") |
|
| DEFINE_uint32 (width, kWidthDefault, "the width of the image") |
|
| DEFINE_uint32 (framerate, 25, "the frames per second") |
|
| DEFINE_string (session_name, kSessionName, "the SAP/SDP session name") |
|
| DEFINE_bool (verbose, false, "For verbose output") |
|
| DEFINE_bool (wait_sap, false, "wait for SAP/SDP announcement") |
|
| DEFINE_bool (uncompressed, true, "Uncompressed video stream") |
|
| DEFINE_uint32 (mode, 1, "The video mode (0-4)\n\t" "0 - Uncompressed RGB\n\t" "1 - Uncompressed YUV\n\t" "2 - Mono16\n\t" "3 - Mono8\n\t") |
|
| DEFINE_uint32 (num_frames, 0, "The number of frames to send") |
|
int | main (int argc, char *argv[]) |
| The main entry point.
|
|
A simple video receiver example.