Replies: 1 comment 1 reply
-
Hi João, Sorry I've only just spotted your comment. I mustn't be receiving notifications. Anyway, better late than never!! Yes, I raised the tilt axis to accommodate a longer camera. Video cameras tend to be much longer than DLSRs. Keeping the tilt axis at the original height would've meant restricting the tilt angle as the camera would've hit the mount if tilted too far forwards or backwards. For my own mount I am using Teensy 3.2 boards as the Nano has very little program storage and is slow, but mostly there is a library built specifically for the Teensy called "TeensyStep" https://github.com/luni64/TeensyStep in which you can control multiple stepper motors with acceleration. Isaac's code tries to do acceleration but it never worked correctly for me. For me, when running with Isaac's code, the motors would start the move in the wrong direction, then slow down and move the right way, and then stop abruptly with no deceleration. Also the extra speed of the Teensy means there is plenty of overhead and greater stepping speed. Worth noting though that I've also focused on the video side and removed the "photo" side. So I've made it so I can set 6 different positions and you can move to any of those 6 positions directly, with acceleration. Rather than having a list of positions and only being able to move between them in order, like the original design. I haven't looked at VISCA IP. To be fair, I'm fairly new to the PTZ game. Do you already have some VISCA gear? The hall sensors can be added quite easily so there's no chance of regret :) Like I've said previously, you only need hall sensors to home the mount, and if you can't permanently store the camera positions between power cycles, then there's no point ever homing. Did you build one of these mounts? I'm hopeful Isaac will return to it when he has the time. I've just been trying to help people out with it when I can as I know I had a lot of questions before and while I was building mine. Thanks for getting in touch, |
Beta Was this translation helpful? Give feedback.
-
Hi Collin!
Nice work you have been developing on top of the already great job isaac879 did.
I noticed that you raised up the tilt axis and read on YT that you were focusing on using the teensy instead of the arduino.
How did you managed with it? is it worth it? I kinda lost track on knowing where you at in this moment.
I really like this design but i was hoping to see if i had any chance on having it controlled by VISCA IP.
But i haven't found any kind of "visca to ptz" library, only to make ptz rs232 controllers. And "reverse engineering" it would be too much for what i can chew. But i'm guessing that the arduino won't even have the amount of hardware resources to plug in a w5500 or similar. ( i'm not needing the slider part).
Oh, and , by the way, also read that you ditched the hall sensors. did you regret it?
Thanks.
João
Beta Was this translation helpful? Give feedback.
All reactions