This is a simple viewer for cheap WiFi microscope cameras. This only supports 1280x720 resolution at the moment.
Tested with the Dodocool Microscope
It requires SDL2 and SDL2_image to operate:
$ sudo apt install libsdl2-dev libsdl2-image-dev
To compile just type make
There are a few keys bound to specific operations:
q
: Quitm
: Toggle monochrome modei
: Toggle invert colour mode[
: Decrease brightness]
: Increase brightness'
: Decrease contrast#
: Increase contrastr
: Reset brightness and contrast to defaults
: Save a JPEG snapshot to the current directory namedmicroscope_<time>.jpg
This software now supports V4L2Loopback for the video output. Specify -d /dev/videoX
on the command line
and the video signal will be fed to that virtual V4L2 device for piping into your favourite video software
(such as OBS).