#include <stdio.h>
Include dependency graph for OStreamConfig.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | DEBUG_STREAMER |
| #define | WAIT_KEY_VALUE 20 |
| Windows and linux gui responses are different. | |
| #define | CV_WAIT_KEY cvWaitKey |
| Workaround to cvWaitKey-linux bug. | |
| #define | DEBUG_PRINT printf |
| DEBUG stuff. | |
Enumerations | |
| enum | ostream_encoding_type { OSTREAM_ENCODING_NONE, OSTREAM_ENCODING_MJPEG, OSTREAM_ENCODING_H263P, OSTREAM_ENCODING_MP3 } |
| Encoding types for OStream. More... | |
| enum | ostream_decoding_type { OSTREAM_DECODING_NONE, OSTREAM_DECODING_MJPEG, OSTREAM_DECODING_H263P, OSTREAM_DECODING_MP3 } |
| Decoding types for OStream. More... | |
| #define CV_WAIT_KEY cvWaitKey |
[deadlock within wxWidgets]
Definition at line 82 of file OStreamConfig.hh.
| #define DEBUG_PRINT printf |
Definition at line 91 of file OStreamConfig.hh.
| #define DEBUG_STREAMER |
Definition at line 52 of file OStreamConfig.hh.
| #define WAIT_KEY_VALUE 20 |
We can set a 1 millisec for Windoze to have an opencv-window displayed. Linux is a little bit slower. Set them here.
Definition at line 71 of file OStreamConfig.hh.
| OSTREAM_DECODING_NONE | |
| OSTREAM_DECODING_MJPEG | |
| OSTREAM_DECODING_H263P | |
| OSTREAM_DECODING_MP3 |
Definition at line 41 of file OStreamConfig.hh.
| OSTREAM_ENCODING_NONE | |
| OSTREAM_ENCODING_MJPEG | |
| OSTREAM_ENCODING_H263P | |
| OSTREAM_ENCODING_MP3 |
Definition at line 29 of file OStreamConfig.hh.
1.4.7