CameraBuf::stop() is not used

old-commit-hash: 0b79d0e12d5da68c0d0985916b78e888d3fbdcb7
This commit is contained in:
Willem Melching
2021-01-12 15:28:30 +01:00
parent 7ea7f097c4
commit 6f417e0051
2 changed files with 0 additions and 4 deletions
@@ -195,9 +195,6 @@ void CameraBuf::release() {
}
}
void CameraBuf::stop() {
}
void CameraBuf::queue(size_t buf_idx){
{
std::lock_guard<std::mutex> lk(frame_queue_mutex);
@@ -131,7 +131,6 @@ public:
void init(cl_device_id device_id, cl_context context, CameraState *s, VisionIpcServer * v, int frame_cnt, VisionStreamType rgb_type, VisionStreamType yuv_type, release_cb release_callback=nullptr);
bool acquire();
void release();
void stop();
void queue(size_t buf_idx);
};