Old habits die hard, so I pointed a raspberry pi (an old friend of mine, a model B+ from a few years back, still functioning like a charm) plus some compatible camera with a large field of view (fish eye like) to record. Record what? IDK, just make timelapses and something *will* come out of it.
So I captured the conjunction of the Moon and Mars with a very modest and toy-like MacGyverish, but at the same time very versatile setup. The Raspberry Pi board is “floating” in a drainage tube with tight fittings, with a camera front from a cheap mock camera for weather protection and an ND filter in front (the Sun has a tendency to burn its trail into the sensor, already visible on every image). Since I risked to move the camera, the ND filter stays on for the night which kinda sucks… I know.
I also created a max combination of all the recorded images, function finalPixel(x,y) = max(pixel(frame[0], x,y), pixel(frame[1], x, y) … pixel(frame[n], x, y)) where max compared values of luminance = (rgb24 >> 16) + ((rgb24 >> 8) % 256)*2 + (rgb24 % 256).






