camera: no translation needed

pull/2/head
emamaker 2022-07-05 16:29:39 +02:00
parent c2c16515c3
commit 701789b823
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ To overcome this, each coordinate needs to be shifted by some amount, defined on
These values need to be subtracted from the coords used in setMoveSetpoints*/
#define CAMERA_TRANSLATION_X 0
#define CAMERA_TRANSLATION_Y -12
#define CAMERA_TRANSLATION_Y 0
class DataSourceCameraConic : public DataSource{