XACTIC Gimbal Integration with Sentinel
-
I found this page that doesn't have the exact model above, but other similar models are stating UVC (for video) and CAN (for control) as interfaces.
https://xacti-co.com/solution/drone/ardupilot/
The UVC portion could work (https://docs.modalai.com/voxl-uvc-server/) although we've never tried this and there's a chance the kernel of VOXL2 could require some small tweak to work if the USB ID isn't recognized for some reason.
For the control portion, we don't support CAN on VOXL2, so that interface wouldn't work unfortunately.
You'd end up with stabilized video, but likely no way to control zoom/pan/tilt etc.
-
@admin Thank you for the response.
On the link you posted, it says
Interface
Communication Interface for Control Signal: USB(UVC) / CAN(DroneCAN)Does this mean we can use either of them and we can still control the pan/tilt/zoom through UVC?
-
@SMRazaRizvi UVC isn't generally a control interface.... just the 'usb camera', so I wouldn't expect it to be able to control the gimbal....
-
@modaltb I see. In this case, what should be the work around if I really need to control the gimbal?
-
@SMRazaRizvi we don't have something out of the box to recommend at this point.
We have had success with MAVLink into Gremsy gimbals (https://gremsy.com/)
We focus mainly on MIPI based sensors, and don't have native HDMI input.... so really UVC is easier to integrate at this point.
-
@modaltb Which Gimbal(s) did you try from Gremsy? They are a bit expensive so I wanted to see if the ones you tried satisfy my requirements, I might as well get the same one.
-
@SMRazaRizvi we used this one on a big drone and were able to control via MAVLink:
https://gremsy.com/products/product-gimbals/mid-size-gimbals/gremsy-s1v3But, re-thinking this, we actually don't have the GIMBAL PX4 driver in voxl-px4, we used our Flight Core to control this which had the driver.... So to get native gimbal support out of a UART from voxl-px4 itself would need some custom work as well.....
-
@modaltb I see. Thanks for the heads-up.
Any suggestions on how can I get an easy-to-use gimbal attachment to work with the Sentinel? The simplest for now, but I should be able to control it while getting the live stream.
-
@SMRazaRizvi we honestly don't have any gimbals on our products at this time so hard for me to say as I would want to have a working reference..... the gremsy gimbals are super nice and if they have a MAVLink interface, but to get this controlled straight from VOXL2 at this point would be some custom coding as we don't have a reference at this time...
-
@modaltb I see.
Just one last thing, do you think a gimbal of ~900g would be ok to be attached to the Sentinel without any issues? As the quoted max. payload for the Sentinel is 1kg?