JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
This feature is not yet available on JeVois-Pro but will soon be...
When the JeVois smart camera is connected to a Mac OSX host, a new serial-over-USB is automatically detected. Its name is of the form:
/dev/tty.usbmodemXXXX
where the XXXX
characters shown above are replaced by a 4-digit number that depends on yoru exact Mac computer.
To find out the exact name on your machine, open a Terminal window (in Applications and then Utilities), and type:
ls /dev/tty.usbmodem*
which should return the device name.
You can use the built-in screen
program to connect to your JeVois camera:
screen /dev/tty.usbmodemXXXX 115200
where you replace XXXX
by the number that was returned by the ls
command above.
Once you are connected, you can issue commands such as help
, info
, etc
screen
program does not (as far as we know) provide an option for command echo (to see what you are typing). Hence, as you type, you will not see what you type. This is normal.screen
, type CTRL-A
ESC
and you can then use the arrow keys or mouse wheel to scroll up. Type RETURN
twice when you are ready to go back to interactive mode.Other programs are available for Mac which are more user-friendly than screen
. For example, we have had good success with ZOC 7.