Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Where is the initscript.cfg file? Can I see it using Windows 7?

0 votes
I want the camera to begin streaming serial data immediately upon startup without the need for typing information into the Tera Terminal box.  I have to alter the initiscript.cfg bile, but I can't find it!! Where is it?  Answered my own question:  Using Ubuntu (not Windows) the file was visible and I added three lines.   

Setmapping 9 YUYV 320 240 30.0 JeVois DemoArUco
setpar serout Hard
streamon

The file was saved, the micro-sd was reinserted into the JeVois camera, and when the camera was powered back up it was streaming all kinds of data to the serial terminal box without the need for me to type the commands above. Success!
asked May 4, 2018 in Programmer Questions by CoralXray2018 (360 points)
edited May 5, 2018 by CoralXray2018

1 Answer

+1 vote
 
Best answer

You can read the micro-SD directly from de Cam.

Here the steps:

  • Turn off streaming, using Termite Hyperterminal, transmit the following Command: streamoff
  • Now, transmit the following command to the camera: usbsd
Now, go to check the units in "My Computer" in Windows.
You will see the following folders:
  • packages
  • config
  • share
  • lib
  • modules
  • data
initscript.cfg will be in "config folder".
answered May 5, 2018 by cbodington (710 points)
selected May 8, 2018 by CoralXray2018
Thank you!  Works like a champ!! / Ron
...