Error Codes

NI IMAQ Function

Error Codes

Every NI-IMAQ function is of the following form:

rval = Function_Name(parameter 1, parameter 2, ... parameter n);

Each function returns a status code (rval) that indicates the success or failure of the function. The following table describes the status codes returned by each NI-IMAQ function.

Error CodeStatus NameDescription
-1074397183IMG_ERR_NCAPNI-IMAQ cannot perform the requested operation.
-1074397182IMG_ERR_OVRNToo many interfaces open.
-1074397181IMG_ERR_EMEMNot enough memory to perform the operation.
-1074397180IMG_ERR_OSEROperating system error occurred.
-1074397179IMG_ERR_PAR1 Function-specific; see function description.
-1074397178IMG_ERR_PAR2 Function-specific; see function description.
-1074397177IMG_ERR_PAR3Function-specific; see function description.
-1074397176IMG_ERR_PAR4Function-specific; see function description.
-1074397175IMG_ERR_PAR5Function-specific; see function description.
-1074397174IMG_ERR_PAR6Function-specific; see function description.
-1074397173IMG_ERR_PAR7Function-specific; see function description.
-1074397172IMG_ERR_MXBFToo many buffers already allocated.
-1074397171IMG_ERR_DLLEDLL internal error; bad logic state.
-1074397170IMG_ERR_BSIZBuffer size used is too small for minimum acquisition frame.
-1074397169IMG_ERR_MXBIExhausted buffer IDs.
-1074397168IMG_ERR_ELCKOperating system unable to lock the requested amount of memory.
-1074397167IMG_ERR_DISEError releasing the image buffer.
-1074397166IMG_ERR_BBUFBad buffer pointer in list.
-1074397165IMG_ERR_NLCKBuffer list is not locked for this acquisition.
-1074397164IMG_ERR_NCAMNo camera defined for this channel.
-1074397163IMG_ERR_BINTThe passed in interface or session is invalid.
-1074397162IMG_ERR_BROWThe bytes per row value is less than region of interest.
-1074397161IMG_ERR_BROIRegion of interest is larger than the acquisition area.
-1074397160IMG_ERR_BCMFCamera file is missing or corrupted.
-1074397159IMG_ERR_NVBLThe hardware is incapable of performing the requested action.
-1074397158IMG_ERR_NCFGNo buffers configured for session.
-1074397157IMG_ERR_BBLFBuffer list does not contain a valid final command.
-1074397156IMG_ERR_BBLEBuffer list contains an invalid command.
-1074397155IMG_ERR_BBLBOne or more of the buffers in the buffer list is not configured.
-1074397154IMG_ERR_NAIPNo acquisition in progress.
-1074397153IMG_ERR_VLCKCannot detect recognizable video source.
-1074397152IMG_ERR_BDMABad DMA transfer.
-1074397151IMG_ERR_AIOPCannot perform request; acquisition currently in progress.
-1074397150IMG_ERR_TIMOA timeout error occurred while waiting for the specified event. If waiting for an image, verify that all video data is acquired within the timeout period. If waiting for a signal, verify that the signal assertion occurs within the timeout period.
-1074397149IMG_ERR_NBUFNo buffers available; too early in acquisition.
-1074397148IMG_ERR_ZBUFThe buffer has a size of zero.
-1074397147IMG_ERR_HLPRParameter value set lower than valid range.
-1074397146IMG_ERR_BTRGTrigger loopback problem; cannot drive with action enabled.
-1074397145IMG_ERR_NINFNo interface found.
-1074397144IMG_ERR_NDLLUnable to load DLL.
-1074397143IMG_ERR_NFNCUnable to find API function in DLL.
-1074397142IMG_ERR_NOSRUnable to allocate system resources.
-1074397141IMG_ERR_BTACNo trigger action; acquisition will time out.
-1074397140IMG_ERR_FIFOFIFO overflow caused acquisition to halt.
-1074397139IMG_ERR_MLCKOperating system denied request to lock down memory.
-1074397138IMG_ERR_ILCKInterface locked.
-1074397137IMG_ERR_NEPKNo pixel clock detected from camera.
-1074397136IMG_ERR_SCLMField scaling mode not supported.
-1074397135IMG_ERR_SCC1Channel not set to 1 when using StillColor RGB acquisition.
-1074397134IMG_ERR_SMALLALLOCError during small buffer allocation.
-1074397133IMG_ERR_ALLOCError during large buffer allocation.
-1074397132IMG_ERR_BADCAMTYPEThis camera type is not supported by this hardware.
-1074397131IMG_ERR_BADPIXTYPECamera not supported; must be an 8-bit camera.
-1074397130IMG_ERR_BADCAMPARAMBad camera parameter in configuration file.
-1074397129IMG_ERR_PALKEYDTCTUnable to recognize color component in PAL signal.
-1074397128IMG_ERR_BFRQBad clock frequency.
-1074397127IMG_ERR_BITPBad interface type.
-1074397126IMG_ERR_HWNCHardware not capable of supporting this operation.
-1074397125IMG_ERR_SERIALSerial port error.
-1074397124IMG_ERR_MXPINo more pulse IDs are available. Dispose of an existing pulse first.
-1074397123IMG_ERR_BPIDBad pulse ID.
-1074397122IMG_ERR_NEVRDLL internal error; bad logic state.
-1074397121IMG_ERR_SERIAL_TIMOUnable to perform the requested serial operation within the timeout period.
-1074397120IMG_ERR_PG_TOO_MANYToo many pattern generation transitions defined.
-1074397119IMG_ERR_PG_BAD_TRANSBad pattern generation transition time.
-1074397118IMG_ERR_PLNSPulse not started.
-1074397117IMG_ERR_BPMDBad pulse mode.
-1074397116IMG_ERR_NSATThis attribute cannot be set.
-1074397115IMG_ERR_HYBRIDCannot mix system and onboard memory buffers.
-1074397114IMG_ERR_BADFILFMTPixel depth not supported with this file format.
-1074397113IMG_ERR_BADFILEXTFile extension is not supported.
-1074397112IMG_ERR_NRTSIToo many RTSI triggers mapped; you can use only four RTSI lines at once.
-1074397111IMG_ERR_MXTRGExhausted trigger resources.
-1074397110IMG_ERR_MXRCExhausted resources.
-1074397109IMG_ERR_OORParameter out of range.
-1074397108IMG_ERR_NPROGFPGA not programmed.
-1074397107IMG_ERR_NEOMNot enough onboard memory to perform the operation.
-1074397106IMG_ERR_BDTYPEBad display type; buffer cannot be displayed with imgPlot.
-1074397105IMG_ERR_THRDACCDENThread denied access to function.
-1074397104IMG_ERR_BADFILWRTCould not write the file.
-1074397103IMG_ERR_AEXMThis buffer is currently protected. Release it to allow new data to be written.
-1074397102IMG_ERR_BAD_LUT_TYPEThe LUT type is invalid.
-1074397101IMG_ERR_ATTRIBUTE_NOT_READABLEThe selected attribute is not readable.
-1074397100IMG_ERR_BOARD_NOT_SUPPORTEDThis version of NI-IMAQ does not support this device.
-1074397099IMG_ERR_BAD_FRAME_FIELDThe value of IMG_ATTR_FRAME_FIELD is invalid.
-1074397098IMG_ERR_INVALID_ATTRIBUTEThe requested attribute is invalid.
-1074397097IMG_ERR_BAD_LINE_MAPThe physical data lines are incorrectly mapped to bit values.
-1074397095IMG_ERR_BAD_CHANNELThe requested channel is invalid for this device.
-1074397094IMG_ERR_BAD_CHROMA_FILTERThe value of IMG_ATTR_CHROMA_FILTER is invalid.
-1074397093IMG_ERR_BAD_SCALEThe value of IMG_ATTR_HSCALE or IMG_ATTR_VSCALE is invalid.
-1074397091IMG_ERR_BAD_TRIGGER_MODEThe requested triggering mode is invalid.
-1074397090IMG_ERR_BAD_CLAMP_STARTThe clamp start value is invalid.
-1074397089IMG_ERR_BAD_CLAMP_STOPThe requested clamp stop value is invalid.
-1074397088IMG_ERR_BAD_BRIGHTNESSThe requested brightness level is out of range.
-1074397087IMG_ERR_BAD_CONTRASTThe requested contrast level is out of range.
-1074397086IMG_ERR_BAD_SATURATIONThe requested saturation level is out of range.
-1074397085IMG_ERR_BAD_TINTThe requested tint level is out of range.
-1074397084IMG_ERR_BAD_HUE_OFF_ANGLEThe requested hue offset angle is out of range.
-1074397083IMG_ERR_BAD_ACQUIRE_FIELDThe field requested to be acquired is invalid.
-1074397082IMG_ERR_BAD_LUMA_BANDWIDTHThe requested luma bandwidth value is invalid.
-1074397081IMG_ERR_BAD_LUMA_COMBThe requested luma comb setting is invalid.
-1074397080IMG_ERR_BAD_CHROMA_PROCESSThe requested chroma processing value is invalid.
-1074397079IMG_ERR_BAD_CHROMA_BANDWIDTHThe requested chroma bandwidth value is invalid.
-1074397078IMG_ERR_BAD_CHROMA_COMBThe requested chroma comb setting value is invalid.
-1074397077IMG_ERR_BAD_RGB_CORINGThe requested minimum level of saturation (coring) for the RGB color space is invalid.
-1074397076IMG_ERR_BAD_HUE_REPLACE_VALUEThe requested HSL hue replacement value is out of range.
-1074397075IMG_ERR_BAD_RED_GAINThe requested red gain value is out of range.
-1074397074IMG_ERR_BAD_GREEN_GAINThe requested green gain value is out of range.
-1074397073IMG_ERR_BAD_BLUE_GAINThe requested blue gain value is out of range.
-1074397072IMG_ERR_BAD_START_FIELDThe requested start field value is invalid.
-1074397071IMG_ERR_BAD_TAP_DIRECTIONThe direction of the tap scan is invalid.
-1074397070IMG_ERR_BAD_MAX_IMAGE_RECTThe maximum image rectangle value is invalid.
-1074397069IMG_ERR_BAD_TAP_TYPEThe tap configuration is invalid.
-1074397068IMG_ERR_BAD_SYNC_RECTThe synchronization rectangle is invalid.
-1074397067IMG_ERR_BAD_ACQWINDOW_RECTThe requested acquisition window is invalid.
-1074397066IMG_ERR_BAD_HSL_CORINGThe requested minimum level of saturation (coring) for the HSL color space is out of range.
-1074397065IMG_ERR_BAD_TAP_0_VALID_RECTThe rectangle defined for Tap 0 is invalid.
-1074397064IMG_ERR_BAD_TAP_1_VALID_RECTThe rectangle defined for Tap 1 is invalid.
-1074397063IMG_ERR_BAD_TAP_2_VALID_RECTThe rectangle defined for Tap 2 is invalid.
-1074397062IMG_ERR_BAD_TAP_3_VALID_RECTThe rectangle defined for Tap 3 is invalid.
-1074397061IMG_ERR_BAD_TAP_RECTThe tap rectangle is invalid.
-1074397060IMG_ERR_BAD_NUM_TAPSThe number of taps is invalid.
-1074397059IMG_ERR_BAD_TAP_NUMThe tap number is invalid.
-1074397058IMG_ERR_BAD_QUAD_NUMThe scarab quadrant number is invalid.
-1074397057IMG_ERR_BAD_NUM_DATA_LINESThe number of data lines requested is invalid for this image acquisition device.
-1074397056IMG_ERR_BAD_BITS_PER_COMPONENTThe bits-per-component value is invalid.
-1074397055IMG_ERR_BAD_NUM_COMPONENTSThe number of components value is invalid.
-1074397054IMG_ERR_BAD_BIN_THRESHOLD_LOWThe requested lower binary threshold value is out of range.
-1074397053IMG_ERR_BAD_BIN_THRESHOLD_HIGHThe requested upper binary threshold value is out of range.
-1074397052IMG_ERR_BAD_BLACK_REF_VOLTThe requested black reference voltage value is out of range.
-1074397051IMG_ERR_BAD_WHITE_REF_VOLTThe requested white reference voltage value is out of range.
-1074397050IMG_ERR_BAD_FREQ_STDThe video standard frequency value selected for the 6431 chip is invalid.
-1074397049IMG_ERR_BAD_HDELAYThe HDELAY value is out of range.
-1074397048IMG_ERR_BAD_LOCK_SPEEDThe setting for lock speed is invalid.
-1074397047IMG_ERR_BAD_BUFFER_LISTThe buffer list is invalid.
-1074397046IMG_ERR_BOARD_NOT_INITIALIZEDThe image aquisition device is not yet initialized.
-1074397045IMG_ERR_BAD_PCLK_SOURCEThe requested pixel clock source is invalid for this image acquisition device.
-1074397044IMG_ERR_BAD_VIDEO_LOCK_CHANNELThe selected video timing signal source is invalid for this image acquisition device.
-1074397043IMG_ERR_BAD_LOCK_SELThe selected lock mode is invalid.
-1074397042IMG_ERR_BAD_BAUD_RATEThe selected baud rate is invalid for this image acquisition device.
-1074397041IMG_ERR_BAD_STOP_BITSThe requested serial stop bits setting is invalid for this image acquisition device.
-1074397040IMG_ERR_BAD_DATA_BITSThe requested serial data bits setting is invalid for this image acquisition device.
-1074397039IMG_ERR_BAD_PARITYThe requested serial parity setting is invalid for this image acquisition device.
-1074397038IMG_ERR_TERM_STRING_NOT_FOUNDThe requested serial termination string was not found in the returned buffer.
-1074397037IMG_ERR_SERIAL_READ_TIMEOUTThe serial read did not complete within the specified timeout period.
-1074397036IMG_ERR_SERIAL_WRITE_TIMEOUTThe serial write operation could not execute within the specified timeout period.
-1074397035IMG_ERR_BAD_SYNCHRONICITYThe async setting in imgSessionAcquire is invalid.
-1074397034IMG_ERR_BAD_INTERLACING_CONFIGThis tap configuration cannot be interlaced.
-1074397032IMG_ERR_BAD_CHIP_CODEThe requested chip code is invalid. Could not find a matching chip.
-1074397031IMG_ERR_LUT_NOT_PRESENTThe LUT chip does not exist on this image acquisition device.
-1074397030IMG_ERR_DSPFILTER_NOT_PRESENTThe DSP filter does not exist on this image acquisition device.
-1074397029IMG_ERR_DEVICE_NOT_FOUNDThe image acquisition device was not found.
-1074397028IMG_ERR_ONBOARD_MEM_CONFIGAn error occurred during onboard memory configuration.
-1074397027IMG_ERR_BAD_POINTERThe pointer provided is either NULL when it should not be, or is non-NULL when it should be NULL.
-1074397026IMG_ERR_BAD_BUFFER_LIST_INDEXThe requested buffer list index is invalid.
-1074397025IMG_ERR_INVALID_BUFFER_ATTRIBUTEThe requested buffer attribute is invalid.
-1074397024IMG_ERR_INVALID_BUFFER_PTRThe requested buffer was not created by the NI-IMAQ driver software.
-1074397023IMG_ERR_BUFFER_LIST_ALREADY_LOCKEDThis image acquisition device already has a buffer list locked down in memory.
-1074397022IMG_ERR_BAD_DEVICE_TYPEThe type of image acquisition device requested is invalid.
-1074397021IMG_ERR_BAD_BAR_SIZEThe size of one or more Base Address Register windows is incorrect.
-1074397019IMG_ERR_NO_VALID_COUNTER_RECTThe selected region of interest is not valid for the camera tap configuration.
-1074397018IMG_ERR_ACQ_STOPPEDThe wait terminated because the acquisition stopped.
-1074397017IMG_ERR_BAD_TRIGGER_ACTIONThe requested trigger action is invalid.
-1074397016IMG_ERR_BAD_TRIGGER_POLARITYThe trigger polarity is invalid.
-1074397015IMG_ERR_BAD_TRIGGER_NUMBERThe requested trigger line is invalid. Please verify that this trigger line exists and is properly connected to your device.
-1074397014IMG_ERR_BUFFER_NOT_AVAILABLEThe requested buffer has been overwritten and is no longer available.
-1074397012IMG_ERR_BAD_PULSE_IDThe pulse ID is invalid.
-1074397011IMG_ERR_BAD_PULSE_TIMEBASEThe requested timebase for the pulse is invalid.
-1074397010IMG_ERR_BAD_PULSE_GATEThe gate signal for the pulse is invalid.
-1074397009IMG_ERR_BAD_PULSE_GATE_POLARITYThe polarity of the pulse gate signal is invalid.
-1074397008IMG_ERR_BAD_PULSE_OUTPUTThe output signal for the pulse is invalid.
-1074397007IMG_ERR_BAD_PULSE_OUTPUT_POLARITYThe requested polarity of the pulse output signal is invalid.
-1074397006IMG_ERR_BAD_PULSE_MODEThe requested pulse mode is invalid.
-1074397005IMG_ERR_NOT_ENOUGH_RESOURCESThere are not enough system resources to complete the requested option.
-1074397004IMG_ERR_INVALID_RESOURCEThe requested resource is invalid.
-1074397003IMG_ERR_BAD_FVAL_ENABLEThe selected FVAL enable mode is invalid.
-1074397002IMG_ERR_BAD_WRITE_ENABLE_MODEThe specified combination of enable lines is invalid.
-1074397001IMG_ERR_COMPONENT_MISMATCHInternal Error: The installed components of the NI-IMAQ driver software are incompatible. Reinstall NI-IMAQ.
-1074397000IMG_ERR_FPGA_PROGRAMMING_FAILEDInternal Error: The attempt to download the program to an FPGA was unsuccessful.
-1074396999IMG_ERR_CONTROL_FPGA_FAILEDInternal Error: The control FPGA did not initialize properly.
-1074396998IMG_ERR_CHIP_NOT_READABLEInternal Error: Attempted to read a write-only chip.
-1074396997IMG_ERR_CHIP_NOT_WRITABLEInternal Error: Attempted to write to a read-only chip.
-1074396996IMG_ERR_I2C_BUS_FAILEDInternal Error: The I2C bus did not respond correctly.
-1074396995IMG_ERR_DEVICE_IN_USEThe requested image acquisition device is already in use.
-1074396994IMG_ERR_BAD_TAP_DATALANESThe requested data lanes on a particular tap are invalid.
-1074396993IMG_ERR_BAD_VIDEO_GAINThe requested video gain value is out of range.
-1074396992IMG_ERR_VHA_MODE_NOT_ALLOWEDThe current device configuration does not allow VHA mode.
-1074396991IMG_ERR_BAD_TRACKING_SPEEDThe color video tracking speed is invalid.
-1074396990IMG_ERR_BAD_COLOR_INPUT_SELECTThe selected input connector is not valid.
-1074396989IMG_ERR_BAD_HAV_OFFSETThe offset value for the Horizontal Active Video color decoder setting is invalid.
-1074396988IMG_ERR_BAD_HS1_OFFSETThe Horizontal Sync 1offset value for the color decoder is invalid.
-1074396987IMG_ERR_BAD_HS2_OFFSETThe Horizontal Sync 2 offset value for the color decoder is invalid.
-1074396986IMG_ERR_BAD_IF_CHROMAThe chroma IF compensation setting is invalid.
-1074396985IMG_ERR_BAD_COLOR_OUTPUT_FORMATThe color output format is invalid.
-1074396984IMG_ERR_BAD_SAMSUNG_SCHCMPThe phase constant specified for the color decoder is invalid.
-1074396983IMG_ERR_BAD_SAMSUNG_CDLYThe chroma path group delay setting is invalid.
-1074396982IMG_ERR_BAD_SECAM_DETECTThe SECAM detection method is invalid.
-1074396981IMG_ERR_BAD_FSC_DETECTThe FSC detection method is invalid.
-1074396980IMG_ERR_BAD_SAMSUNG_CFTCThe chroma frequency tracking time constant is invalid.
-1074396979IMG_ERR_BAD_SAMSUNG_CGTCThe chroma gain tracking time constant setting is invalid.
-1074396978IMG_ERR_BAD_SAMSUNG_SAMPLE_RATEThe pixel sampling rate is invalid.
-1074396977IMG_ERR_BAD_SAMSUNG_VSYNC_EDGEThe requested VSYNC edge to synchronize with is invalid.
-1074396976IMG_ERR_SAMSUNG_LUMA_GAIN_CTRLThe method used to control the gain setting for luminance is invalid.
-1074396975IMG_ERR_BAD_SET_COMB_COEFThe chrominance comb coefficients setting is invalid.
-1074396974IMG_ERR_SAMSUNG_CHROMA_TRACKThe method used to track chrominance is invalid.
-1074396973IMG_ERR_SAMSUNG_DROP_LINESThe algorithm for dropping video lines is invalid.
-1074396972IMG_ERR_VHA_OPTIMIZATION_NOT_ALLOWEDVHA optimization is not applicable for the current configuration.
-1074396971IMG_ERR_BAD_PG_TRANSITIONA pattern generation is invalid.
-1074396970IMG_ERR_TOO_MANY_PG_TRANSITIONSThe number of pattern generation transitions exceeds the maximum allowed for the selected image acquisition device.
-1074396969IMG_ERR_BAD_CL_DATA_CONFIGThe data configuration for the channel link chip is invalid.
-1074396968IMG_ERR_BAD_OCCURRENCEThe requested occurrence is invalid.
-1074396967IMG_ERR_BAD_PG_MODEThe pattern generation mode is invalid.
-1074396966IMG_ERR_BAD_PG_SOURCEThe pattern generation source signal is invalid.
-1074396965IMG_ERR_BAD_PG_GATEThe pattern generation gate signal is invalid.
-1074396964IMG_ERR_BAD_PG_GATE_POLARITYThe pattern generation gate polarity is invalid.
-1074396963IMG_ERR_BAD_PG_WAVEFORM_INITIAL_STATEThe initial state for the pattern generation waveform is invalid.
-1074396962IMG_ERR_INVALID_CAMERA_ATTRIBUTEThe requested camera attribute is invalid.
-1074396961IMG_ERR_BOARD_CLOSEDThe request failed because the device is closed.
-1074396960IMG_ERR_FILE_NOT_FOUNDThe requested file could not be found.
-1074396959IMG_ERR_BAD_1409_DSP_FILEThe dspfilter1409.bin file is corrupt or missing.
-1074396958IMG_ERR_BAD_SCARABXCV200_32_FILEThe scarabXCV200.bin file is corrupt or missing.
-1074396957IMG_ERR_BAD_SCARABXCV200_16_FILEThe scarab16bit.bin file is corrupt or missing.
-1074396956IMG_ERR_BAD_CAMERA_LINK_FILEThe Camera Link FPGA bin file is corrupt or missing.
-1074396955IMG_ERR_BAD_1411_CSC_FILEThe colorspace.bin file is corrupt or missing.
-1074396954IMG_ERR_BAD_ERROR_CODEThe error code passed into imgShowError is unknown.
-1074396953IMG_ERR_DRIVER_TOO_OLDThe image acquisition device requires a newer version of the NI-IMAQ driver software.
-1074396952IMG_ERR_INSTALLATION_CORRUPTThe NI-IMAQ driver software installation is corrupt.
-1074396951IMG_ERR_NO_ONBOARD_MEMORYNI-IMAQ cannot perform an onboard acquisition because there is no onboard memory.
-1074396950IMG_ERR_BAD_BAYER_PATTERNThe Bayer pattern specified is invalid.
-1074396949IMG_ERR_CANNOT_INITIALIZE_BOARDThe image acquisition device is not operating correctly and cannot be initialized.
-1074396948IMG_ERR_CALIBRATION_DATA_CORRUPTThe stored calibration data has been corrupted.
-1074396947IMG_ERR_DRIVER_FAULTNI-IMAQ attempted to perform an illegal operation.
-1074396946IMG_ERR_ADDRESS_OUT_OF_RANGENI-IMAQ attempted to access a chip beyond the applicable addressable range.
-1074396945IMG_ERR_ONBOARD_ACQUISITIONThe requested operation is not valid for onboard acquisitions.
-1074396944IMG_ERR_NOT_AN_ONBOARD_ACQUISITIONThe requested operation is valid only for onboard acquisitions.
-1074396943IMG_ERR_BOARD_ALREADY_INITIALIZEDNI-IMAQ attempted to call an initialization function on an image acquisition device that was already initialized.
-1074396942IMG_ERR_NO_SERIAL_PORTThe image acquisition device does not have a serial port. Serial functions are invalid.
-1074396941IMG_ERR_BAD_VENABLE_GATING_MODEThe VENABLE gating mode selection is invalid.
-1074396940IMG_ERR_BAD_1407_LUT_FILEThe lutfpga1407.bin file is corrupt or missing.
-1074396939IMG_ERR_BAD_SYNC_DETECT_LEVELThe synchronization signal detection level is out of range.
-1074396938IMG_ERR_BAD_1405_GAIN_FILEThe gain1405.bin file is corrupt or missing.
-1074396937IMG_ERR_CLAMP_DAC_NOT_PRESENTThe image acquisition device does not have a clamp DAC.
-1074396936IMG_ERR_GAIN_DAC_NOT_PRESENTThe image acquisition device does not have a gain DAC.
-1074396935IMG_ERR_REF_DAC_NOT_PRESENTThe image acquisition device does not have a reference DAC.
-1074396934IMG_ERR_BAD_SCARABXC2S200_FILEThe scarabXC2S200.bin file is corrupt or missing.
-1074396933IMG_ERR_BAD_LUT_GAINThe specified LUT gain is invalid.
-1074396932IMG_ERR_BAD_MAX_BUF_LIST_ITERThe requested number of buffer lists for an onboard acquisition is invalid.
-1074396931IMG_ERR_BAD_PG_LINE_NUMThe requested line number for pattern generation is invalid.
-1074396930IMG_ERR_BAD_BITS_PER_PIXELThe requested number of bits per pixel is invalid.
-1074396929IMG_ERR_TRIGGER_ALARMTriggers are coming in too fast to handle them and maintain system responsiveness. Check for noise on your trigger line.
-1074396928IMG_ERR_BAD_SCARABXC2S200_03052009_FILEThe scarabXC2S200_03052009.bin file is corrupt or missing.
-1074396927IMG_ERR_LUT_CONFIGInternal Error: An error occurred while configuring the LUT.
-1074396926IMG_ERR_CONTROL_FPGA_REQUIRES_NEWER_DRIVERA firmware update has been applied to the device. The image acquisition device requires a newer version of the NI-IMAQ driver software to work with the update.
-1074396925IMG_ERR_CONTROL_FPGA_PROGRAMMING_FAILEDAn error occurred while updating the firmware on the device.
-1074396924IMG_ERR_BAD_TRIGGER_SIGNAL_LEVELThe trigger line does not support the requested signaling level.
-1074396923IMG_ERR_CAMERA_FILE_REQUIRES_NEWER_DRIVERThis camera file requires a newer version of NI-IMAQ.
-1074396922IMG_ERR_DUPLICATED_BUFFERAn image cannot be placed in the same buffer list more than once.
-1074396921IMG_ERR_NO_ERRORNo error
-1074396920IMG_ERR_INTERFACE_NOT_SUPPORTEDThe camera file does not support the current interface type.
-1074396919IMG_ERR_BAD_PCLK_POLARITYThe requested polarity for the pixel clock is invalid.
-1074396918IMG_ERR_BAD_ENABLE_POLARITYThe requested polarity for the enable line is invalid.
-1074396917IMG_ERR_BAD_PCLK_SIGNAL_LEVELThe requested signaling level for the pixel clock is invalid.
-1074396916IMG_ERR_BAD_ENABLE_SIGNAL_LEVELThe requested signaling level for the enable line is invalid.
-1074396915IMG_ERR_BAD_DATA_SIGNAL_LEVELThe requested signaling level for the data lines is invalid.
-1074396914IMG_ERR_BAD_CTRL_SIGNAL_LEVELThe requested signaling level for the control lines is invalid.
-1074396913IMG_ERR_BAD_WINDOW_HANDLEThe requested window handle is invalid.
-1074396912IMG_ERR_CANNOT_WRITE_FILECannot open the requested file for writing.
-1074396911IMG_ERR_CANNOT_READ_FILECannot open the requested file for reading.
-1074396910IMG_ERR_BAD_SIGNAL_TYPECannot wait on the requested signal.
-1074396909IMG_ERR_BAD_SAMPLES_PER_LINEThe specified number of samples per line is invalid.
-1074396908IMG_ERR_BAD_SAMPLES_PER_LINE_REFThe specified reference value for samples per line is invalid.
-1074396907IMG_ERR_USE_EXTERNAL_HSYNCThe current video signal requires an external HSYNC to be used to lock the signal.
-1074396906IMG_ERR_BUFFER_NOT_ALIGNEDAn image buffer is not properly aligned. All image buffers must be aligned to a 4-byte boundary.
-1074396905IMG_ERR_ROWPIXELS_TOO_SMALLThe number of pixels per row is less than the region of interest width.
-1074396904IMG_ERR_ROWPIXELS_NOT_ALIGNEDThe number of pixels per row is not properly aligned. The total number of bytes per row must be aligned to a 4-byte boundary.
-1074396903IMG_ERR_ROI_WIDTH_NOT_ALIGNEDThe ROI width is not properly aligned. The total number of bytes bounded by the ROI width must be aligned to a 4-byte boundary.
-1074396902IMG_ERR_LINESCAN_NOT_ALLOWEDLinescan mode is not valid for this tap configuration.
-1074396901IMG_ERR_INTERFACE_FILE_REQUIRES_NEWER_DRIVERThis interface file requires a newer version of NI-IMAQ.
-1074396900IMG_ERR_BAD_SKIP_COUNTThe requested skip count value is out of range.
-1074396899IMG_ERR_BAD_NUM_X_ZONESThe number of X zones in the tap configuration of the camera is invalid.
-1074396898IMG_ERR_BAD_NUM_Y_ZONESThe number of Y zones in the tap configuration of the camera is invalid.
-1074396897IMG_ERR_BAD_NUM_TAPS_PER_X_ZONEThe number of taps per X zone in the tap configuration of the camera is invalid.
-1074396896IMG_ERR_BAD_NUM_TAPS_PER_Y_ZONEThe number of taps per Y zone in the tap configuration of the camera is invalid.
-1074396895IMG_ERR_BAD_TEST_IMAGE_TYPEThe requested test image type is invalid.
-1074396894IMG_ERR_CANNOT_ACQUIRE_FROM_CAMERAThis firmware is not capable of acquiring from a camera.
-1074396893IMG_ERR_BAD_CTRL_LINE_SOURCEThe source for the camera control line is invalid.
-1074396892IMG_ERR_BAD_PIXEL_EXTRACTORThe requested pixel extractor is invalid.
-1074396891IMG_ERR_BAD_NUM_TIME_SLOTSThe requested number of time slots is invalid.
-1074396890IMG_ERR_BAD_PLL_VCO_DIVIDERThe requested VCO divide down number is invalid. The only valid values are 2, 4, 8 and 16.
-1074396889IMG_ERR_CRITICAL_TEMPThe device temperature exceeded the critical temperature threshold.
-1074396888IMG_ERR_BAD_DPA_OFFSETThe requested dynamic phase aligner offset is invalid.
-1074396887IMG_ERR_BAD_NUM_POST_TRIGGER_BUFFERSThe requested number of post trigger buffers is invalid.
-1074396886IMG_ERR_BAD_DVAL_MODEThe requested DVAL mode is invalid.
-1074396885IMG_ERR_BAD_TRIG_GEN_REARM_SOURCEThe requested trigger generator rearm source signal is invalid.
-1074396884IMG_ERR_BAD_ASM_GATE_SOURCEThe requested ASM gate signal is invalid.
-1074396883IMG_ERR_TOO_MANY_BUFFERSThe requested number of buffer list buffers is not supported by this image acquisition device.
-1074396882IMG_ERR_BAD_TAP_4_VALID_RECTThe rectangle defined for Tap 4 is invalid.
-1074396881IMG_ERR_BAD_TAP_5_VALID_RECTThe rectangle defined for Tap 5 is invalid.
-1074396880IMG_ERR_BAD_TAP_6_VALID_RECTThe rectangle defined for Tap 6 is invalid.
-1074396879IMG_ERR_BAD_TAP_7_VALID_RECTThe rectangle defined for Tap 7 is invalid.
-1074396878IMG_ERR_FRONT_END_BANDWIDTH_EXCEEDEDThe camera is providing image data faster than the image acquisition device can receive it.
-1074396877IMG_ERR_BAD_PORT_NUMBERThe requested port number does not exist.
-1074396876IMG_ERR_PORT_CONFIG_CONFLICTThe requested port cannot be cannot be configured due to a conflict with another port that is currently opened.
-1074396875IMG_ERR_BITSTREAM_INCOMPATIBLEThe requested bitstream is not compatible with the image acquisition device.
-1074396874IMG_ERR_SERIAL_PORT_IN_USEThe requested serial port is currently in use and is not accessible.
-1074396873IMG_ERR_BAD_ENCODER_DIVIDE_FACTORThe requested encoder divide factor is invalid.
-1074396872IMG_ERR_ENCODER_NOT_SUPPORTEDEncoder support is not present for this image acquisition device. Please verify that this device is capable of handling encoder signals and that phase A and B are connected.
-1074396871IMG_ERR_BAD_ENCODER_POLARITYThe requested encoder phase signal polarity is invalid.
-1074396870IMG_ERR_BAD_ENCODER_FILTERThe requested encoder filter setting is invalid.
-1074396869IMG_ERR_ENCODER_POSITION_NOT_SUPPORTEDThis image acquisition device does not support reading the absolute encoder position.
-1074396868IMG_ERR_IMAGE_IN_USEThe image appears to be in use. Please name the images differently to avoid this situation.
-1074396867IMG_ERR_BAD_SCARABXL4000_FILEThe scarab.bin file is corrupt or missing.
-1074396866IMG_ERR_BAD_CAMERA_ATTRIBUTE_VALUEThe requested camera attribute value is invalid. For numeric camera attributes, please ensure that the value is properly aligned and within the allowable range.
-1074396865IMG_ERR_BAD_PULSE_WIDTHThe requested pulse width is invalid.
-1074396864IMG_ERR_FPGA_FILE_NOT_FOUNDThe requested FPGA bitstream file could not be found.
-1074396863IMG_ERR_FPGA_FILE_CORRUPTThe requested FPGA bitstream file is corrupt.
-1074396862IMG_ERR_BAD_PULSE_DELAYThe requested pulse delay is invalid.
-1074396861IMG_ERR_BAD_PG_IDLE_SIGNAL_LEVELThe pattern generation (PG) idle state is invalid. Camera control lines sourced from the PG unit must be all tristate or all non-tristate.
-1074396860IMG_ERR_BAD_PG_WAVEFORM_IDLE_STATEThe idle state for the pattern generation waveform is invalid.
-1074396859IMG_ERR_64_BIT_MEMORY_NOT_SUPPORTEDThis device only supports acquiring into the 32-bit address space; however, portions of the image buffer list reside outside of 32-bit physical memory.
-1074396858IMG_ERR_64_BIT_MEMORY_UPDATE_AVAILABLEThis 32-bit device is operating on a 64-bit OS with more than 3GB of physical memory. An update is available to allow acquisitions into 64-bit physical memory. Launch the updater from the menu in MAX: Tools»NI Vision»Update NI-IMAQ Device Firmware.
-1074396857IMG_ERR_32_BIT_MEMORY_LIMITATIONThis 32-bit device is operating on a 64-bit OS with more than 3GB of physical memory. This configuration could allocate 64-bit memory which is unsupported by the device. To solve this problem, reduce the amount of physical memory in the system.
-1074396856IMG_ERR_KERNEL_NOT_LOADEDThe kernel component of the driver, niimaqk.sys, is not loaded. Verify that an IMAQ device is in your system or reinstall the driver.
-1074396855IMG_ERR_BAD_SENSOR_SHUTTER_PERIODThe sensor shutter period is invalid. Check the horizontal and vertical shutter period values.
-1074396854IMG_ERR_BAD_SENSOR_CCD_TYPEThe sensor CCD type is invalid.
-1074396853IMG_ERR_BAD_SENSOR_PARTIAL_SCANThe sensor partial scan mode is invalid.
-1074396852IMG_ERR_BAD_SENSOR_BINNINGThe sensor binning mode is invalid.
-1074396851IMG_ERR_BAD_SENSOR_GAINThe sensor gain value is invalid.
-1074396850IMG_ERR_BAD_SENSOR_BRIGHTNESSThe sensor brightness value is invalid.
-1074396849IMG_ERR_BAD_LED_STATEThe LED state is invalid.
-1074396848IMG_ERR_64_BIT_NOT_SUPPORTEDThe operation is not supported for 64-bit applications.
-1074396847IMG_ERR_BAD_TRIGGER_DELAYThe requested trigger delay value is not supported.
-1074396846IMG_ERR_LIGHTING_CURRENT_EXCEEDS_LIMITSThe configured lighting current level exceeds the hardware or user's configured limits.
-1074396845IMG_ERR_LIGHTING_INVALID_MODEThe configured lighting mode is invalid.
-1074396844IMG_ERR_LIGHTING_EXTERNAL_INVALID_MODEThe configured external lighting mode is invalid.
-1074396843IMG_ERR_BAD_SENSOR_EXPOSUREThe sensor exposure time is invalid.
-1074396842IMG_ERR_BAD_FRAME_RATEThe frame rate is invalid for the current configuration.
-1074396841IMG_ERR_BAD_SENSOR_PARTIAL_SCAN_BINNING_COMBINATIONThe partial scan mode / binning mode combination is invalid.
-1074396840IMG_ERR_SOFTWARE_TRIGGER_NOT_CONFIGUREDThe requested software trigger is not configured.
-1074396839IMG_ERR_FREE_RUN_MODE_NOT_ALLOWEDFree-run mode is not allowed in the current configuration. This is typically caused by simultaneously enabling free-run mode and a triggered acquisition.
-1074396838IMG_ERR_BAD_LIGHTING_RAMPUPThe lighting ramp-up delay is either less than the minimum value allowed or larger than the maximum time that the light is allowed to be on.
-1074396837IMG_ERR_AFE_CONFIG_TIMEOUTInternal Error: A write to the AFEConfig register did not complete properly.
-1074396836IMG_ERR_LIGHTING_ARM_TIMEOUTInternal Error: The arming of the lighting controller did not complete properly.
-1074396835IMG_ERR_LIGHTING_SHORT_CIRCUITThe Direct Drive lighting controller has detected an abnormal load condition, such as a short circuit. Correct the abnormal load condition before restarting the acquisition.
-1074396834IMG_ERR_BAD_BOARD_HEALTHThe board health register has indicated an internal problem.
-1074396833IMG_ERR_LIGHTING_BAD_CONTINUOUS_CURRENT_LIMITThe requested continuous current limit for the lighting controller is less than the minimum allowed current level.
-1074396832IMG_ERR_LIGHTING_BAD_STROBE_DUTY_CYCLE_LIMITThe requested duty cycle limit for the lighting controller strobe mode is invalid.
-1074396831IMG_ERR_LIGHTING_BAD_STROBE_DURATION_LIMITThe requested duration limit for the lighting controller strobe mode is invalid.
-1074396830IMG_ERR_BAD_LIGHTING_CURRENT_EXPOSURE_COMBINATIONThe lighting current is invalid because the exposure time plus the lighting ramp-up time exceeds either the strobe duration limit or the strobe duty cycle limit.
-1074396829IMG_ERR_LIGHTING_HEAD_CONFIG_NOT_FOUNDThe configuration for the desired light head was not found.
-1074396828IMG_ERR_LIGHTING_HEAD_DATA_CORRUPTThe data for the desired light head configuration is invalid or corrupt.
-1074396827IMG_ERR_LIGHTING_ABORT_TIMEOUTInternal Error: The abort of the lighting controller did not complete properly.
-1074396826IMG_ERR_LIGHTING_BAD_STROBE_CURRENT_LIMITThe requested strobe current limit for the lighting controller is less than the minimum allowed current.
-1074396825IMG_ERR_DMA_ENGINE_UNRESPONSIVEInternal Error: The DMA engine is unresponsive. Reboot the target. If the problem persists contact National Instruments.