coreyshuman / stereo_raspi

Provides an OpenCV interface to accept raw TCP streams from Raspberry Pis using the raspivid application and apply barrel distortion to be used with the Oculus Rift.
GNU General Public License v3.0
9 stars 4 forks source link

Movement Resolution too low #1

Open coreyshuman opened 10 years ago

coreyshuman commented 10 years ago

Instead of using a single byte for each axis (8-bit resolution), switch to full word (16-bit resolution). Need to coordinate this with raspi_gimbal project.