docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class VelodynePhotosensorToPointCloud

    The role of this class is to interpret the data incoming from the photosensor into a PointCloud data format to be consumed by the point cloud viewer node, and also into a PointCloud in the Velodyne output format.

    Inheritance
    object
    NodeRuntime
    Transcoder
    PhotosensorEncoder
    PhotosensorToPointCloud
    VelodynePhotosensorToPointCloud
    VelodynePhotosensorToPointCloudNode
    Inherited Members
    PhotosensorToPointCloud.pointCloud
    PhotosensorToPointCloud._pointCloud
    PhotosensorToPointCloud.Transcode(CustomPassContext)
    PhotosensorEncoder.photosensorData
    PhotosensorEncoder.width
    PhotosensorEncoder.height
    PhotosensorEncoder._readCount
    PhotosensorEncoder.SampleCountPerFrame
    PhotosensorEncoder.InitializeSensorSDKShaderKernel(string)
    Transcoder.inTranscode
    Transcoder.outTranscode
    Transcoder._computeShader
    Transcoder.EnableInterfaceOnChangeEvent()
    Transcoder.DisableInterfaceOnChangeEvent()
    Transcoder.InitializeSensorSDKComputeShader(string, string)
    Transcoder.Release()
    NodeRuntime._parent
    NodeRuntime._portList
    NodeRuntime._queryPath
    NodeRuntime._tickCPUTimeNs
    NodeRuntime.Initialize(SystemGraphComponent)
    NodeRuntime.InternalInitialize()
    NodeRuntime.Start()
    NodeRuntime.OnTick(double, double, Scheduler.ClockState, Scheduler.Signal)
    NodeRuntime.Update()
    NodeRuntime.FixedUpdate()
    NodeRuntime.OnPortAdded(string, Type, string, PortDirection, FieldExtra, ref IPortType)
    NodeRuntime.OnPortRemoved(string)
    NodeRuntime.InitializeDynamicPorts(SystemGraphComponent)
    NodeRuntime.QueryPath
    NodeRuntime.TickCPUTimeNs
    NodeRuntime.PortDataList
    Namespace: Mechatronics.SensorSDK
    Assembly: solution.dll
    Syntax
    public class VelodynePhotosensorToPointCloud : PhotosensorToPointCloud

    Fields

    Name Description
    _devicePointCloud

    Internal reference to the point cloud in Velodyne format.

    devicePointCloud

    Methods

    Name Description
    Disable()

    Disable change event on the inTranscode port and release the graphics resources.

    Enable(ClockState)

    Initialize the PhotosensorEncoder compute shader with the PointCloudVfxCodec kernel and enable on change event on the on inTranscode port.

    InternalPrepareDispatch(CommandBuffer, PhotosensorOutputBuffer, int)

    Device-specific command buffer setup for conversion to point cloud.

    InternalUpdateOutputs(PhotosensorOutputBuffer, int)

    Device-specific state and outputs update after conversion to point cloud.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)