(fix): points cloud img ptr null
This commit is contained in:
@@ -111,7 +111,8 @@ bool PointsProcessor::OnProcess(
|
|||||||
dptr[u][2] = depth * 1000.0;
|
dptr[u][2] = depth * 1000.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
output->id = input->id;
|
||||||
|
output->data = input->data;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user