imageDisplay
NVIDIA display object
Add-On Required: This feature requires the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms add-on.
Description
This object is used to display images on the NVIDIA DRIVE® or Jetson™ target desktop. To create this object, use the imageDisplay
function. To interact with the web camera, use this object with the functions listed in Object Functions.
Creation
Description
creates an imDispObj
= imageDisplay(hwObj
)imageDisplay
object imDispObj
that can be used to display images on the NVIDIA DRIVE or Jetson target desktop. Use the image
object function to
display the images. This functionality requires the Simple DirectMedia Layer (SDL)
library to be installed on the target platform. For more information, see Install and Setup Prerequisites for NVIDIA Boards.
When the image
function is used during simulation within the
MATLAB® environment, it displays the images on your host computer by using the
imshow
(Image Processing Toolbox) function.
Input Arguments
Output Arguments
Properties
Object Functions
image | Display image |
Examples
Extended Capabilities
Version History
Introduced in R2018b
See Also
Functions
Objects
Topics
- Sobel Edge Detection on NVIDIA Jetson Nano Using Raspberry Pi Camera Module V2
- Getting Started with the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms
- Deploy and Run Sobel Edge Detection with I/O on NVIDIA Jetson Nano
- Build and Run an Executable on NVIDIA Hardware
- Stop or Restart an Executable Running on NVIDIA Hardware
- Run Linux Commands on NVIDIA Hardware