Hi everyone,
I’m building the high resolution version of the OpenFlexure microscope stage using a Raspberry Pi 3B. For my setup, I removed the lens from a Raspberry Pi Camera Module v2 and positioned it at the bottom of the 3D-printed objective lens mount. On top of the Pi camera, I placed an achromatic lens, followed by a 60x objective lens.
I wrote a Python script that uses the Pi camera to display a live feed, but instead of showing the expected image, all I see is a white blankscreen. Interestingly, the brightness of the screen changes when I cover the LED, indicating that the camera is detecting some light, but no focused content appears. I have experimented with placing small objects, like pieces of pepper, at different distances from the objective lens, but the White screen issue persists.
Could this issue be due to misalignment of the lenses, incorrect focus, or a calibration problem? If anyone has faced similar issue?