diff --git a/src/bin/render_lines_gui.rs b/src/bin/render_lines_gui.rs index 7d3af56..a4d0603 100644 --- a/src/bin/render_lines_gui.rs +++ b/src/bin/render_lines_gui.rs @@ -204,6 +204,22 @@ fn get_dac_configs() -> DacConfigMap{ homography: python_cv_h_into_mat3(TMP_DESK_CLUBMAX) } ); + dac_configs.insert( + DacId::EtherDream { + mac_address: [ + 98, + 120, + 178, + 228, + 198, + 175, + ], + }, + DacConfig{ + name: "ED - 192.168.9.101".into(), + homography: python_cv_h_into_mat3(TMP_DESK_CLUBMAX) + } + ); dac_configs }