Why does Arduino's servo motor go wild?
Hello, developers. I have a problem with servo motors. I connected like below. 'Oculus Rift' - 'Unity' - 'Uniduino'(Unity's asset) - 'Arduino' - 'servo motor' So, I planned as when Oculus moves, Unity...
View ArticleWhat is the fastest way to capture from cam?
Hello, developers! My project is to connect Oculus and webcam by Unity and Arduino. When Oculus moves, webcam which is connected with Arduino/Servo motor moves synchronously and each specific frames,...
View ArticleHow to plot the script asynchronously?
Hello, developers I'm going on my project which webcam shows view and captures its image when some frames reaches. But there's a problem. When **capturing process** goes on, **showing process** stops,...
View ArticleHow can I rotate smoothly in moving with iTween?
Hello, developers. I've noticed iTween, one of the Unity3D's great plugins. I used code like below. iTween.MoveTo (gameObject, iTween.Hash ("path", path, "movetopath", true, "orienttopath", true,...
View Article