Visual Servoing Platform  version 3.6.1 under development (2024-03-28)
vpImageStorageWorker< Type > Class Template Reference

#include <visp3/io/vpImageStorageWorker.h>

Public Member Functions

 vpImageStorageWorker (vpImageQueue< Type > &queue)
 
void run ()
 

Detailed Description

Constructor & Destructor Documentation

◆ vpImageStorageWorker()

template<class Type >
vpImageStorageWorker< Type >::vpImageStorageWorker ( vpImageQueue< Type > &  queue)
inline

Constructor.

Parameters
[in]queue: A reference to a queue.

Definition at line 59 of file vpImageStorageWorker.h.

References vpImageQueue< Type >::getRecordingMode(), and vpImageQueue< Type >::getSeqName().

Member Function Documentation

◆ run()

template<class Type >
void vpImageStorageWorker< Type >::run ( )
inline

Thread main loop that save the images and additional data.

Definition at line 69 of file vpImageStorageWorker.h.

References vpIoTools::getName(), vpIoTools::getNameWE(), vpIoTools::getParent(), and vpImageIo::write().