sim3d.sensors.IdealCamera
Create ideal camera actor to capture image and make it available in MATLAB
Since R2022b
Description
Use the sim3d.sensors.IdealCamera object to create a virtual ideal camera
object in the 3D environment. You can use the ideal camera actor to capture an image and
return the image to MATLAB®. After you create a sim3d.sensors.IdealCamera object you can modify aspects
of the actor object by setting property values.
Creation
Description
creates a default idealCamera = sim3d.sensors.IdealCamera()sim3d.sensors.IdealCamera object in the 3D environment.
specifies options using one or more optional name-value arguments. For example, to create
an ideal camera actor with horizontal field of view of 60, set
idealCamera = sim3d.sensors.IdealCamera(Name=Value)HorizontalFieldOfView to 60.
Name-Value Arguments
Output Arguments
Properties
Object Functions
read | Return image data captured with ideal camera |
