|
Torc
0.1
|
#include <QObject>#include "torcmaths.h"#include "torcsegmentedringbuffer.h"#include "ffmpeg/torcmuxer.h"#include <libavcodec/avcodec.h>Go to the source code of this file.
Classes | |
| class | TorcCameraParams |
| class | TorcCameraDevice |
| class | TorcCameraFactory |
Macros | |
| #define | VIDEO_WIDTH_MIN 640 |
| #define | VIDEO_WIDTH_MAX 1920 |
| #define | VIDEO_HEIGHT_MIN 480 |
| #define | VIDEO_HEIGHT_MAX 1080 |
| #define | VIDEO_FRAMERATE_MIN 1 |
| #define | VIDEO_FRAMERATE_MAX 60 |
| #define | VIDEO_BITRATE_MIN 128000 |
| #define | VIDEO_BITRATE_MAX 25000000 |
| #define | VIDEO_SEGMENT_TARGET 2 |
| #define | VIDEO_GOPDURA_TARGET 1 |
| #define | VIDEO_SEGMENT_NUMBER 10 |
| #define | VIDEO_SEGMENT_MAX 20 |
| #define | VIDEO_TIMEBASE 90000 |
| #define | VIDEO_DRIFT_SHORT 60 |
| #define | VIDEO_DRIFT_LONG (60*5) |
| #define | VIDEO_H264_PROFILE FF_PROFILE_H264_MAIN |
| #define VIDEO_BITRATE_MAX 25000000 |
Definition at line 23 of file torccamera.h.
| #define VIDEO_BITRATE_MIN 128000 |
Definition at line 22 of file torccamera.h.
| #define VIDEO_DRIFT_LONG (60*5) |
Definition at line 30 of file torccamera.h.
| #define VIDEO_DRIFT_SHORT 60 |
Definition at line 29 of file torccamera.h.
| #define VIDEO_FRAMERATE_MAX 60 |
Definition at line 21 of file torccamera.h.
| #define VIDEO_FRAMERATE_MIN 1 |
Definition at line 20 of file torccamera.h.
| #define VIDEO_GOPDURA_TARGET 1 |
Definition at line 25 of file torccamera.h.
| #define VIDEO_H264_PROFILE FF_PROFILE_H264_MAIN |
Definition at line 31 of file torccamera.h.
| #define VIDEO_HEIGHT_MAX 1080 |
Definition at line 19 of file torccamera.h.
| #define VIDEO_HEIGHT_MIN 480 |
Definition at line 18 of file torccamera.h.
| #define VIDEO_SEGMENT_MAX 20 |
Definition at line 27 of file torccamera.h.
| #define VIDEO_SEGMENT_NUMBER 10 |
Definition at line 26 of file torccamera.h.
| #define VIDEO_SEGMENT_TARGET 2 |
Definition at line 24 of file torccamera.h.
| #define VIDEO_TIMEBASE 90000 |
Definition at line 28 of file torccamera.h.
| #define VIDEO_WIDTH_MAX 1920 |
Definition at line 17 of file torccamera.h.
| #define VIDEO_WIDTH_MIN 640 |
Definition at line 16 of file torccamera.h.
1.8.11