sim3d.sensors.IdealCamera
Capture an image and make it available in MATLAB
Description
Use the sim3d.sensors.IdealCamera
class to capture an image with the virtual
ideal camera in the 3D simulation environment and return the image to MATLAB®.
Creation
Syntax
Description
returns a camera
= sim3d.sensors.IdealCamera('ActorName'
,actor)sim3d.sensors.IdealCamera
object with the actor specified by
ActorName
.
returns an image of the size specified by camera
= sim3d.sensors.IdealCamera('ImageSize'
,[VerticalResolution, HorizontalResolution])'ImageSize'
.
returns the horizontal field of view in degrees, specified by
camera
= sim3d.sensors.IdealCamera('HorizontalFieldOfView'
,fieldOfView)'HorizontalFieldOfView'
s.
Input Arguments
Properties
Object Functions
read | Return image captured with camera |
Version History
Introduced in R2022b