Hi
Doing my very first steps with the Jevois camera. I installed Tera Term, and I can communicate with the camera with basic commands like ping etc. The info gives:
INFO: JeVois 1.9.0
INFO: Linux version 3.4.39
INFO: CPU: 1344MHz, 42C, load: 1.00 0.96 0.65 1/56 91
INFO: MemTotal: 238428 kB, MemFree: 170532 kB
INFO: OUT: YUYV 640x300 @ 60fps CAM: YUYV 320x240 @ 60fps MOD: JeVois:DemoSaliency C++
OK
I am trying to follow the
http://jevois.org/tutorials/UserPanTilt.html guide to work with my arduino. So far without connecting the arduino.
My question: Can I combine few commands into a script that will reside on the host computer (in a /.../x.cfg )? I noticed the runscript command but if failed - perhaps it requires the file to reside on the SD card, This can be annoying to take the card out and in, unless I can copy the file there directly.
ERR Command error [runscript C:\Users\Side\Desktop\JeVois\script.cfgrunscript C:\Users\Side\Desktop\JeVois\script.cfg]: Script /jevois/modules/JeVois/DemoSaliency/C:\Users\Side\Desktop\JeVois\script.cfgrunscript C:\Users\Side\Desktop\JeVois\script.cfg execution failedThe error I got from runscript:
Thank you
Yigal