imageDisplay
Create an imageDisplay
object for displaying images on
NVIDIA targets
Add-On Required: This feature requires the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms add-on.
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.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b
See Also
Functions
Objects
jetson
|drive
|webcam
|imageDisplay
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