Asked — Edited
Resolved Resolved by Steve G!

Roli'S Camera

am using new mobile app on ios.what i notest is that the camera movement, only goes all the way down or up or left and right.it doesn stop where you wanted.


ARC Pro

Upgrade to ARC Pro

Your robot can be more than a simple automated machine with the power of ARC Pro!

United Kingdom
#9  

@nomad.

Email received.:)

Gibraltar
#10  

@SteveG this is exactly what I was looking for but I copied and paste #Servo move up If(getservo(D9>140) Servoup(D9,10) Endif Sleep(100) and all the other directions to my project and get this
Start 2: If(getservo(D9>140) > Error on line 2: Missing ) in Expression Done (00:00:00.0170161) what am I missing coz I can't get my old head around coding

#11  

@bborastero if it is this line below, there was a missing brace.... If(getservo(D9>140) should be


If(getservo(D9)>140)

United Kingdom
#12  

@bborastero.

Yep, looks like Richard got it. That should get you fixed up.

PRO
Synthiam
#13  

Do not modify the code for the camera.

Simply press the button direction that you would like to move the head. Press it again to stop moving.