-
4K resolution in OpenCV with DELL UltraShap

I’ve recently been experimenting with computer vision using OpenCV, and for my setup, I’m using a Dell UltraSharp webcam to capture images. Out of the box, OpenCV makes it easy to grab frames at 1920×1080 (Full HD), which is great—but according to the camera’s specifications, it should support 3840×2160 (4K) resolution. Interestingly, when I tested…
-
MODBUS control of VFD
-
Sling forces in 4-point configuration

When there are more than three slings attached to one load, then the configuration is statically indeterminate. Therefore, one must consider the stiffness of the slings to compute the load in each of them. I am assuming that the load does not deform. Certifying bodies require this kind of calculation for four-point lifts. The hook load…
-
Leapfrog and forward Euler numerical integration.

In this post I’m showing how to program a Leap-Frog integrator. Its performance of it is compared to the Forward-Euler integration method and an analytical solution. The methods are for solving ordinary differential equations. A MATLAB program shows how the methods can be implemented. For the testing, a very simple mechanical system is considered. It…
-
Sling forces

-
The Logo
The logo is inspired by a nice proof of a very used mathematical equation. I first saw this proof of Pythagoras here: Impossible squares – Numberphile. Strange that I never came across a proof before. Anyway, Here’s the short version. The area of the large square is . The area of the small square is…
