Skip to content
Snippets Groups Projects

Miscellaneous

Merged Jeremie Deray requested to merge stuff into master
2 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
1
@@ -35,7 +35,11 @@ ProcessorMotion::~ProcessorMotion()
void ProcessorMotion::process(CaptureBasePtr _incoming_ptr)
{
if (_incoming_ptr == nullptr)
{
WOLF_ERROR("Process got a nullptr !");
return;
}
if (status_ == IDLE)
{
Loading