-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
PEAK_IPL_RETURN_CODE_ERROR #31
Comments
@PazAranyi it looks like you are trying to set the width to 1 pixel....which is too small for your device (minimum 288 pixels it looks like). Try adjusting your width setting to something hire than 288 and see if that works. |
Hi, thank you for your response. [/peak_cam_node] [ INFO] [1644741014.826583268]: [PEAK_CAM]: maxWidth '1920' |
@PazAranyi it looks like you are trying to set GainAtuo which is not a parameter name. |
Thank you for your response. |
@PazAranyi all the parameters can be configured in the configuration file: https://github.com/SherifN/peak_cam/blob/master/cfg/PeakCam.cfg You might have to comment out GainAuto if your hardware doesn't support it. This actually should be handled in the code so if the parameter is not able to be set it'll just continue on rather than failing but it's not right now. I'll make a follow up PR to fix this. |
@flynneva I am using the U3-3561XLE-C-HQ (usb) camera.
Then i commented out even this line in the .cpp file but the same error appears:
|
hello,
I tried to run the package and modify the configuration according to IDS cockpit but I keep getting the same error: "[/peak_cam] [ERROR] [1644514776.537789807]: [PEAK_CAM]: EXCEPTION: [Error-Code: 1 (PEAK_IPL_RETURN_CODE_ERROR) | Error-Description: error: type=InvalidParameterUtilx[-1009], module_id=9000, txt=Unknown formatId: 2953082225]"
Do you have any suggestions on what I am doing wrong?
rosrun peak_cam peak_cam_node
[/peak_cam] [ INFO] [1644514775.565282453]: Setting parameters to:
[/peak_cam] [ INFO] [1644514775.566156731]: camera_topic: /camera/image_raw
[/peak_cam] [ INFO] [1644514776.126806181]: Devices available:
[/peak_cam] [ INFO] [1644514776.126953135]: 0: IDS Imaging Development Systems GmbH U3-356xXCP-C (1409f49f81c5)
[/peak_cam] [ INFO] [1644514776.350713763]: [PEAK_CAM]: U3-356xXCP-C found
[/peak_cam] [ INFO] [1644514776.481808195]: [PEAK_CAM]: maxWidth '1920'
[/peak_cam] [ INFO] [1644514776.482513494]: [PEAK_CAM]: maxHeight '1200'
[/peak_cam] [ERROR] [1644514776.484229908]: [PEAK_CAM]: EXCEPTION: Error-Code: 12 (PEAK_RETURN_CODE_OUT_OF_RANGE) | Error-Description: Value = 1 must be equal or greater than Min = 288. : OutOfRangeException thrown in node 'Width' while calling 'Width.SetValue()' (file 'IntegerT.h', line 79)
[/peak_cam] [ERROR] [1644514776.484274092]: [PEAK_CAM]: Could not set all Parameters
[/peak_cam] [ INFO] [1644514776.511500836]: [PEAK_CAM]: U3-356xXCP-C connected
[/peak_cam] [ INFO] [1644514776.511781281]: [PEAK_CAM]: Acquisition started
[/peak_cam] [ERROR] [1644514776.537789807]: [PEAK_CAM]: EXCEPTION: [Error-Code: 1 (PEAK_IPL_RETURN_CODE_ERROR) | Error-Description: error: type=InvalidParameterUtilx[-1009], module_id=9000, txt=Unknown formatId: 2953082225]
[/peak_cam] [ERROR] [1644514776.537863960]: [PEAK_CAM]: Acquisition loop stopped, device may be disconnected!
[/peak_cam] [ERROR] [1644514776.537910507]: [PEAK_CAM]: No device reset available
[/peak_cam] [ERROR] [1644514776.537941038]: [PEAK_CAM]: Restart peak cam node!
The text was updated successfully, but these errors were encountered: