We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I got a capture timeout problem when using the nxlib with s10 camera. The trigger mode is software.
An NxLib API error with code 17 (ExecutionFailed) occurred while accessing item /Execute/Temporary-0001. /Execute: { "Default": { "Command": null, "Parameters": null, "PersistentParameters": false, "Result": null, "Status": { "LatestMessage": null, "Messages": null, "Progress": null } }, "Temporary-0001": { "Command": null, "Parameters": null, "PersistentParameters": false, "Result": { "218151": { "FinalTrigger": false, "InitialTrigger": true, "Retrieved": false }, "ErrorSymbol": "CaptureTimeout", "ErrorText": "Image capture timed out for camera 4103913192.", "Execute": { "Command": "Capture", "Parameters": { "Cameras": null, "Threads": 8 } }, "Time": 314.775899999999979, "TimeExecute": 309.08280000000002, "TimeFinalize": 4.11379999999996926, "TimePrepare": 0.0278000000000000018 }, "Status": { "LatestMessage": null, "Messages": [ ], "Progress": null } } }
Looking forward to your reply, thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I got a capture timeout problem when using the nxlib with s10 camera.
The trigger mode is software.
An NxLib API error with code 17 (ExecutionFailed) occurred while accessing item /Execute/Temporary-0001.
/Execute:
{
"Default": {
"Command": null,
"Parameters": null,
"PersistentParameters": false,
"Result": null,
"Status": {
"LatestMessage": null,
"Messages": null,
"Progress": null
}
},
"Temporary-0001": {
"Command": null,
"Parameters": null,
"PersistentParameters": false,
"Result": {
"218151": {
"FinalTrigger": false,
"InitialTrigger": true,
"Retrieved": false
},
"ErrorSymbol": "CaptureTimeout",
"ErrorText": "Image capture timed out for camera 4103913192.",
"Execute": {
"Command": "Capture",
"Parameters": {
"Cameras": null,
"Threads": 8
}
},
"Time": 314.775899999999979,
"TimeExecute": 309.08280000000002,
"TimeFinalize": 4.11379999999996926,
"TimePrepare": 0.0278000000000000018
},
"Status": {
"LatestMessage": null,
"Messages": [
],
"Progress": null
}
}
}
Looking forward to your reply, thanks.
The text was updated successfully, but these errors were encountered: