Merlin Pi Camera Is A Photographic Wizard

[Mister M] was quite excited to mess around with the new high-quality Raspberry Pi camera and build a project around it. Unfortunately, lockdown forced him to rummage through old tech on hand rather than hunting down a fresh eye-catching enclosure out in the wild. We spent many hours playing with one of these Merlin toys whenever six AA batteries could be spared to feed the matrix of hungry 1970s LEDs, so we would argue that [Mister M] should explore his personal stores more often.

Before we forget — it’s cool; this one was already broken. The Merlin Pi camera’s wizardry works on two levels — [Mister M] can take still pictures and record video through the GUI he built for the touchscreen, or go retro and use the little push buttons nestled in the Merlin control panel. [Mister M] worked a Dropbox uploader into the GUI, so he doesn’t have to worry about filling up the SD card with backyard bird movies in the middle of filming them.

[Mister M] says he accidentally warped the Merlin’s battery cover while trying to soak away the sticker and had to use a piece of acrylic. Although it’s unfortunate, we think it may have been for the better given the huge hole necessitated by the camera lens. Check out the build video after the break.

If you hadn’t heard about this beefy new camera module until now, our own [Jenny List] brought it into focus a couple months back and more recently had a go at hacking with it herself.

Continue reading “Merlin Pi Camera Is A Photographic Wizard”

Why Are Digital Cameras Still Boring?

In the matter of technological advancement, we are as a species, mostly insatiable. The latest toy, the fastest silicon, the largest storage, the list goes on. Take digital cameras as an example, what was your first one? Mine was a Casio QV200 in about 1997, I still have it somewhere though I can’t immediately lay my hands on it, and it could hold a what was for its time a whopping 64 VGA-resolution pictures in its 4Mb of onboard memory.

The QV200 showing off its VGA capabilities. It's March 1998, and this is a brand-new PlayStation that I'm about to install a mod chip inside.
The QV200 showing off its VGA photography capabilities. It’s March 1998, and this is a brand-new PlayStation that I’m about to install a mod chip inside.

It’s a shock to realise that nearly a quarter century has passed since then, and its fixed-focus 640×480 camera module with a UV-sensitive CMOS sensor that gave everything a slight blue tint would not even grace the cheapest of feature phones in 2020. Every aspect of a digital camera has improved beyond measure since the first models in the 1980s and early 1990s that started to resemble what we’d know today as a standalone digital camera, they have near-limitless storage, excellent lenses, huge and faithfully-reproducing sensors, and broadcast-quality video capability.

But how playful have camera manufacturers been with the form factor? We see reporters in sci-fi movies toting cameras that look nothing like their film-based ancestors. What do our real-life digital cameras have on offer as far as creative body design goes?

Continue reading “Why Are Digital Cameras Still Boring?”

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”

Wall-Climbing Robot Grabs Prize

Gravity is a nice thing to have most of the time, but sometimes it would be nice to be able to ignore it for certain applications. Rock climbing, for example, would be much easier, as would performing bridge inspections in the way that a group of mechanical engineering cadets (students) at The Citadel, a military college in South Carolina, were tasked with doing. Frustrated with the amount of traffic backups that normal bridge inspections caused, they invented a robot that defies gravity, and won a $10k prize for their efforts.

The result is essentially an RC car with a drone built in, or looking at it another way it’s a drone with wheels. The car is able to drive on vertical surfaces to inspect the bridges by using its propellers to force itself onto the surface. The lack of complicated moving parts or machinery, like a cable suspension system or other contraption, makes this device exceptionally versatile for the task at hand, reduces the amount of time needed for inspections, and can do them more safely and without closing lanes of traffic. The group hopes to build a second prototype soon and present it to the Department of Transportation for approval for more widespread use.

The need for tools like these is in high demand now as well, especially in the United States where crumbling infrastructure is often not thought about, taken seriously, or prioritized. Even for bridges that aren’t major pieces of infrastructure, tools like these will prove to be very useful.

Thanks to [Ben] for the tip!

A More Open Raspberry Pi Camera Stack With Libcamera

As open as the Raspberry Pi Foundation has been about their beloved products, they would be the first to admit there’s always more work to be done: Getting a Pi up and running still requires many closed proprietary components. But the foundation works to chip away at it bit by bit, and one of the latest steps is the release of a camera stack built on libcamera.

Most Linux applications interact with the camera via V4L2 or a similar API. These established interfaces were designed back when camera control was limited and consisted of a few simple hardware settings. Today we have far more sophisticated computational techniques for digital photography and video. Algorithms have outgrown dedicated hardware, transforming into software modules that take advantage of CPU and/or GPU processing. In practice, this trend meant bigger and bigger opaque monolithic pieces of proprietary code. Every one a mix of “secret sauce” algorithms commingling with common overhead code wastefully duplicated for each new blob.

We expect camera makers will continue to devise proprietary specialties as they seek a competitive advantage. Fortunately, some of them see benefit in an open-source framework to help break up those monoliths into more manageable pieces, letting them focus on just their own specialized parts. Leveraging something like libcamera for the remainder can reduce their software development workload, leading to faster time to market, lower support cost, and associated benefits to the bottom line that motivates adoption by corporations.

But like every new interface design borne of a grandiose vision, there’s a chicken-and-egg problem. Application developers won’t consume it if there’s no hardware, and hardware manufacturers won’t implement it if no applications use it. For the consumer side, libcamera has modules to interop with V4L2 and other popular interfaces. For the hardware side, it would be useful to have a company with wide reach who believes it is useful to open what they can and isolate the pieces they can’t. This is where the Raspberry Pi foundation found a fit.

The initial release doesn’t support their new High-Quality Camera Module though that is promised soon. In the short term, there is still a lot of work to be done, but we are excited about the long term possibilities. If libcamera can indeed lower the barrier to entry, it would encourage innovation and expanding the set of cameras beyond the officially supported list. We certainly have no shortage of offbeat camera sensor ideas around here, from a 1-kilopixel camera sensor to a decapped DRAM chip.

[via Hackster.io]

A Raspberry Pi Video Intercom System

When it comes to hacks, we’re always amazed by the aesthetic of the design as much as we are by the intricacies of the circuit or the cleverness of the software. We think it’s always fun to assemble projects that were just sort of rigged up in our shop really quickly and made to just work, without worrying about much else. But, when you really invest time in the aesthetics and marry form with function, the results are always one to marvel at.

That’s what the engineers over at [Hacker Shack] did with their Raspberry Pi-based video intercom system over on Hackster. Now we’ve seen RPi doorbell projects here on Hackaday before, but it’s the implementation of a full-duplex video intercom system that makes [Hacker Shack’s] project really stand out. (Unless you want to be a bit more secretive). They used a Raspberry Pi 3 Model B with an off-brand Pi camera, but the R Pi branded camera will also work just fine. Couple the camera with a very crisp LCD display, microphone, and speaker and you’re good to go! Continue reading “A Raspberry Pi Video Intercom System”

This Camera Captures Piezo Inkjet Micro-Drops For DIY Microfluidics

In microfluidics, there are “drop on demand” instruments to precisely deposit extremely small volumes (pico- or nano-liters) of fluid. These devices are prohibitively expensive, so [Kyle] set out to design a system using hobbyist-level parts for under $1000. As part of this, he has a fascinating use case for a specialized camera: capturing the formation and shape of a micro-drop as it is made.

There are so many different parts to this effort that it’s all worth a read, but the two big design elements come down to:

  1. Making the microdrop using a piezo element
  2. Ensuring the drop is made correctly, and visually troubleshooting
Working prototype. The piezo tube is inside the blue piece at the top. The camera is to the right, and the LED strobe is on the left.

It’s one thing to make an inkjet element in a printer work, but it’s quite another to make a piezoelectric element dispense arbitrary liquids in a controlled, repeatable, and predictable way. Because piezoelectric elements force liquid out with a mechanical motion, different liquids require different drive signals and that kind of experimentation requires a way to see what is going on, hence the need for a drop observation camera.

[Kyle] ended up taking the lens assembly from a cheap USB microscope and mating it to his Korukesu C1 USB Camera with a 3D printed assembly. Another 3D printed enclosure doubles as a lightbox, holding the piezo tube in the center with the LED strobe and camera on opposite sides. The whole assembly had a few false starts, but in the end [Kyle] seems pretty happy with his results. The device is briefly described at a high level here. There are some rough edges, but it’s a working system.

Inkjet technology has been around for a long time (you can see a thirty-plus year old inkjet printer in action here) but it’s worth mentioning that not all inkjet heads are alike. Most inkjet printer heads operate thermally, which means a flash of heat vaporizes some ink to expel a micro-drop. These heads aren’t very suitable for microfluidics because not only do they rely on vaporizing the liquid, but they also don’t work well with anything other than the ink they’re designed for. Piezoelectric print heads are less common, but are more suited to the kind of work [Kyle] is doing.