Remember
Register
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.
JeVois Tech Zone
We have moved to a new forum at
http://jevois.usc.edu
, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.
All categories
User questions
(151)
Hardware Questions
(82)
Programmer Questions
(254)
Misc Questions
(38)
525
questions
591
answers
651
comments
700,813
users
Related questions
Powering the camera through the 4-pin connector (according to the arduino tutorial)
Arduino Software serial not working when jevois plugged in to USB power only
impossible to detect the micro pro arduino board ( win 7 )
Strange Arduino pins in the visually-guided toy robot tutorial
To activate different Arduino pin based on object position in image.
Most popular tags
jevois
serial
python
arduino
ubuntu
jevois-inventor
module
aruco
host
jevois-sdk-dev
programming
tensorflow
bug
raspberry-pi
communication
windows
opencv
inventor
report
camera
ar0135
c
yolo
output
build
green-light
jevois-daemon
write-your-own-module
marker-detections
mavlink
sdcard
lens
objectdetect
dnn
usb
windows-10
darknet
qrcode
recognition
detection
hardware
install
platform
software
global-shutter
noir
tflite
custom-model
jevois-inventor-windows
hello-jevois
binary
demos
sensor-model
focal-length
resolution
freezing
fan
sensor
power
objecttracker
sdk
connector
video
linux
frame
green-light-on
hibernate
ov2640
people-detection
script-from-host
jevois-inventor-ubuntu18
ubuntu18
mobilenet
low-frame-rate
svm
nodemcu
frc
darknetsaliency
apt-get
laser
imu
artoolkit
timer
gucviewer
face
not-recognized
road-navigation
navigation
counting
eye-tracking
road
cli-command
wifi
slow
debug
color
gpu
pointer
gdb
parameters
Are there examples to use the camera in arduino applications?
0
votes
Hello, I would like to know where I can find examples of programming in Arduino, to be able to implement the camera in electronic projects, example, in order to make a robot that follows a route by reading Aruco Markers.
Thank you.
cbodington
arduino
asked
Apr 10, 2018
in
Hardware Questions
by
cbodington
(
710
points)
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Yes, please start here:
http://jevois.org/doc/ArduinoTutorial.html
then for a specific ArUco following robot see:
http://jevois.org/tutorials/UserRobotCar.html
There is also a pan/tilt head tutorial:
http://jevois.org/tutorials/UserPanTilt.html
Now that we have wider-angle 90 degree lenses available at jevoisinc.com, you might be able to get good tracking without needing a pan/tilt head on your robot, if the ArUco markers you will follow are quite big and/or you run at a higher resolution like 640x480.
answered
Apr 10, 2018
by
JeVois
(
46,580
points)
Please
log in
or
register
to add a comment.
...