
tom.caine
USA
Asked
— Edited
Hi,
I'm using JD with the camera control (color and facial tracking). JD's head turns when tracking but in very small, jerky movements. I'd like his head to move more fluidly. Is there a setting that I missed that would change this?
Tom
Init script:
Code:
Search servo speed in the "script help" next to the scripting window for info on it.
# set the speed for JD's head to be a little slower and smoother
servospeed(d0, 8)
servospeed(d1, 8)
The default was 4 for each servo. I checked the Script Help but don't see where I made the mistake. Any other advice? Thanks.
Code:
You can probably just copy and paste everything in the code area and it will work.
So I set d0 & d1 servo speeds to 6.
In the camera control window, I set the horizontal increments to 1 & the vertical to 1.
While this seemed to help a bit, I discovered that when combined with a [high] tracking speed adjustment, I got a more fluid movement. So this is pretty much what I was looking for. Thanks to all - (not sure how to award the credit on this one!
Tom
To give credit scroll down towards the bottom of your page and you'll see a drop down box. Click on it and a list of people that tried to help you with your problem will appear. Just click on the name of the person that gave you the best answer. Don't pick me. I did not help with your topic problem. Sometimes it's hard to choose because there are so many good ideas and solutions. Just pick the best you can. Everyone understands. Cheers!
I do agree. The Community is fantastic!
Tom