Home > C: Programming > Lists > History back  Previous chapter  Next chapter  Print  

Complete list of all return values

uEye Camera Manual Version 4.00

Complete list of all return values

No

Error

Description

-1

IS_NO_SUCCESS

General error message

0

IS_SUCCESS

Function executed successfully

1

IS_INVALID_CAMERA_HANDLE

Invalid camera handle

Most of the uEye SDK functions expect the camera handle as the first parameter.

2

IS_IO_REQUEST_FAILED

An IO request from the uEye driver failed. Possibly the versions of the ueye_api.dll (API) and the driver file (ueye_usb.sys or ueye_eth.sys) do not match.

3

IS_CANT_OPEN_DEVICE

An attempt to initialize or select the camera failed (no camera connected or initialization error).

11

IS_CANT_OPEN_REGISTRY

Error opening a Windows registry key

12

IS_CANT_READ_REGISTRY

Error reading settings from the Windows registry

15

IS_NO_IMAGE_MEM_ALLOCATED

The driver could not allocate memory.

16

IS_CANT_CLEANUP_MEMORY

The driver could not release the allocated memory.

17

IS_CANT_COMMUNICATE_WITH_DRIVER

Communication with the driver failed because no driver has been loaded.

18

IS_FUNCTION_NOT_SUPPORTED_YET

The function is not supported yet.

32

IS_INVALID_CAPTURE_MODE

The function can not be executed in the current camera operating mode (free run, trigger or standby).

49

IS_INVALID_MEMORY_POINTER

Invalid pointer or invalid memory ID

50

IS_FILE_WRITE_OPEN_ERROR

File cannot be opened for writing or reading.

51

IS_FILEREAD_OPEN_ERROR

The file cannot be opened.

52

IS_FILE_READ_INVALID_BMP_ID

The specified file is not a valid bitmap file.

53

IS_FILE_READ_INVALID_BMP_SIZE

The bitmap size is not correct (bitmap too large).

108

IS_NO_ACTIVE_IMG_MEM

No active image memory available. You must set the memory to active using the is_SetImageMem() function or create a sequence using the is_AddToSequence() function.

112

IS_SEQUENCE_LIST_EMPTY

The sequence list is empty and cannot be deleted.

113

IS_CANT_ADD_TO_SEQUENCE

The image memory is already included in the sequence and cannot be added again.

117

IS_SEQUENCE_BUF_ALREADY_LOCKED

The memory could not be locked. The pointer to the buffer is invalid.

118

IS_INVALID_DEVICE_ID

The device ID is invalid. Valid IDs start from 1 for USB cameras, and from 1001 for GigE cameras.

119

IS_INVALID_BOARD_ID

The board ID is invalid. Valid IDs range from 1 through 255.

120

IS_ALL_DEVICES_BUSY

All cameras are in use.

122

IS_TIMED_OUT

A timeout occurred. An image capturing process could not be terminated within the allowable period.

123

IS_NULL_POINTER

Invalid array

125

IS_INVALID_PARAMETER

One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode.

127

IS_OUT_OF_MEMORY

No memory could be allocated.

129

IS_ACCESS_VIOLATION

An internal error has occured.

139

IS_NO_USB20

The camera is connected to a port which does not support the USB 2.0 high-speed standard.

Cameras without a memory board cannot be operated on a USB 1.1 port.

140

IS_CAPTURE_RUNNING

A capturing operation is in progress and must be terminated before you can start another one.

145

IS_IMAGE_NOT_PRESENT

The requested image is not available in the camera memory or is no longer valid.

148

IS_TRIGGER_ACTIVATED

The function cannot be used because the camera is waiting for a trigger signal.

151

IS_CRC_ERROR

A CRC error-correction problem occurred while reading the settings.

152

IS_NOT_YET_RELEASED

This function has not been enabled yet in this version.

153

IS_NOT_CALIBRATED

The camera does not contain any calibration data.

154

IS_WAITING_FOR_KERNEL

The system is waiting for the kernel driver to respond.

155

IS_NOT_SUPPORTED

The camera model used here does not support this function or setting.

156

IS_TRIGGER_NOT_ACTIVATED

The function is not possible as trigger is disabled.

157

IS_OPERATION_ABORTED

The dialog was canceled without a selection so that no file could be saved.

158

IS_BAD_STRUCTURE_SIZE

An internal structure has an incorrect size.

159

IS_INVALID_BUFFER_SIZE

The image memory has an inappropriate size to store the image in the desired format.

160

IS_INVALID_PIXEL_CLOCK

This setting is not available for the currently set pixel clock frequency.

161

IS_INVALID_EXPOSURE_TIME

This setting is not available for the currently set exposure time.

162

IS_AUTO_EXPOSURE_RUNNING

This setting cannot be changed while automatic exposure time control is enabled.

163

IS_CANNOT_CREATE_BB_SURF

The BackBuffer surface cannot be created.

164

IS_CANNOT_CREATE_BB_MIX

The BackBuffer mix surface cannot be created.

165

IS_BB_OVLMEM_NULL

The BackBuffer overlay memory cannot be locked.

166

IS_CANNOT_CREATE_BB_OVL

The BackBuffer overlay memory cannot be created.

167

IS_NOT_SUPP_IN_OVL_SURF_MODE

Not supported in BackBuffer Overlay mode.

168

IS_INVALID_SURFACE

Back buffer surface invalid.

169

IS_SURFACE_LOST

Back buffer surface not found.

170

IS_RELEASE_BB_OVL_DC

Error releasing the overlay device context.

171

IS_BB_TIMER_NOT_CREATED

The back buffer timer could not be created.

172

IS_BB_OVL_NOT_EN

The back buffer overlay was not enabled.

173

IS_ONLY_IN_BB_MODE

Only possible in BackBuffer mode.

174

IS_INVALID_COLOR_FORMAT

Invalid color format

175

IS_INVALID_WB_BINNING_MODE

Mono binning/mono sub-sampling do not support automatic white balance.

176

IS_INVALID_I2C_DEVICE_ADDRESS

Invalid I2C device address

177

IS_COULD_NOT_CONVERT

The current image could not be processed.

178

IS_TRANSFER_ERROR

Transfer error. Frequent transfer errors can mostly be avoided by reducing the pixel rate.

179

IS_PARAMETER_SET_NOT_PRESENT

Parameter set is not present.

180

IS_INVALID_CAMERA_TYPE

The camera type defined in the .ini file does not match the current camera model.

181

IS_INVALID_HOST_IP_HIBYTE

Invalid HIBYTE of host address

182

IS_CM_NOT_SUPP_IN_CURR_DISPLAYMODE

The color mode is not supported in the current display mode.

183

IS_NO_IR_FILTER

No IR filter available

184

IS_STARTER_FW_UPLOAD_NEEDED

The camera's starter firmware is not compatible with the driver and needs to be updated.

185

IS_DR_LIBRARY_NOT_FOUND

The DirectRenderer library could not be found.

186

IS_DR_DEVICE_OUT_OF_MEMORY

Not enough graphics memory available.

187

IS_DR_CANNOT_CREATE_SURFACE

The image surface or overlay surface could not be created.

188

IS_DR_CANNOT_CREATE_VERTEX_BUFFER

The vertex buffer could not be created.

189

IS_DR_CANNOT_CREATE_TEXTURE

The texture could not be created.

190

IS_DR_CANNOT_LOCK_OVERLAY_SURFACE

The overlay surface could not be locked.

191

IS_DR_CANNOT_UNLOCK_OVERLAY_SURFACE

The overlay surface could not be unlocked.

192

IS_DR_CANNOT_GET_OVERLAY_DC

Could not get the device context handle for the overlay.

193

IS_DR_CANNOT_RELEASE_OVERLAY_DC

Could not release the device context handle for the overlay.

194

IS_DR_DEVICE_CAPS_INSUFFICIENT

Function is not supported by the graphics hardware.

195

IS_INCOMPATIBLE_SETTING

Because of other incompatible settings the function is not possible.

196

IS_DR_NOT_ALLOWED_WHILE_DC_IS_ACTIVE

A device context handle is still open in the application.

197

IS_DEVICE_ALREADY_PAIRED

The device is already paired.

198

IS_SUBNETMASK_MISMATCH

The subnet mask of the camera and PC network card are different.

199

IS_SUBNET_MISMATCH

The subnet of the camera and PC network card are different.

200

IS_INVALID_IP_CONFIGURATION

The configuration of the IP address is invalid.

201

IS_DEVICE_NOT_COMPATIBLE

The device is not compatible to the drivers.

202

IS_NETWORK_FRAME_SIZE_INCOMPATIBLE

The settings for the image size of the camera are not compatible to the PC network card.

203

IS_NETWORK_CONFIGURATION_INVALID

The configuration of the network card is invalid.

204

IS_ERROR_CPU_IDLE_STATES_CONFIGURATION

The configuration of the CPU idle has failed.


Suggestion for improvement? Send us your short Feedback on this chapter. Thank you very much!

For technical questions please contact you local distributor or use the support form on our website.


© 2012 IDS Imaging Development Systems GmbH
http://www.ids-imaging.com