Schlagwort: Camera Slider

  • Easily create your own robotic camera operator

    Easily create your own robotic camera operator

    Reading Time: 2 minutes

    If you do any kind of video content creation and you still rely entirely on static shots, then you’re missing out on an opportunity to generate visual interest that draws viewers in. Dynamic shots can do a lot to increase the production value of your videos, but most people can’t afford to hire a camera operator. That’s why you should check out Giovanni Aggiustatutto’s camera robot.

    This device attaches to a standard tripod to provide motorized panning and tilting. While those movements are not comprehensive, they do allow for a lot of flexibility for capturing dynamic video. The best part is that the setup includes a remote with a joystick to make controlling the movement a snap. The remote lets users program movements ahead of time, which the device can then execute when it is time to get the shot. There is even a timelapse mode that will move the camera slightly between still captures.

    Because this pans and tilts, it needs two motors. Those are stepper motors controlled by an Arduino Nano Every board through two TMC2208 stepper motor driver modules. A joystick on the remote lets the user pan or tilt, while an LCD provides information. The remote connects to the main unit via an Ethernet cable. The enclosures and most of the mechanical parts are 3D-printable, but this project does require some hardware like pulleys, bearings, and aluminum tube.

    [youtube https://www.youtube.com/watch?v=dZsuLSkw8cg?feature=oembed&w=500&h=281]

    If you’re ready to step up your video production game, this is a relatively easy and affordable way to do so.

    The post Easily create your own robotic camera operator appeared first on Arduino Blog.

    Website: LINK

  • Transforming a 3D printer into a four-axis camera slider

    Transforming a 3D printer into a four-axis camera slider

    Reading Time: 2 minutes

    Arduino TeamAugust 19th, 2022

    When creating videos, making smooth, level movements at a constant speed is often a very important requirement, as sudden changes can leave viewers uncomfortable. But rather than purchasing an expensive gimbal-stabilized rig or a commercial motorized camera platform, Instructables user dslrdiy decided to devise their own four-axis system using a repurposed 3D printer with the goal of being able to easily control it through a phone.

    The old 3D printer already contained most of the parts for this build, such as several stepper motors, a controller board, and plenty of miscellaneous hardware. The main axis at the base allows for the primary assembly to move side-to-side with just a single stepper motor, while the other three axes sit on top. These include tilting up and down, rotating around the Z-axis, and rolling.

    Controlling all of these motors is an Arduino Mega 2560 running an instance of RAMPS firmware, which interprets incoming GCODE commands into physical movements. And because it lacks a way to communicate via Bluetooth®, an external ESP32 acts as a remote in order to gather inputs from either its physical buttons or a connected phone. Combined, these devices can be used to set limits and rates for each axis that can, in turn, create amazing timelapse videos with ease.

    [embedded content]

    To see more about this project, you can read dslrdiy’s write-up here.

    Website: LINK

  • Camera assistant takes shots of your workbench from above

    Camera assistant takes shots of your workbench from above

    Reading Time: < 1 minute

    Arduino TeamApril 6th, 2021

    “Have you ever wished you had an extra pair of hands in the workshop to handle the camera, while you were concentrating on your project?” KronBjron has, which led them to create an automated overhead camera assistant to help document instructional videos.

    The device hangs a camera overhead and uses a trio of stepper motors to pan, tilt, and slide it around for extra interesting shots. It’s all controlled by an Arduino Mega and RAMPS 1.4 board, with user interface implemented via the serial monitor. Users can set up to 10 keyframe positions, and the camera rig will move from one point to another while it captures what’s going on below.

    The assistant is made out of readily-available components, along with a structure that can either be 3D-printed or CNC’ed. However you construct it, this build looks like just the thing to take your videos to the next level!

    [youtube https://www.youtube.com/watch?v=SyXI5doVyrQ?feature=oembed&w=500&h=281]

    Website: LINK

  • Capture cinematic shots with this motorized slider and pan-tilt camera mount

    Capture cinematic shots with this motorized slider and pan-tilt camera mount

    Reading Time: 2 minutes

    Capture cinematic shots with this motorized slider and pan-tilt camera mount

    Arduino TeamJuly 6th, 2020

    DIY camera sliders are a great way to get professional-looking video shots on an amateur budget, but few can compare to the quality of this project by “isaac879.”

    His device features a pan/tilt mechanism outlined in a previous video, but in the clip below he’s attaching it to a piece of aluminum extrusion to enable it to slide as well.

    The build is controlled by an Arduino Nano, which actuates three stepper motors using A4988 drivers. The carriage is pulled along by a belt drive, via a stepper mounted to the carriage itself. This allows for easy disassembly when needed.

    It’s a clever and extremely clean design, and the video shows some great examples of the shots it can take (even when upside down).

    [youtube https://www.youtube.com/watch?v=v1b7Wvu87-U?feature=oembed&w=500&h=281]

    Website: LINK

  • Capture cinematic shots with this object-tracking camera slider

    Capture cinematic shots with this object-tracking camera slider

    Reading Time: 2 minutes

    Capture cinematic shots with this object-tracking camera slider

    Arduino TeamApril 23rd, 2019

    When filming your projects—or day-to-day life—static shots can be fun, but having a moving perspective often looks even better. The challenge is keeping the camera pointed at your subject, which maker Saral Tayal addresses with his automated slider.

    This Arduino Uno-controlled slider is powered by a pair of brushed DC motors with encoders attached for feedback. One pulls the camera along a pair of rails on a set of linear bearings, while the other adjusts the camera’s horizontal angle using trigonometry to keep a particular object in-frame. 

    Code and print files are available in Tayal’s write-up, and some beautiful resulting shots with an explanation of the project can be seen in the video below. 

    [youtube https://www.youtube.com/watch?v=s2miAggPVKs?feature=oembed&w=500&h=281]

    Website: LINK