|
|
@ -35,6 +35,7 @@ public: |
|
|
|
void setFrameId(int frame_id) { draw_frame_id = frame_id; } |
|
|
|
void setFrameId(int frame_id) { draw_frame_id = frame_id; } |
|
|
|
void setStreamType(VisionStreamType type) { requested_stream_type = type; } |
|
|
|
void setStreamType(VisionStreamType type) { requested_stream_type = type; } |
|
|
|
VisionStreamType getStreamType() { return active_stream_type; } |
|
|
|
VisionStreamType getStreamType() { return active_stream_type; } |
|
|
|
|
|
|
|
void stopVipcThread(); |
|
|
|
|
|
|
|
|
|
|
|
signals: |
|
|
|
signals: |
|
|
|
void clicked(); |
|
|
|
void clicked(); |
|
|
@ -51,7 +52,6 @@ protected: |
|
|
|
void updateCalibration(const mat3 &calib); |
|
|
|
void updateCalibration(const mat3 &calib); |
|
|
|
void vipcThread(); |
|
|
|
void vipcThread(); |
|
|
|
void clearFrames(); |
|
|
|
void clearFrames(); |
|
|
|
void stopVipcThread(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool zoomed_view; |
|
|
|
bool zoomed_view; |
|
|
|
GLuint frame_vao, frame_vbo, frame_ibo; |
|
|
|
GLuint frame_vao, frame_vbo, frame_ibo; |
|
|
|