Hello everyone
I've been looking on the examples on how to write a script for enabling/disabling the different camera functions. I included an example of what i am trying to use. however when i start the script i get a message saying that "remoting is not supported for this control". I was curious if someone knows any tricks or settings that Im not selecting.
for motion i am trying to use the script:
stop()
servo(d5,50)
servo(d6,50)
servospeed(d5,8)
servospeed(d6,8)
controlcommand("camera",cameraservotrackenable)
controlcommand("camera",cameramovementtrackdisable)
controlcommand("camera",cameramotiontrackingenable)
thank you
Asked
— Edited
I paired my robot with the "camera" example on ARC and then the camera skripts run perfectly. there must be a difference in settings somewhere. I just havent been able to figure out where the difference is yet.