Line Scan CCD Cameras S2-2x-04K40 Camera User’s Manual 23-Sep-10 03-032-10195-04 www.dalsa.
Spyder2 4k User’s Manual © 2010 DALSA. All information provided in this manual is believed to be accurate and reliable. No responsibility is assumed by DALSA for its use. DALSA reserves the right to make changes to this information without notice. Reproduction of this manual in whole or in part, by any means, is prohibited without prior permission having been obtained from DALSA.
Spyder2 4k User’s Manual Contents Introduction to the Spyder2 4K Line Scan Camera _________________________________ 5 1.1 Camera Highlights ....................................................................................................................................................... 5 1.2 Image Sensors ............................................................................................................................................................. 7 1.
Spyder2 4k User’s Manual 3.20 Setting the Pre-trigger .............................................................................................................................................. 37 Optical, Mechanical, and Thermal Considerations _________________________________ 39 4.1 Mechanical Interface .................................................................................................................................................... 39 4.2 Optical Interface .......................
Spyder2 4k User’s Manual 1 Introduction to the Spyder2 4K Line Scan Camera 1.
Spyder2 4k User’s Manual • Serial interface (ASCII, 9600 baud, adjustable to 19200, 57600, 115200), through Camera Link. Usability • Programmable gains, offsets, and camera controls • End-of-line sequence and test pattern output for debugging • Single input supply (+12 V to +15 V) • Compliant with CE and MIL-STD-810E (shock and vibration) Description The Spyder2 4k camera uses a single voltage power supply. Cabling and interface are simplified with the Camera Link high-speed serial standard.
Spyder2 4k User’s Manual 1.2 Image Sensors The Spyder2 4k cameras use the IT-P1 image sensor, with 10 µm square pixels, 100% fill factor, and pinned photodiodes. Figure 1: IT-P1 Image Sensor Relative position 1 of package Pin 1 1.3 Camera Performance Specifications The following two tables list the camera’s performance specifications.
Spyder2 4k User’s Manual Specification Units Min Max Notes Front plate Temperature °C 10 50 1 Temperature drift before recalibration, (recommendation) °C Temperature 10 Sensor Alignment x,y µm ±175 z mm ±0.18 θz ° ±0.6 Note that the environment conditions represent the state of the environment when the camera was being tested. Typical results are the average values obtained with at a 1 kHz line rate and 30 °C.
Spyder2 4k User’s Manual 1. Measured at front plate. The corresponding ambient temperature range with still air is 0 °C – 37 °C. 2. Due to FPN/PRNU correction calculations, certain digital numbers will be unavailable when outputting 10 bits with FPN/PRNU correction. 3. Measurements taken at maximum line rates. 4. Exposure control enabled to set the maximum integration time to 200 µs. 5. Refer to Appendix D for a DC Offset de-rating curve.
03-032-10195-04 Spyder2 4k User’s Manual DALSA
Spyder2 4k User’s Manual 2 Camera Hardware Interface 2.1 Installation Overview In order to set up your camera, you should take these steps: 1. Connect Camera Link™ cables from camera to frame grabber. 2. Connect power. You must also set up the other components of your system, including light sources, frame grabbers, camera mounts, heat sinks, host computers, optics, encoders, and so on. 2.
Spyder2 4k User’s Manual 2.3 Connectors, Pinouts, and Cables The camera uses a high-density 26 pin MDR26 connector for Camera Link control signals, data signals, and serial communications, and a 6 pin Hirose connector for power.
Spyder2 4k User’s Manual Table 4: DALSA Camera Control Configuration Signal Configuration Pin CC1 EXSYNC 9, 22 CC2 PRIN 10, 23 CC3 Spare 11, 24 CC4 Spare 12, 25 See Appendix B for the complete DALSA Camera Link configuration table, and refer to the DALSA Web site, vfm.dalsa.com, for the official Camera Link documents.
Spyder2 4k User’s Manual the serial interface. Power-on rate is always 9600 baud. The external control signals, EXSYNC and PRIN, are optional and enabled through the serial interface. PRIN PRIN is an optional input signal used for exposure control (PRIN). IMPORTANT: This camera uses the falling edge of EXSYNC to trigger line readout, unlike previous DALSA cameras, which used the rising edge.
Spyder2 4k User’s Manual Test Pattern Pixels and End-of-line Sequence For information on the test pattern and end of line sequence commands, see section 3.17 Generating Test Patterns. To facilitate system-level debugging and verification of data path integrity, the camera can generate a test pattern. The test pattern is a ramp from 0 to 255 DN, then starts at 0 again. Use the test pattern to verify the proper timing and connections between the camera and the frame grabber.
Spyder2 4k User’s Manual 2.7 Timing Figure 3. Spyder2 4K Overview Timing Showing Input and Output Relationships Figure 4.
Spyder2 4k User’s Manual Table 5: Spyder2 4K (Fixed Integration Mode) Symbol Definition Min (ns) twSYNC The minimum low width of the EXSYNC pulse when not in SMART EXSYNC mode. twSYNC(SMART) * The minimum low width of the EXSYNC pulse when in SMART EXSYNC modes to guarantee the photosites are reset. twSYNC_INT The minimum width of the high pulse when the “SMART EXSYNC” feature is turned off twSYNC_INT (SMART) * Is the integration time when the “SMART EXSYNC” feature is available and turned on.
Spyder2 4k User’s Manual 2.8 Camera Link Serial Communication Camera features can be controlled through the Camera Link™ serial communication (LVDS, 9600 baud). The serial interface uses simple ASCII-based protocol. The following chapter describes how to configure the camera using the serial interface.
Spyder2 4k User’s Manual 3 Software Interface: How to Control the Camera 3.1 Overview i This chapter details the most commonly used commands. See Appendix C for the complete syntax and command reference for the camera’s serial interface. All camera features can be controlled through the serial interface. The camera can also be used without the serial interface after it has been set up correctly.
Spyder2 4k User’s Manual 3.2 Command Format • A carriage return (CR) ends each command. • Values in square brackets are optional. • There are two methods for entering the commands: In long form each command is written in its entirety. In short form, only a predefined abbreviation is required. The manual uses the short form. • The camera will answer each command with either "OK >" or "Error x: Error Message >". The ">" is always the last character sent by the camera.
Spyder2 4k User’s Manual 3.4 Startup When the camera is first started, it must perform several actions before it is ready for imaging. This startup routine takes approximately 15 seconds, and follows this sequence: 1. Initializes the camera and all internal hardware. 2. Loads the last settings saved to non-volatile memory, including the last set of video correction coefficients, if previously saved. 3. Restores user settings if previously saved, otherwise factory settings. 4.
Spyder2 4k User’s Manual 3.6 Setting Baud Rate To set the speed of the camera serial communication port, use the command: Syntax: sbr i Syntax Elements: i Baud rate. Available baud rates are: 9600 (Default), 19200, 57600, and 115200. Notes: Example: • Power-on rate is always 9600 baud. • The rc (reset camera) command will not reset the camera to the power-on baud rate. sbr 57600 3.
Spyder2 4k User’s Manual 3.8 Setting the Video Mode The video mode sets whether the camera is running in calibrated or uncalibrated mode, or if it is generating a test pattern. To set the video mode, use the command: Syntax: svm i Syntax Elements: i Video mode to use. Allowable values are: 0 Uncalibrated video, deactivated video correction 1 Calibrated video, activated video correction 2 Test pattern right Notes: To obtain the current video mode, use the command gcp. 3.
Spyder2 4k User’s Manual 1. You must first set the camera mode using the sem command. Refer to Setting the Exposure Mode on the following page for details. 2. Then, when applicable, use the commands ssf (mode 2 only) to set the line rate and/or set (mode 2 or 6), to set the exposure time. Refer to Setting Line Rate and Setting Exposure Time below for details. Setting the Exposure Mode To select an exposure mode, use the command: Syntax: sem i Syntax Elements: i Exposure mode to use.
Spyder2 4k User’s Manual Setting Exposure Time Camera must be operating in exposure mode 2 or 6. To set the camera exposure time, use the command: Syntax: set f Syntax Elements: f Floating point number in µsecs. Notes: • To read the current exposure time, use the command gcp. • If you enter an invalid exposure time, the valid range of values will be displayed. Related Commands: sem, ssf Example: set 2100 3.
Spyder2 4k User’s Manual Returning a Single Line of Video The gl command returns a complete line of video (without digital processing or test pattern) displaying one pixel value after another. It also displays the minimum, maximum, and mean value of the line sampled. If a region of interest has been set, the statistics are generated for the region of interest only.
Spyder2 4k User’s Manual To set the number of lines to sample, use the command: Syntax: css i Syntax Elements: i Notes: Example: Number of lines to sample. Allowable values are 16, 32, or 64 (factory setting). To return the current setting, use the gcp command. css 32 To return the average of multiple lines of video, use the command: Syntax: gla [x1] [x2] Syntax Elements: [x1] Optional parameter. This sets the start pixel to display on screen. Allowable range is 1 to sensor pixel count.
Spyder2 4k User’s Manual Setting Analog Offset To set the analog offset of the camera, use the command: Syntax: sao t i Syntax Elements: t Tap selection. Allowable range is 1 to 2, or 0 for all taps. i Analog offset value. Allowable range is 0 to 1023. Notes: Example: • The offset increases linearly with higher values. A value of 100 does not equal an offset of 100DN. • The resulting analog offset value depends on other camera parameters such as temperature, line rate, and gain.
Spyder2 4k User’s Manual Subtracting Offset in Calibrated Mode To subtract the A/D offset from the video signal in calibrated mode only (svm 1), prior to the PRNU correction, use the command: Syntax: sdo t i Syntax Elements: t Tap selection. Allowable range is 1 to 2, or 0 for all taps. i Subtracted offset value in a range from 0 to 511. Notes: Example: • When subtracting a digital value from the digital video signal, the output can no longer reach its maximum.
Spyder2 4k User’s Manual 3.13 Setting Gains Optimizing gain in the analog domain allows you to achieve a better signal-to-noise ratio (dynamic range) than you would achieve by trying to optimize the gain in the digital domain. To set the analog gain mode, use the command: Syntax: sg t f Syntax Elements: t Tap selection. Allowable range is 1 to 2, or 0 for all taps. f Gain setting. A gain value of 0 sets the camera to its nominal gain (0 dB). The specified gain value range is from –10 to 10 dB.
Spyder2 4k User’s Manual To calibrate the analog gain: Syntax: cag t i Syntax Elements: t Tap selection. Allowable range is 1 to 2, or 0 for all taps. i Line average in a range dependent on the current camera data mode setting: 8-bit: 64 to 251 DN 10 bit: 256 to 1007 DN See section 3.11 Returning Video Information for more information on line averages Notes: • This function requires constant light input while executing. • This command sets gain in uncalibrated mode.
Spyder2 4k User’s Manual The white light calibration is performed next to determine the multiplication factors required to bring each pixel to the required value (balance target) for flat, white output. Video output is set slightly above the brightest pixel (depending on offset subtracted). For FPN (dark light) the value of all pixels must be between 1DN and 127DN. For PRNU (white light) the value must be between 128DN and 254DN.
Spyder2 4k User’s Manual To perform dark calibration: 1. Stop all light from entering the camera. (Tip: cover lens with a lens cap.) 2. Verify that output signal level is within range by issuing the command gl or gla (a valid range is 1-127). If the signal level is too low, adjust the analog offset (sao). If the signal level is too high, ensure that no light is entering the camera, reduce the analog offset or reduce the gain level (sg). 3. Issue the command ccf.
Spyder2 4k User’s Manual To perform a white light calibration: 1. Place a white reference in front of the camera. 2. Verify that output signal level is within range by issuing the command gl or gla (valid range is 128-254). If signal level is too low or too high, adjust the gain using the command sg. 3. Instruct the camera to perform a white light calibration using the command ccp. The camera will respond with OK> if no error occurs.
Spyder2 4k User’s Manual To read the FPN coefficient, use the command: Syntax: gfc i Syntax Elements: i The pixel number to read. Example: gfc 10 3.16 Setting and Reading PRNU Coefficients You can set or read an individual pixel’s PRNU coefficient. To set the PRNU coefficient, use the command: Syntax: spc i i Syntax Elements: i The pixel number from 1 to the pixel count.
Spyder2 4k User’s Manual sequence, use the command els 1. To disable the end-of-line sequence, use the command els 0. Use the sut and slt commands to set threshold values between 0 and 255 for 8 bit data modes, or 0 to 1023 for 10-bit data modes. 3.18 Monitoring the Camera The camera is equipped with a red/green LED used to display the operational status of the camera.
Spyder2 4k User’s Manual Value Function 0 Disable selected task 1 Enable selected task Note: by default all monitoring tasks are enabled except voltage monitoring. Example: enable all monitoring tasks wed 0 1 Example: disable EXSYNC presence wed 3 0 Temperature Measurement The temperature of the camera can be determined by using the vt command. This command will return the temperature inside the cover in degrees Celsius. For proper operation, this value should not exceed 75 °C.
03-032-10195-04 Spyder2 4k User’s Manual DALSA
Spyder2 4k User’s Manual 4 Optical, Mechanical, and Thermal Considerations 4.1 Mechanical Interface The camera’s electronics are housed in a ruggedized lightweight aluminum case. Mounting The camera can be mounted using the M3 holes (metric-threaded) on its base or top, and on its front plate at the corners. Environment The camera and cables should be shielded from environmental noise sources for best operation. The camera should also be kept as cool as possible.
Spyder2 4k User’s Manual steady state temperature. For Spyder2, at an ambient temperature of 25 °C and with no airflow, the camera takes 90 minutes to achieve steady state and 20 minutes to reach within 10 °C of steady state. If your system cannot perform flat-field correction after warm-up consider the recommended methods of reducing dark current and overall camera temperatures (see below).
Spyder2 4k User’s Manual Figure 5: Mechanical Dimensions WITH LARGE FORMAT ADAPTER WITH F MOUNT Ø78.0 62.3 89.2 M72X0.75 9.1 (2X) 3.5 (2X) 3 2 .5 POWER 25.0 46.81 (2X) STATUS 54.9(2X) 10.5 46.81 (2X) 58.0 (2X) 65.0 85.0 CONTROL DATA 1 7.5 (2X) 6.0 (4X) 4 9 .3 5 3 .7 19.1 (2X) 3.5 (2X) M3x0.5 - 6H (4X) 7.0 DEEP M2x0.4 - 6H(4X) 7.0 DEEP OPTICAL DIS TANCE 6.56±0.25 CAMERA SURFACE TO DIE SURFACE NO MOUNT 70.0 (2X) M3x0.5 - 6H (4X) 5.0 DEEP 78.0 (2X) 85.0 All units in mm.
Spyder2 4k User’s Manual 4.2 Optical Interface Depending upon resolution the cameras can be ordered with different lens mounts. The following table provides this information. Lens Mounts Camera Configuration Available Lens Mount Options 4K, 2 Tap No mount and F mount and M72x0.75 All F mount adapters have the appropriate back focal distance for the lens type being used. Ensure that the image circle diameter of the lens to be used is as great as the length of the imaging region.
Spyder2 4k User’s Manual • Some light sources age; over their life span they produce less light. This aging may not be uniform—a light source may produce progressively less light in some areas of the spectrum but not others. Filters CCD cameras are extremely responsive to infrared (IR) wavelengths of light. To prevent infrared from distorting the images you scan, use a “hot mirror” or IR cutoff filter that transmits visible wavelengths but does not transmit wavelengths over 750nm.
Spyder2 4k User’s Manual object space correspond to each pixel in the image sensor. Using the preceding equation, the object distance must be 450 mm (0.450 m). 10 μm 45 mm = 100 μm OD 03-032-10195-04 OD = 450 mm ( 0.
Spyder2 4k User’s Manual 5 CCD Handling Instructions 5.1 Electrostatic Discharge and the CCD Sensor Cameras contain charge-coupled device (CCD) image sensors, which are metal oxide semiconductor (MOS) devices and are susceptible to damage from electrostatic discharge (ESD). Electrostatic charge introduced to the sensor window surface can induce charge buildup on the underside of the window that cannot be readily dissipated by the dry nitrogen gas in the sensor package cavity.
Spyder2 4k User’s Manual Dust can normally be removed by blowing the window surface using a compressed air blower, unless the dust particles are being held by an electrostatic charge, in which case either an ionized air blower or wet cleaning is necessary. Oil is usually introduced during handling. Touching the surface of the window barehanded will leave oily residues. Using rubber fingercots and rubber gloves can prevent oil contamination.
Spyder2 4k User’s Manual 6 Troubleshooting The information in this chapter can help you solve problems that may occur during the setup of your camera. Remember that the camera is part of the entire acquisition system. You may have to troubleshoot any or all of the following: power supplies frame grabber hardware & software light sources operating environment cabling host computer optics encoder Your steps in dealing with a technical problem should be: 1.
Spyder2 4k User’s Manual PRIN PRIN is an optional input signal used to control exposure control (PRIN). PRIN Indicates High Low Integration Pixel reset Data Clocking/Output Signals To validate cable integrity, have the camera send out a test pattern and verify it is being properly received. Refer to section D11 Generating Test Patterns for further information. 6.2 Troubleshooting Using the Serial Interface The following commands can aid in debugging.
Spyder2 4k User’s Manual • No test pattern or bad test pattern — May indicate a problem with the camera (e.g. missing bit) or a system setup problem (e.g. frame grabber or timing). Verify the presence of the LVAL and STROBE signals. • Test pattern successful — Run the svm 0 command to deactivate video correction. Then run the gl command under both dark and light conditions to retrieve a line of raw video (no digital processing).
Spyder2 4k User’s Manual 6.3 Specific Solutions No Output or Erratic Behavior If your camera provides no output or behaves erratically, it may be picking up random noise from long cables acting as antennae. Do not attach wires to unused pins. Verify that the camera is not receiving spurious inputs (e.g. EXSYNC or PRIN, if camera is in exposure mode that regulates external signals).
Spyder2 4k User’s Manual test pattern pixels (first 2 pixels following the last End-of-line pixel. You may need to turn the End-of-line sequence “on” by sending the command els 1). Any deviation from a consistent value of these pixels (170DN/85DN) could be an indication of the following: • shorted bits • stuck bits • digital noise pickup on the I/O cable • open connection. To activate the test pattern, use the command svm 2.
03-032-10195-04 Spyder2 4k User’s Manual DALSA
Spyder2 4k User’s Manual Appendix A Camera Link™ Reference Camera Link is a communication interface for vision applications. For years, the scientific and industrial digital video market has lacked a standard method of communication. Both frame grabbers and camera manufacturers developed products with different connectors, making cable production difficult for manufacturers and very confusing for consumers.
Spyder2 4k User’s Manual • DVAL—Data Valid (DVAL) is defined HIGH when data is valid. • Spare— A spare has been defined for future use. All four enable signals must be provided by the camera on each Channel Link chip. All unused data bits must be tied to a known value by the camera. For more information on image data bit allocations, refer to the official Camera Link specification on the vfm.dalsa.com web site. Camera Control Signals Four LVDS pairs are reserved for general-purpose camera control.
Spyder2 4k User’s Manual Appendix B EMC Declaration of Conformity DALSA 605 McMurray Rd., Waterloo, ON CANADA N2V 2E9 We, declare under sole responsibility, that the product(s): S2-2x-04K40 fulfill(s) the requirements of the standard(s) EMC: EN 55022 Class A, and EN 61326 EN 55024, and EN 61326 This product complies with the requirements of the Low Voltage Directive 73/23/EEC and the EMC Directive 89/336/EEC and carries the CE mark accordingly.
03-032-10195-04 Spyder2 4k User’s Manual DALSA
Spyder2 4k User’s Manual Appendix C Communications Protocol C1 Protocol Overview This protocol defines the method used to control the camera via a serial interface. The communication protocol defines the command format used and error messages provided. C2 Protocol Features • ASCII-based Camera Serial Port Defaults • 8 data bits • 1 stop bit • No parity • No flow control • 9.
Spyder2 4k User’s Manual Command Format command_long/short_form [parameters…] CR Example: to set the gain to –3.5 dB on all taps set_gain 0 –3.5 or sg 0 –3.5 Example: to return the camera model number get_camera_model or gcm Example: to begin a camera calibration (dark correction) correction_calibrate_fpn or correction_calibrate_fpn i or ccf or ccf i C4 Networking Mode The camera's network feature provides the capability to connect and control multiple cameras over a multi-drop RS485 link.
Spyder2 4k User’s Manual Changing Network ID of a Camera To change the ID of a networked camera, even if some or all of the cameras share the same camera ID, provide the serial number of the camera as the second parameter when sending the broadcast version of the sci command. Example: change network ID of camera with serial number abcd to 1 : sci 1 abcd Note: each camera must be polled following use of a broadcast command.
Spyder2 4k User’s Manual To poll the status of a networked camera, send an empty network command to each camera until they each return the READY reply. Both the READY and BUSY reply consist of six characters: Carriage Return (CR), Line Feed (LF), and the network ID of the queried camera, followed by a space and either the BUSY code "0", or the READY code "1" and the prompt character ">".
Spyder2 4k User’s Manual C5 Error Handling Use the gps command to read the status of the last command executed. Return values come in the following order: • Decimal number representing the code of the last command. • Decimal number representing the error code for last command executed. • Decimal value representing sum of all informal message codes caused by last command executed. • Decimal number representing sum of all pending warning values from all monitoring tasks.
Spyder2 4k User’s Manual Error Codes 03-032-10195-04 Cod e Description Suggested Cause 9 Start value must be an odd number less than the even numbered end value roi: invalid starting or ending pixel index 10 Camera memory check failure Memory test of external RAM failed 11 Unable to configure DSP DSP (FPGA) configuration failure 12 DSP configuration reset failure DSP (FPGA) could not be placed in configuration mode 13 Get line process command timed out, check for the presence of exter
Spyder2 4k User’s Manual Error Codes Cod e 29 Description Suggested Cause number outside ROI. tap number specified in cag command is outside region of interest. Unable to calibrate offset. Tap number outside ROI. Analog offset could not be calibrated because tap number specified in cao command is outside region of interest.
Spyder2 4k User’s Manual Monitoring Task Message Codes Code Description Suggested Cause voltages out of specification specification 2 WARNING: Camera temperature exceeds specified limit Current camera temperature exceeds specification limit 4 WARNING: External SYNC not detected Exposure Mode 3,4,5,6: external SYNC not detected 8 WARNING: External PRIN not detected Exposure Mode 2: external PRIN not detected 16 WARNING: Analog gain is over/under the specification Current analog gain sett
Spyder2 4k User’s Manual GCP Screen Desctiption Analog Gain (dB): +0.0 +0.0 Analog gain value set with the sg and cao commands. Available only in uncalibrated mode (svm 0). See section 3.13 Setting Gains for details. Analog Offset: 308 324 Analog offset value set with the sao and cag command. The cag command is available only in uncalibrated mode (svm 1). See section 3.12 Optimizing Offset Performance for details. SETTINGS FOR CALIBRATED MODE: Analog Gain (dB): +0.0 +0.
Spyder2 4k User’s Manual GCP Screen Desctiption after a power up. Calibration status will return to uncalibrated after camera reboot or a rpc or svm 0 command had been issued. SETTINGS COMMON TO CALIBRATED AND UNCALIBRATED MODES: 03-032-10195-04 Digital gain value set with the ssg command. See section 3.13 Setting Gains for details. Background subtract value set with the ssb command. See section 3.12 Optimizing Offset Performance for details. Background add value set with the sab command.
Spyder2 4k User’s Manual GCP Screen Desctiption End-Of-Line Sequence: on Upper Threshold: 240 Lower Threshold: 15 Region of Interest: 0001-4096 States whether an end of line sequence is turned on or off. Set using the eol command. See section 3.17 Generating Test Patterns for details. Upper threshold value set with the sut command. Lower threshold value set with the slt command. Region of interest size set with the roi command. See section 3.10 Setting a Region of Interest for details.
Parameters: i = integer f = float t = tap selector s = string x1 = pixel start number x2= pixel end number []= optional parameter 03-032-10195-04 Spyder2 4k User’s Manual Cod e Command Short Form Parameters Description 4 correction_set_sample css i Set number of line samples averaged for pixel coefficient calculations or for output of gla command. Values: 16, 32, 64.
Parameters: i = integer f = float t = tap selector s = string x1 = pixel start number x2= pixel end number []= optional parameter 03-032-10195-04 Spyder2 4k User’s Manual Cod e Command Short Form Parameters Description 19 region_of_interest roi i i Set the pixel range for reading end-of-line statistic and for the region of pixels used in the cag, cao, gl, gla, ccf, and ccp commands. Pixel start and end values in a range from 1 to sensor pixel count.
Parameters: i = integer f = float t = tap selector s = string x1 = pixel start number x2= pixel end number []= optional parameter 03-032-10195-04 Spyder2 4k User’s Manual Cod e Command Short Form Parameters Description 29 set_digital_offset sdo t i Subtracts the input value from the video signal prior to the PRNU correction. The first parameter is the tap selection 1 to 2, 0 for all taps. The second parameter is the offset in a range from 0 to 511. Use in calibrated mode only.
Parameters: i = integer f = float t = tap selector s = string x1 = pixel start number x2= pixel end number []= optional parameter 03-032-10195-04 Spyder2 4k User’s Manual Cod e Command Short Form Parameters Description 36 set_pretrigger sp i Set the pretrigger to a value from 0 or 15. 37 set_prnu_coeff spc i i Set the PRNU coefficient. The first parameter is the pixel number within the range 1 to 8192.
Parameters: i = integer f = float t = tap selector s = string x1 = pixel start number x2= pixel end number []= optional parameter 03-032-10195-04 Spyder2 4k User’s Manual Cod e Command Short Form Parameters Description 46 write_pixel_coeffs wpc Write all current pixel coefficients to EEROM. 47 write_user_settings wus Write all of the user settings to EEROM except pixel coefficients which are written using the wpc command.
Spyder2 4k User’s Manual Appendix D DC Offset De-rating Curve This increased dark current is only an issue when the camera is using long integration times, at the maximum gain setting, or at high ambient temperatures. Operating the camera at high temperatures or at low line rates with maximum gain, impacts the camera’s ability to perform offset calibration. Figure 7 illustrates camera operating conditions and the associated limits for optimal offset calibration.
03-032-10195-04 Spyder2 4k User’s Manual DALSA
Spyder2 4k User’s Manual Appendix E Revision History Revision Number 03-032-10195-04 Change Description 00 Initial release 01 Mechanical drawing and sensor drawing update. 02 "Pending" stamp removed from EMC Declaration of Conformity, on page 55, and replaced with fulfilled requirements: EN 55022 Class A and EN 61326; and EN 55024 and EN 61326. 03 Maximum line rate updated from 9 kHz to 10 kHz. 04 Preliminary stamp removed.
03-032-10195-04 Spyder2 4k User’s Manual DALSA
Spyder2 4k User’s Manual Index A applications, 6 B baud rate, 22 bright lines, 50 C cables, 13 calibrating the camera, 31 calibration dark, 32 errors, 34 overview, 31 results, 34 steps, 32 time, 32 white light, 33 camera controls, 13, 54 Camera Link, 53 command reference, 57 commands descriptions, 67 long form, 20 parameters, 20 short form, 20 communications protocol, 57 connector Camera Link, 12 MDR26, 12 power, 12 cooling, 39 D dark calibration, 32 dark current, 40 dark patches, 50 Data Bus, 14 da
Spyder2 4k User’s Manual modeling, 43 mounts, 42 light sources, 42 line dropout, 50 line rate, 17, 23, 24, 66 setting, 17, 23, 66 line statistics, 25 LVDS, 53 R M sensor, 7 alignment, 42 cleaning, 45 serial interface, 19 settings gain, 30 offset, 27 pretrigger, 37 restoring, 21 saving, 21 specifications electro-optic, 8 performance, 7 startup, 21 statistics, 25 STROBE troubleshooting, 49 stuck bits, 50 magnification, 43 mode data, 22 exposure, 23 networking, 58 video, 23 modes exposure, 23 operatin