Giant Bearing Is At The Heart Of A Camera Mount

We bet you have all some cool part in your bin that is just gnawing at you to build something cool. That doodad, possibly from a garage sale, surplus store, or clearance rack deserves a project fitting of its near-infinite potential. [isaac879] finally marries a giant ball bearing with his passion for photography in the form of a pan-tilt camera mount for his Canon DSLR. The problem with tossing your golden-ticket part into a project is that not everyone has a MacGuffin, or a brand new one might be bank-breakingly expensive, so he does us a favor and makes a drop-in replacement that you can print and fill with 6mm brass bbs. This sort of thing is why we love hackers.

The camera mount has the features we expect to see in a robust stepper mount, such as infinite spinning, time delay, and an Xbox controller interface. Inside the base is the industrial bearing or its plastic replica, and that wide base won’t be tipping over anytime soon. Gearing all around is of the herringbone style, of the type you find in classroom pencil sharpeners because they transfer power smoothly. Speaking of things going smoothly, we enjoyed his assembly montage where every part fits together perfectly and there is not a naughty word to be uttered. Just like real life.

If you like homemade bearings, check out this slew bearing that looks like it was made with Perler beads, and we have a self-aligning camera tripod mount for the photography buffs.

Continue reading “Giant Bearing Is At The Heart Of A Camera Mount”

External Battery Mod For Action Camera Does It Non-destructively

[Facelesstech] owns an SJCAM SJ4000 action camera, but the internal battery was no longer functional. Not wishing to buy a replacement and unwilling to hook up an ungainly USB cable to feed power, the solution was to design and 3D print an adapter to power the camera from a single rechargeable 14500 sized battery (which is the same size as an AA cell, and a good match for the width of the camera.)

The adapter works by mimicking the original battery, so the camera never knows the difference. A 3D-printed holder for the 14500 battery (which doubles as a GoPro compatible mount) has an extension the same size and shape of the camera’s original internal battery. The tricky part was interfacing to the power connectors buried inside the camera’s battery bay. For a solution, [Facelesstech] eventually settled on the small connectors harvested from inside a female header, using them to connect to the small blades inside the camera. We broke open a spare female 0.1″ header, shown here, to make it clear where these little pieces come from. The only other battery hardware needed are the contacts for an AA cell, but those are also easy to harvest and reuse.

The GitHub repository for the project includes STL files as well as the FreeCAD files for the parts. A video overview is embedded below.

Continue reading “External Battery Mod For Action Camera Does It Non-destructively”

Building A Custom Camera Mic

Most consumer-grade cameras these days come with adequate microphones built in. However, as with all hardware made down to a price point, there’s room for improvement. [M. Ploegmakers] decided to whip up a better microphone setup for his Sony A6300, with the Dumbbell Mic as the result.

The microphone is based around an electret condensor element, which provides good performance at a remarkably low price. This is then integrated with a preamp circuit to bring the audio up to the appropriate level for the camera to record along with the video. Switches on board set the gain level, as well as changing the mic to operate with or without phantom power, where available.  The electronics is wrapped up in a 3D-printed enclosure, designed to mount on top of the camera for use out in the field.

It took some experimentation, but now [M. Ploegmakers] has a custom mic rig that records straight into the camera, avoiding the need to splice audio and video back together in post. If your camera lacks an audio input, you might have to do a little more work to hack one in, though!

Poking Around Inside Of A Linux Security Camera

This deep dive into the Linux-powered Reolink B800 IP camera started because of a broken promise from its manufacturer. When [George Hilliard] purchased a kit that included six of the cameras and a video recorder, the website said they were capable of outputting standard RTSP video. But once he took delivery of the goods, and naturally after his return window had closed, the site was updated to say that the cameras can only function with the included recorder.

Taking that as something of challenge, [George] got to work. His first big break came when he desoldered the camera’s SPI flash chip and replaced it with a socket. That allowed him to easily take the chip out of the device for reading and flashing as he tinkered with modifying the firmware. After adding cross-compiled versions of busybox, gdb, and strace to the extracted firmware, he bundled it back up and flashed it back to the hardware.

If you think that’s the end of the story, it isn’t. In fact, it’s just the beginning. While getting root-level access to the camera’s OS would have potentially allowed for [George] to dump all the proprietary software it was running and replace it with open alternatives, he decided to take a different approach.

Instead of replacing the camera’s original software, he used his newly granted root powers to analyze it and figure out how it worked. This allowed for to sniff out some very suspect “encryption” routines built into the software, and eventually write his own server side in Rust that finally allowed him to use the cameras with his own server…albeit with a bit more work than he bargained for.

Projects like these are a fantastic look at real world reverse engineering, and a reminder that sometimes achieving your ultimate goal means taking the long way around. Even if you’re not in the market for a hacked security camera, there’s no doubt that reading the thorough write-up [George] has prepared will teach you a few things. But of course, we’d expect no less from a guy who runs Linux on his business card.

ESP32 Trail Camera Goes The Distance On AA Batteries

There’s no shortage of things to like about the ESP8266 and ESP32, but if we had to make a list of the best features these WiFi-enabled microcontrollers have to offer, their power management capabilities would certainly be near the top. Which is how we assumed [Mark] was able to take a whopping 23,475 pictures on his ESP32 camera while powered by nothing more exotic than four AA batteries from the grocery store.

But as it turns out, the full story is quite a bit more interesting. As far as we can tell, [Mark] isn’t bothering with the ESP32’s sleep modes all. In fact, it looks like you could pull this trick off with whatever chip you wanted, which certainly makes it worth mentally filing away for the future; even if it depends on a fairly specific use case.

In the most simplistic of terms, [Mark] is cutting power to the ESP32 completely when it’s not actively taking pictures. The clever circuit he’s come up with only turns on the microcontroller when a PIR sensor detects something moving around in front of the camera. Once the chip is powered up and running code, it brings one of its GPIO pins high which in turn triggers a 4N37 optoisolator connected to the gate on the circuit’s MOSFET. As long as the pin remains high, the circuit won’t cut power to the ESP32. This gives the chip time to take the requested number of pictures and get everything in order before bringing the pin low and allowing the circuit to pull the plug.

If you’re looking to maximize runtime without wrangling any MOSFETs, we’ve seen some excellent examples of how the low power modes on the ESP8266 and ESP32 can be put to impressive use.

[Thanks to Jason for the tip.]

A Hot Printer For Cool Selfies

Randomly buying some hackable gadgets just because they are cheap and seem potentially interesting for future projects is something that most of us can relate to. It also happened to [fruchti] when he bought five thermal printer modules without any specific purpose for them in mind. It was not until several years later that he put them to good use for his inverse thermal camera project.

The name perfectly summarizes the device’s function which is to convert images to heat instead of the other way around. To put it in a less cryptic manner, [fruchti] built a selfie camera that instantly prints out pictures on thermochromic paper. The project would have been easy to implement on a Raspberry Pi but instead, he chose a more minimalist approach by using an STM32 microcontroller. This involved some challenges because the MCU didn’t have enough RAM to store an entire frame and the camera module came without a FIFO buffer. To capture and store the image data [fruchti] applied a line-by-line dithering algorithm which is described in detail in his accompanying blog post while the corresponding code is available on GitHub. Even though the case was improvised from scrap PCB materials the finished device still looks great. In particular, the fuse holders that are being used to hold the paper roll make it almost steampunk.

Naturally, this is not the first time we have seen thermal printers being used for instant picture taking and it probably won’t be the last.

Start Printing From Film For Around £100

For the vast majority of readers, the act of taking a photograph will mean reaching for a mobile phone, or for a subset of you picking up a digital camera. A very small number of you will still use chemical film for its versatility and resolution, and we’re guessing that more would join those ranks if some of the cost barriers to doing so could be reduced.

It would be near-impossible to reduce the cost of a chemical photograph to the infinitely repeatable click of a digital camera shutter, but at least if the cost of a darkroom is intimidating then [Sroyon Mukherjee] has an interesting post over at 35mmc about how a darkroom for black-and-white printing from negatives can be equipped for less than £100 ($123). It’s a fascinating read even if your photography remains firmly in the digital, because along the way it explains some of the mysteries of the process. Few people had this type of equipment at home even in the days when most of us took our films to the drugstore, so as time passes this knowledge is concentrated among an ever narrower group.

The guide is full of useful hacks. Finding a second-hand enlarger takes an element of patience, but once it has been secured there are a variety of other essential items. The red safe light can be as simple as a mobile phone flashlight with a red filter, but we learn the trick of exposing a sheet of photographic paper with a coin laid on it to check that no white light is sneaking in. One of the main points of the piece is that there is no need for a special room to make a darkroom, and we take a tour of a few photographers’ set-ups in hallways, bathrooms, and basements.

So if you spot an unloved enlarger just waiting for a hacker to pass by, this might inspire you to do something with it. He doesn’t cover the development process, but if you throw caution to the winds you could always try coffee and vitamin C.

[via Hacker News]