Omron HVC-P2 (Second Camera) icon Omron HVC-P2 (Second Camera) Windows ARC plugin for Omron HVC-P/HVC-P2: Python-based face/body/hand detection, gaze, age/gender, expressions and recognition; dual-camera support. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.
Power Up Your Scripts with AI
Describe what you want — get working robot code. The project-aware AI Script Assistant built into ARC.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Free Credit
Share your robots, answer questions, and help others — earn credit toward ARC Pro, AI credits, and robot swag.
Remote control robots or add telepresence capabilities with Exosphere

Drive Real Robots, Anywhere

Remotely operate robots around the world or add live telepresence to your own build — straight from your browser.

Discover Exosphere
Robot Skill to Camera by Synthiam Inc.
Featured
Robot Skill To Camera

Capture a robot skill's display and stream selected area as video to a configured camera device with FPS and live preview crop.

Mini-zip V3 Upgrade. by jdebay
Featured
Robot By Jdebay

Repair and upgrade a Dagu RS024 12-servo hexapod: v3 controller install, mini-servo replacement, and learning actions/frames.

Community

Join the Synthiam Robotics Community

Connect with thousands of robot builders, educators, and engineers. Share projects, get answers, and learn to build smarter robots with ARC.

  • ✓ Showcase your robots & projects
  • ✓ Get help from experienced builders
  • ✓ Earn credit toward Synthiam products
Create Your Free Account Log In
question
Six Dance

Six Dance

I have a question. On the EZ Robot home page there's a video of DJ Sures demonstrating the EZ Robot product line. At about 1:15 into the video, he's tilting an Android phone back and forth and making...
question
Install ARC In Ios

Install ARC In Ios

Hi, I just got a question, how can I install ARC into my iphone? Thanks
question

Help With This Error - Object Reference Not Set To An Instance Of An Object

Good Evening, I am attempting to write servo information to a file (C:\SERVO\INFO.txt The process and order that I am using is: $filename = ("C:\SERVO\INFO.txt") :start $servo1 = "" FileReadReset($filename) #opens file for reading sleep(50) FileDelete($filename) #deletes the file becauase I want a new one every time sleep(50)...
question

2 Direction H-Bridge Controllers?

Afternoon All I just want to confirm there are no 2 direction H-Bridge Controllers (back and forth)? I only see 4 direction options. Thanks, Daniel
question

Move Servos According To Camera Coordinates

Hi everyone, I've been playing around with the color tracking on my JD and while I can get the tracking to work, I'm having trouble getting the servos to move in response to seeing a color. Here is the code I have been using to try and Identify the color blue and then point in the general direction of the blue object:...
question
Medabots

Medabots

Wow it's been ages since I've been on this,been busy with college etc. Anyway to the point,does anyone remember an old anime called Medabots? I've been watching it recently and I have the urge to try to...
question

Powering Off The Ez-B At Low Battery Warning

I'm looking to implement a way where as the EZ-B moniters the LiPo battery voltage, it will trigger a script to say "Low battery. Robot is powering down" when the low battery warning activates, and proceeds to switch the EZ-B off, possibly triggering a relay so it breaks the connection between the battery and EZ-B, and then I can charge...
question
Radar Servo Position Scaling Not Correct

Radar Servo Position Scaling Not Correct

DJ, I was wondering when you are going to fix this known bug. You acknowledged in a previous post it was an issue. The Radar scanner does...
question
Android Apk

Android Apk

Does anyone have a copy of the mobile apk saved somewhere? On my Galaxy S2 4.1.2 im getting a install error trying to install from the Play store
question

Ezb V4 For Sale Uk

Hi all. I've got a spare unused EZB V4 gathering dust here in the UK, any takers? I'd rather it get used than shelved. CJ
question

Object Training With V4 Camera

Once a new object is named and trained, it appears in the Trained Object box. I have found that you can't delete any trained objects, ie they can't be individually selected and deleted. The only way is to delete the Camera console from the project, thus removing all trained objects. Am I missing something or is this the correct procedure? It seems...
question

Kalman Filter To Detect A Colored Ball

Hi, This is my first time on the forum and I'm very new to the EZ- Robot platform. I'm at statistics student and would like to demonstrate the Kalman filter through a simple action- my idea being to get my robot (the JD) to rotate its head until it can find a door. The door will be recognizable by the presence of two red balls but there would also...