Skip to content

btilmon/foveaCam

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

FoveaCam

This is a python implementation of the control algorithm implemented in our paper "FoveaCam: A MEMS Mirror-Enabled Foveating Camera", which was published in the 2020 International Conference on Computational Photography. The code simulates a MEMS mirror tracking two targets with the closed-loop differential control algorithm from our paper.

Given a pair of probability distributions, which could be the output of a computer vision detection from a colocated sensor or from our foveating camera, our algorithm differentiably updates the motion of the MEMS scanning path to quickly track between targets. We plan on extending the tracking to more than two distributions in the future.

[Project Page] [Paper]

Simulation

simulation

hardware

If you find our code useful, please cite:

@INPROCEEDINGS{9105183,
  author={B. {Tilmon} and E. {Jain} and S. {Ferrari} and S. {Koppal}},
  booktitle={2020 IEEE International Conference on Computational Photography (ICCP)}, 
  title={FoveaCam: A MEMS Mirror-Enabled Foveating Camera}, 
  year={2020},
  volume={},
  number={},
  pages={1-11},
  doi={10.1109/ICCP48838.2020.9105183}}

Install

  1. install python 3.6 (any python 3 probably works), numpy, scipy, matplotlib
  2. git clone this repo
  3. python main.py

The simulation should then begin.

About

FoveaCam: A MEMS Mirror-enabled Foveating Camera (PAMI 2021 / ICCP 2020)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages