Skip to content

MajenkoProjects/WiFiMicroscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6c3b761 · Feb 15, 2022

History

14 Commits
Apr 19, 2021
Apr 20, 2021
Apr 24, 2021
Feb 15, 2022
Feb 15, 2022
Apr 20, 2021

Repository files navigation

WiFi Microscope Viewer

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

Interaction

There are a few keys bound to specific operations:

  • q : Quit
  • m : Toggle monochrome mode
  • i : Toggle invert colour mode
  • [ : Decrease brightness
  • ] : Increase brightness
  • ' : Decrease contrast
  • # : Increase contrast
  • r : Reset brightness and contrast to default
  • s : Save a JPEG snapshot to the current directory named microscope_<time>.jpg

V4L2

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).

About

Simple SDL based viewer for cheap WiFi Microscopes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages