We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afd2921 + 23bab53 commit 34e5463Copy full SHA for 34e5463
kinetixApp/src/ADKinetix.cpp
@@ -6,7 +6,7 @@
6
* Author: Jakub Wlodek
7
*
8
* Created: 10-Mar-2024
9
- * Last Updated: 26-Jul-2024
+ * Last Updated: 07-Oct-2024
10
* Copyright (c): Brookhaven National Laboratory 2024
11
*/
12
@@ -635,7 +635,7 @@ ADKinetix::ADKinetix(int deviceIndex, const char *portName)
635
(void *)&this->cameraContext->sensorResY);
636
637
setIntegerParam(ADMaxSizeX, this->cameraContext->sensorResX);
638
- setIntegerParam(ADMaxSizeY, this->cameraContext->sensorResX);
+ setIntegerParam(ADMaxSizeY, this->cameraContext->sensorResY);
639
INFO_ARGS("Model: %s | Resolution: %dx%d", modelStr,
640
this->cameraContext->sensorResX, this->cameraContext->sensorResY);
641
0 commit comments