pointCloud property
- @TagNumber(1)
image frame expressed in bytes
Implementation
@$pb.TagNumber(1)
$core.List<$core.int> get pointCloud => $_getN(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set pointCloud($core.List<$core.int> v) { $_setBytes(0, v); }