I'm having an issue getting the JeVois to work with an ESP32 - I am trying to use RX2/TX2 - but so far I am unable to get it work. For a while I was getting nothing, I read that enabling the pullup on the RX2 would solve the problem, so I did that - and now all I get is a line of "?". I have the baud rate set correctly (115200 in my sketch), but I'm wondering if RX2/TX2 supports it(?)
So I wanted to lower the baudrate on my camera - so I tried to change the settings using this guide and the params.cfg file: http://jevois.org/doc/UserSerial.html
but when I reloaded the module it would say something like "serial:baudrate=9600" unknown or something like that. "serialdev=/dev/ttyS0" also gave the same error.
I thought maybe it could be done in the initscript.cfg file, and saw that "baudrate" is highlighted, but
adding "setpar baudrate 9600" didn't seem to have any effect. so I'm not sure if I'm using it right, or if I have it in the right place. Here is my initscript.cfg file:
setmapping2 YUYV 640 480 20.0 JeVois DemoArUco
setpar serlog None
setpar serout Hard
setpar serstyle Normal
setpar baudrate 9600
streamon
My questions would be has anyone used this with a ESP32, if so what made it work, or how did you make it work? my 2nd question is what is the right way to change the baudrate?
Thanks