supportsPcd property
A boolean property determining whether the camera supports the return of pointcloud data
Implementation
@$pb.TagNumber(1)
$core.bool get supportsPcd => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set supportsPcd($core.bool v) { $_setBool(0, v); }