(fix): points cloud img ptr null
This commit is contained in:
parent
aca55759ad
commit
beab7a155d
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user