I'm trying to replace a tracking system with my own openCV implementation. I want to know if what I need is possible with openCV?
The current system:
- Relies on infrared led transmitting
- Each led transmit a unique 8 bit signal
- Gives an (x, y, z) coordinate of each unique led
- Uses 4-8 infrared cameras
- The system is very synchronized and accurate
Would there be any major obstacles in reproducing such a system with OpenCV?