
21-12
Example
VISSCREEN 1, 0, 1'
VISCLS 0 '
VISCAMOUT 1, 1 'Converts an image (dynamic image) from camera 1 with table
'1 (0~175, 75% brightness compressed) and displays it on
'the monitor.
DELAY 5000 'Stops for 5 seconds.
VISDEFCHAR 4, 4, 2'
FORI1=0TO255 '
VISLOC 10, 10 '
VISPRINT I1 '
VISDEFTABLE 5, I1, 255-I1
'Set table number 5.
NEXT I1 '
VISCAMOUT 1, 5 'Reverses an image (dynamic image) from camera 1 and displays
'it on the monitor.
Kommentare zu diesen Handbüchern