Winch Bot Records Hacks And Cats

Some people are better than others when it comes to documenting their hacks. Some people, like [Micah Elizabeth Scott], aka [scanlime], set the gold standard with their recordings. Hacking sessions with the Winch Bot have been streamed regularly throughout the build and this is going to lead to a stacking effect in her next projects because the Winch Bot was designed to record hacking sessions. Hacking video inception anyone? Her Winch Bot summary video is after the break.

The first part of this build, which she calls the Tuco Flyer, was [Micah Elizabeth Scott]’s camera gimbal hack which we already covered and is a wonderful learning experience in itself. She refers to the gimbal portion as the “flyer” since it can move around. The Winch Bot contains the stationary parts of the Tuco Flyer and control where the camera will be in the room.

Continue reading “Winch Bot Records Hacks And Cats”

Tracing A Scene An Old-Fashioned Way

Taking a picture is as simple as tapping a screen. Drawing a memorable scene, even when it’s directly in front of you, is a different skill entirely. So trace it! Well, that’s kind of hard to do without appropriate preparation.

[bobsteaman]’s method is to first whip up a pantograph — it tested well with a felt marker on the end. Next, he built a camera obscura into a small wood box with a matte plexiglass top, which didn’t work quite so well. A magnifying glass above the camera’s pinhole aperture helped, but arduous testing was needed to ensure it was set at perfect position for a clear image. The matte plexiglass was also thrown out and, after some experimentation, replaced with a sheet of semi-transparent baking paper sandwiched between two pieces of clear plexiglass. The result is hard to argue with.

Continue reading “Tracing A Scene An Old-Fashioned Way”

A Compact, Portable Pantograph Camera Slider

Ho, hum, another camera slider, right? Wrong — here’s a camera slider with a literal twist.

What sets [Schijvenaars]’ slider apart from the pack is that it’s not a slider, at least not in the usual sense. A slider is a mechanical contrivance that allows a camera to pan smoothly during a shot. Given that the object is to get a camera from point A to point B as smoothly as possible, and that sliders are often used for long exposures or time-lapse shots, the natural foundation for them is a ball-bearing linear slide, often powered by a stepper motor on a lead screw. [Schijvenaars] wanted his slider to be more compact and therefore more portable, so he designed and 3D-printed a 3-axis pantograph mechanism. The video below shows the slider panning the camera through a silky smooth 60 centimeters; a bonus of the arrangement is that it can transition from panning in one direction to the other without any jerking. Try that with a linear slider.

Granted, this slider is not powered, but given that the axes are synced with timing belts, it wouldn’t be difficult to add a motor. We’ve seen a lot of sliders before, from simple wooden units to complicated overhead cranes, but this one seems like a great design with a lot of possibilities.

Continue reading “A Compact, Portable Pantograph Camera Slider”

Stunning Fake Polaroid Camera Performs Magic

It’s high time us Muggles got our hands on the hardware used to take Magical Photographs as seen in The Daily Prophet. The first pioneering step in that direction has been taken by [Abhishek] who built this moving picture taking polaroid-ish camera, which he’s calling the “Instagif NextStep”. It’s a camera that records a short, three second video, converts it to GIF and ejects a little cartridge which displays the animated photo.

This amazing piece of hardware has been painstakingly built, and the finished product looks great. The nice thing about building such projects, in [Abhishek]’s own words, is that “it involves a bunch of different skill sets and disciplines – hardware, software, 3D modeling, 3D printing, circuit design, mechanical/electrical engineering, design, fabrication etc that need to be integrated for it to work seamlessly.”
Continue reading “Stunning Fake Polaroid Camera Performs Magic”

Live Stream To YouTube By Pointing A Box And Pressing A Button

YouTube has the ability to do live streaming, but [Tinkernut] felt that the process could be much more straightforward. From this desire to streamline was born the Raspberry Pi based YouTube live streaming camera. It consists of a Raspberry Pi with some supporting hardware and it has one job: to make live streaming as simple as pointing a box and pressing a button. The hardware is mostly off-the-shelf, and once all the configuration is done the unit provides a simple touchscreen based interface to preview, broadcast live, and shut down. The only thing missing is a 3D printed enclosure, which [Tinkernut] says is in the works.

Getting all the software configured and working was surprisingly complex. Theoretically only a handful of software packages and functionality are needed, but there were all manner of gotchas and tweaks required to get everything to play nice and work correctly. Happily, [Tinkernut] has documented the entire process so others can benefit. The only thing the Pi is missing is a DIY onboard LED lighting and flash module.

Manually-Adjustable Three-Axis Gimbal

[Tim Good] built a 3-axis gimbal out of 3D-printed and machined pieces, and the resulting design is pretty sweet, with a nice black-on-black look. He machined the flat pieces because they were too long to be printed in his 3D-printer.

The various axes swivel on four bearings each, and each ring features a manual locking mechanism made out of steel stainless pins that immobilize each axis. The gimbal operation itself appears to be manual. That said, [Tim] used 12-wire slip rings to power whatever camera gets mounted on it–it looks like the central enclosure could hold a camera the size of a GoPro.

[Tim] has shared his design files on Thingiverse: it’s a complicated build with 23 different files. This complexity got us wondering: aren’t there two pitch axes?

We definitely love seeing gimbal projects here on Hackaday. A few cases in point, a gimbal-mounted quadcopter, another project with a LIDAR added to a camera gimbal, and this gimbal-mounted coffee cup.

 

 

Hackaday Prize Entry: FabDoc Is Version Control For Project Images

FabDoc is an interesting concept that attempts to tackle a problem many of us didn’t realize we had. There are plenty of version control systems for software, but many projects also have a hardware element or assembly process. Those physical elements need to be documented, but that process does not easily fit the tools that make software development and collaboration easier. [Kevin Cheng] sums FabDoc up as “a system to capture time-lapse pictures as pre-commits.”

With FabDoc a camera automatically records the physical development process, allowing the developer to focus on work and review later. The images from the camera are treated as pre-commits. Upon review, the developer selects relevant key images (ignoring dead ends or false starts) and commits them. It’s a version control and commit system for the physical part of the development process. The goal is to remove the burden of stopping the work process in order to take pictures, automatically record the development process and attach it to a specific project, and allow easy management of which images to commit.

The current system uses a Raspberry Pi Zero with a camera mounted on safety glasses, and some support software. Some thought has certainly gone into making the system as easy to use and manage as possible; after setting up a repository, scanning a QR code takes care of telling the system what to do and where to put it. The goal is to make FabDoc fast and easy to use so that it can simply work unattended.

We saw a visual twist on version control some time ago with a visual diff for PCBs, which was a great idea to represent changes between PCB designs visually, diff-style. It’s always exciting to see someone take a shot at improving processes that are easy to take for granted.