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.

Steps to track ArUco (4x4) codes with and without USB Streaming.

+1 vote

Hello everyone. For the following example:

http://jevois.org/tutorials/UserPanTilt.html

 I did the following procedure:

This is what I did to do that the camera start tracking ArUco codes (4x4) with and without USB streaming.

With USB Streaming: https://www.youtube.com/watch?v=C2HXBBJ6Esw

  1. Connect tha Jevois camera to your USB computer port.
  2. Open AMCap and select resolution in 320 x 260 @30 fps.This resolution is for ArUco codes detection.
  3. Open "Termite Hyperterminal", select the respective COMM port for the Jevois camera, and verify that you have conection just writing INFO and transmit the text to the camera. You will get an OK if you have communication with it.
  4. Transmit the following command to the camera to able the streaming via USB: setpar serout USB.
  5. Show an ArUco code to the camera to begin tracking it.


Without USB Streaming: https://www.youtube.com/watch?v=4WvbKKmWUvw

  1. From Termite Hyperterminal, transmit the following commandsto the Jevois Camera:
  • setmapping2 YUYV 320 240 30.0 JeVois DemoArUco
  • setpar serout Hard
  • streamon

The camera should start tracking the ArUco code without having to open the AMCap program.


If you want the camera to automatically start tracking, without the need to write the commands every time it is started, you can copy those commands to the file: initscript.cfg

asked May 3, 2018 in Programmer Questions by cbodington (710 points)
edited May 3, 2018 by cbodington

1 Answer

0 votes
Thank you so much for posting this. I figured out part one yesterday and was about to tackle part two in a few minutes.  Will let you know how it goes.  Ron in Cape Coral
answered May 3, 2018 by CoralXray2018 (360 points)
Sure, very well, I am not an expert in this, but I have been studying a lot because I want to understand well the functioning of this excellent camera. If you need any help, I can only help you to the point I've written before.
Thank you. Part two worked very well and you saved me a lot of time. I will post my project when it is completed.
...