VISCAMOUT
(Statement)
Display an image from the camera on the monitor.
VISCAMOUT <camera number>[,<table number>]
<camera number>
Specifies the camera number (1 or 2).
<table number>
Specifies the number of the look-up table to display (0 to 15).
If this is omitted, 1 is set as the default.
To execute this statement, a µVision board (option) is required.
VISCAMOUT 1, 1
|
'Convert an image (dynamic image) from camera 1 with
'table 1 (0 to 175, 70% brightness compressed) and display
'it on the monitor
|
VISCAMOUT 1
|
'The same result as that of VISCAMOUT 1, 1 can be obtained
|