Blog
-
PhD Dissertation is now live on ProQuest
To facilitate non-disruptive automated cell culture monitoring, an open source framework for the design and deployment of parallel multi-channel microscopes was developed. Open Camera Array Microscopy (or openCArM) supports the design of multi- well parallel imaging systems composed of independent autonomous camera units.
-
In the news: Remote-controlled microscopes bring complex biology education to students worldwide
Thanks to Emily Cerf for this article about my recent work published in the Journal Heliyon
-
Using RPi Cam Web Interface for real time computer vision tasks with OpenCV
If you have a raspberry pi camera, the RPi Cam Web Interface is a very useful bit of software. It serves up a page that allows you to view a realtime MJPEG camera stream with remarkably low latency and play with the camera settings. Compared to the RTSP stream that can be launched through the system camera software, the MJPEG stream hosted by the web interface has considerably lower latency with the added benefit that you can easily view the stream on any device with a web browser.
-
Make Raspberry Pi Hostname Configurable from SD card file in /boot/
So you’ve got a firmware load built, you configured one raspberry pi to be the master, and you’ve got a bunch of other raspberry pi’s that you want to be slaves. You would like to use mDNS hostname resolution for your end devices as that is a lot simpler than manually discovering each of their ip addresses every time.