Search code examples
opencvspiteensy

Teensy + IR camera + OpenCV


I have never ever asked this kind of question on StackOverflow before, and I wonder if you could help me guys because it is a "bit" vague.

I have to design a project that uses Teensy (simple ARM platform) for getting data from IR camera (Flir, resolution 80x60) over SPI, and streaming these data to Linux/Windows running machine (through USB-serial) and doing something simple with OpenCV.

THE PROBLEM: The project lacks some "inovation". It should not be something very complicated, but rather different approach, or trying something new.

Do you have recommendations/tutorials/books/experience with working with above mentioned things? OR do you see a potential for teying something new?


Solution

  • You might want to check out the OpenCV Cookbook for some ideas.