CN105657271A - LabVIEW-based EMCCD camera data acquisition driving method - Google Patents

LabVIEW-based EMCCD camera data acquisition driving method Download PDF

Info

Publication number
CN105657271A
CN105657271A CN201610067507.8A CN201610067507A CN105657271A CN 105657271 A CN105657271 A CN 105657271A CN 201610067507 A CN201610067507 A CN 201610067507A CN 105657271 A CN105657271 A CN 105657271A
Authority
CN
China
Prior art keywords
camera
function
labview
atmcd32d
dll
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610067507.8A
Other languages
Chinese (zh)
Other versions
CN105657271B (en
Inventor
张闻文
李梦颖
陈钱
顾国华
何伟基
路东明
于雪莲
任侃
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing University of Science and Technology
Original Assignee
Nanjing University of Science and Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing University of Science and Technology filed Critical Nanjing University of Science and Technology
Priority to CN201610067507.8A priority Critical patent/CN105657271B/en
Publication of CN105657271A publication Critical patent/CN105657271A/en
Application granted granted Critical
Publication of CN105657271B publication Critical patent/CN105657271B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/60Control of cameras or camera modules
    • H04N23/66Remote control of cameras or camera parts, e.g. by remote control devices
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/60Control of cameras or camera modules
    • H04N23/64Computer-aided capture of images, e.g. transfer from script file into camera, check of taken image quality, advice or proposal for image composition or decision on when to take image

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Studio Devices (AREA)

Abstract

The invention discloses a LabVIEW-based EMCCD camera data acquisition driving method. The LabVIEW-based EMCCD camera data acquisition driving method comprises the steps: firstly invoking a camera internal function to initialize a camera; setting the mode of each module of the camera; computing relative photography parameters of the camera, thereby obtaining the pixel size of a camera detector; developing an image storage array; then, setting a For cycle to perform image acquisition and implement a pausing function; finally, invoking a ShutDown command function to release the memory space. According to the LabVIEW-based EMCCD camera data acquisition driving method, a great deal of unnecessary function invocation is reduced, so that a program is greatly simplified; the camera does not utilize only Solis software of the Andor company any more, but can combine other LabVIEW-driving hardware to achieve different purposes of data acquisition, image processing and the like, thereby overcoming a defect that the Solis software cannot be connected with the LabVIEW in use; the use range is wider; besides, purposes that the number of photographed frames of the camera is freely controlled and details of a current single-frame image can be viewed under the condition that the photography of the camera is not stopped but pauses are achieved.

Description

A kind of EMCCD camera data based on LabVIEW gathers driving method
Technical field
The invention belongs to the acquisition technology of electron multiplication CCD imaging system, particularly a kind of EMCCD camera data based on LabVIEW gathers driving method.
Background technology
Along with developing rapidly of scientific information technology, the world has stepped into the epoch of photon, and people obtain the means of information and extending to broader fields such as different-wavebands. Image information, as the most direct maximally effective information, has obtained extensive attention. How to obtain apparent image information more accurately, become important research contents. Low-light level imaging technology has complied with this development trend just, becomes one of dual-use emerging high-tech that developed country of the world today greatly develops.
Electron multiplication CCD (ElectronMultiplicationChargeCoupledDevice, EMCCD) it is the high-end photodetection product of one that in field of detecting, sensitivity is high, as novel all solid state micro-opto image device, have that volume is little, life-span length, quantum efficiency are high, low in energy consumption, sensitivity advantages of higher compared to tradition low-light level imaging device, there are very big development potentiality and application prospect in low-light level imaging field, are illustrated in figure 1 electron multiplication CCD structural representation. But the existence of existing electron multiplication CCD camera inevitably has the drawback that: data read-out mode is limited, it is impossible to be connected use with other hardware, causes use scope very limited.
LabVIEW is a kind of programming development environment, developed by American National instrument (NI) company, it is similar to C and BASIC development environment, but the significant difference of LabVIEW and other computer languages is: other computer languages are all adopt text based language to produce code, and LabVIEW uses graphical author language G coding, the program of generation is the form of block diagram. LabVIEW development environment is integrated with all instruments needed for engineer and the various application of scientist's rapid build, it is intended to help engineer and scientist to solve problem, increase productivity and constantly bring forth new ideas.But how utilizing LabVIEW software is also a big technical barrier to connect EMCCD camera, the shooting successfully controlling EMCCD camera and data acquisition.
Although Andor company provides Solis software, it is possible to is connected with camera and shoots, but its use scope is only restricted in software itself, it is impossible to combine with follow-up data processing hardware, only capable of taking pictures, acts on single, it does not have real-time. Secondly, when camera breaks down, it is impossible to know failure cause easily. In addition, just cannot be attached thereto when experiment is based on LabVIEW and carry out data acquisition, also just cannot realize controlling shooting frame number and suspending the function checked, and LabVIEW is the bridge connecting imaging system, image processing system hardware, therefore has sizable technological deficiency.
Summary of the invention
It is an object of the invention to provide a kind of EMCCD camera data based on LabVIEW and gather driving method.
The technical solution realizing the object of the invention is: a kind of EMCCD camera data based on LabVIEW gathers driving method, first calls camera internal function, camera is initialized; Secondly, the pattern of each module of camera is set; Then calculate the relevant acquisition parameters of camera, obtain camera detector pixel size; Open up image-storage array; Again, For circulation is set, carries out image acquisition and realize pause function; Finally call ShutDown command functions releasing memory space.
The present invention is compared with prior art, its remarkable advantage: (1) calls initialization function at the very start, initialize and after successfully, carry out work below again, thus simplifying camera initialization times, accelerate response time, there is good real-time, reduce much unnecessary function call, make program obtain great simplification. (2) by arranging the next shooting frame number freely controlling camera of N value of the For circulation being added in the command functions calling collected by camera image and transmission image command function. Obtaining the increase For circulation of image command function by giving, the N parameter of increase For circulation can be implemented in can be suspended when not stopping camera shooting, checks the function of any single-frame images details. (3) utilize LabVIEW software interface, camera each several part duty can be checked at any time, increase controllability, it is simple to be quickly found out mistake and amendment. (4) it is no longer limited by using the Solis software of Andor company, and the hardware that camera can drive with other LabVIEW can be made to combine, reach the different purpose such as data acquisition, image procossing, compensate for Solis and can not be connected the defect used with LabVIEW, use wider, there is higher practical value, reach freely to control the shooting frame number of camera simultaneously, can suspend, when not stopping camera shooting, the purpose checking current single-frame images details.
Below in conjunction with accompanying drawing, the present invention is described in further detail.
Accompanying drawing explanation
Fig. 1 is electron multiplication CCD structural representation.
Fig. 2 is the schematic flow sheet of the present invention.
Detailed description of the invention
In conjunction with Fig. 2, the present invention gathers driving method based on the EMCCD camera data of LabVIEW, first calls camera internal function, camera is initialized; Secondly, the pattern of each module of camera is set; Then calculate the relevant acquisition parameters of camera, obtain camera detector pixel size; Open up image-storage array; Again, For circulation is set, carries out image acquisition and realize pause function; Finally call ShutDown command functions releasing memory space.Realize specifically comprising the following steps that of said process
Step one, by USB interface, connects camera and computer, determines camera successful connection by NIMAX.
Step 2, opens LabVIEW, creates built-in function node, calls the Initialize function in atmcd32d.dll library file, camera is initialized.
Step 3, arranges each functions of modules pattern of camera, including shutter mode, aperture pattern, read mode and data acquisition, namely in LabVIEW, set up sequential organization, each sequence is used for arranging a functional mode, arranging sequentially arbitrarily of all patterns, and concrete operations are as follows:
(1) call the SetTriggerMode function setup camera shutter pattern in the library file atmcd32d.dll in SDK, input a constant 0 to SetTriggerMode function, namely apply the internal trigger pattern of camera;
(2) call the SetGateMode function setup camera aperture pattern in the library file atmcd32d.dll in SDK, input a constant 3 to SetGateMode function, even if camera aperture is always on;
(3) calling the SetReadMode function setup camera read mode in the library file atmcd32d.dll in SDK, input a constant 4 to SetReadMode function, namely application camera reads image;
(4) call the obtaining mode of SetAcquisi-tionMode function setup camera in the library file atmcd32d.dll in SDK, input a constant 1 to SetAcquisitionMode function, be i.e. application camera SingleScan pattern.
Step 4, arranges camera relevant parameter, and including time of exposure and gain size, concrete operations are as follows:
(1) calling the time of exposure of SetExposure-Time function setup camera in the library file atmcd32d.dll in SDK, exposure time values is arranged on 0.02 can obtain best shooting effect;
(2) calling the SetEMGainMode function setup camera gain size in the library file atmcd32d.dll in SDK, yield value ranges for 0��300, according to oneself needing to arrange, obtains camera detector pixel information.
Step 5, transmission information-setting by user to camera, calculates camera shooting single frames and requires time for, i.e. the summation of time of exposure, integration time and Kinetic cycle time, and user setup gain time. Concrete operations are as follows:
(1) call the GetEMCCDGain function in the library file atmcd32d.dll in SDK, make camera obtain the gain size of user setup;
(2) the GetAcquisitionTimings function in the library file atmcd32d.dll in SDK is called, camera is made to obtain the time of exposure of user setup, and calculate the total time that shooting one frame needs, wherein total time is the summation of AccumulateCycleTime, KineticcycleTime and time of exposure, and AccumulateCycleTime and KineticcycleTime is all set to 0 under SingleScan pattern.
Step 6, obtains camera detector pixel information, namely calls the GetDetector function in the library file atmcd32d.dll in SDK, obtains detector pixel count horizontally and vertically.
Step 7, uses the initialization matrix functions of LabVIEW to open up one piece of internal memory in advance, arranges the initial memory address obtaining image. The initialization matrix functions using LabVIEW opens up one piece of internal memory in advance, then the SetImage function in the library file atmcd32d.dll in SDK is called, the value arranging parameter Horz.Binning is 1, the value arranging parameter Vert.binning is 1, the value arranging Horz.Start is 1, and the value arranging Vert.start is 1.
Step 8, arranges For circulation, called after FOR1, calls command functions and the transmission image command function of collected by camera image, carry out continuous acquisition, and stored in the array opened up in advance by the image of collection in FOR1 cyclical function. For circulation is set, called after FOR1, FOR1 calls the data transfer function GetAcquiredData function starting shooting order StartAcquisition function and camera of camera, the Transfer-matrix opened up in advance to GetAcquiredData function and is exported by GetAcquiredData function and shows image.
Step 9, increases For circulation, called after FOR2 to camera data transmission explicit function, realizes suspending in shooting way by increasing the N parameter of FOR2 circulation, check the details function of current single-frame images. Arranging For circulation, called after FOR2, the N making FOR2 is 1, then be shown as the image being continually changing; Make N >=5000, be then shown as current single-frame images, thus playing the effect of time-out.
All first return values calling function are exported and demonstrate the image clapped in the front panel of LabVIEW by step 10.
Step 11, calls ShutDown command functions releasing memory space, closes camera.
The function that the inventive method is called is all from the software development kit that Andor company provides.
Embodiment
The present invention is with the EMCCD camera of Andor company, if Luca camera is that example illustrates.
1, by USB interface, connect Luca camera and computer, determine camera successful connection by NIMAX.
2, open LabVIEW, create built-in function node, call the Initialize function in the atmcd32d.dll library file that Andor company provides, camera is initialized.
3, camera function pattern is set, including shutter mode, aperture pattern, read mode and data acquisition. That is: setting up sequential organization in LabVIEW, each sequence is used for arranging a functional mode, and arranging of all patterns sequentially can be any. Concrete operations are as follows:
(1) call the SetTriggerMode function setup camera shutter pattern in the library file atmcd32d.dll in Andor company SDK, input a constant 0 to SetTriggerMode function, namely apply the internal trigger pattern of camera.
(2) call the SetGateMode function setup camera aperture pattern in the library file atmcd32d.dll in Andor company SDK, input a constant 3 to SetGateMode function, even if camera aperture is always on.
(3) calling the SetReadMode function setup camera read mode in the library file atmcd32d.dll in Andor company SDK, input a constant 4 to SetReadMode function, namely application camera reads image.
(4) obtaining mode of SetAcquisi-tionMode function setup camera in the library file atmcd32d.dll in Andor company SDK is called, a constant 1, corresponding application camera SingleScan pattern is inputted to SetAcquisitionMode function.
4, camera parameter is set, including time of exposure and gain size. Concrete operations are as follows:
(1) calling the time of exposure of SetExposure-Time function setup camera in the library file atmcd32d.dll in Andor company SDK, exposure time values is arranged on 0.02 can obtain best shooting effect.
(2) calling the SetEMGainMode function setup camera gain size in the library file atmcd32d.dll in Andor company SDK, yield value ranges for 0��300, according to oneself needing to arrange, can obtain camera detector pixel information.
5, transmission information-setting by user is to camera, needs total time and user setup gain time including calculating camera shooting single frames. Concrete operations are as follows:
(1) call the GetEMCCDGain function in the library file atmcd32d.dll in Andor company SDK, make camera obtain the gain size of user setup.
(2) the GetAcquisitionTimings function in the library file atmcd32d.dll in Andor company SDK is called, camera is made to obtain the time of exposure of user setup, and calculate the total time that shooting one frame needs, wherein total time is the summation of AccumulateCycleTime, KineticcycleTime and time of exposure, and AccumulateCycleTime and KineticcycleTime is all set to 0 under SingleScan pattern.
6, camera detector pixel information is obtained. Namely call the GetDetector function in the library file atmcd32d.dll in Andor company SDK, obtain detector pixel count horizontally and vertically.
7, use the initialization matrix functions of LabVIEW to open up one piece of internal memory in advance, the initial memory address obtaining image is set. Concrete operations are as follows:
(1) the SetImage function in the library file atmcd32d.dll in Andor company SDK is called, the value arranging parameter Horz.Binning is 1, the value arranging parameter Vert.binning is 1, and the value arranging Horz.Start is 1, and the value arranging Vert.start is 1.
8, For circulation, called after FOR1 are set. Concrete operations are as follows:
(1) in FOR1, call the data transfer function GetAcquiredData starting to shoot command functions StartAcquisition and camera of camera.
(2) Transfer-matrix opened up in advance to GetAcquiredData function and is exported by GetAcquiredData function and shows image.
9, For circulation, called after FOR2 are increased to camera data transmission explicit function. The N making FOR2 is 1, then be shown as the image being continually changing; Making N is 10000, then be shown as current single-frame images, thus playing the effect of time-out.
10, all first return values calling function are exported and show. All first return values calling function are exported and demonstrate the image clapped in the front panel of LabVIEW.
11, call ShutDown command functions releasing memory space, close camera.

Claims (9)

1. the EMCCD camera data based on LabVIEW gathers driving method, it is characterised in that first call camera internal function, camera is initialized; Secondly, the pattern of each module of camera is set; Then calculate the relevant acquisition parameters of camera, obtain camera detector pixel size; Open up image-storage array; Again, For circulation is set, carries out image acquisition and realize pause function; Finally call ShutDown command functions releasing memory space.
2. the EMCCD camera data based on LabVIEW according to claim 1 gathers driving method, it is characterised in that implement step as follows:
Step one, by USB interface, connects camera and computer, determines camera successful connection by NIMAX;
Step 2, opens LabVIEW, creates built-in function node, calls the Initialize function in atmcd32d.dll library file, camera is initialized;
Step 3, arranges each functions of modules pattern of camera, including shutter mode, aperture pattern, read mode and data acquisition;
Step 4, arranges camera relevant parameter, including time of exposure and gain size;
Step 5, transmission information-setting by user to camera, calculates camera shooting single frames and requires time for, i.e. the summation of time of exposure, integration time and Kinetic cycle time, and user setup gain time;
Step 6, obtains camera detector pixel information;
Step 7, uses the initialization matrix functions of LabVIEW to open up one piece of internal memory in advance, arranges the initial memory address obtaining image;
Step 8, arranges For circulation, called after FOR1, calls command functions and the transmission image command function of collected by camera image, carry out continuous acquisition, and stored by the image of collection in the array opened up in advance in FOR1 cyclical function;
Step 9, increases For circulation, called after FOR2 to camera data transmission explicit function, realizes suspending in shooting way by increasing the N parameter of FOR2 circulation, check the details function of current single-frame images;
All first return values calling function are exported and demonstrate the image clapped in the front panel of LabVIEW by step 10;
Step 11, calls ShutDown command functions releasing memory space, closes camera.
3. the EMCCD camera data based on LabVIEW according to claim 2 gathers driving method, it is characterized in that in step 3, camera function pattern is set, including shutter mode, aperture pattern, read mode and data acquisition, namely in LabVIEW, set up sequential organization, each sequence is used for arranging a functional mode, arranging sequentially arbitrarily of all patterns, and concrete operations are as follows:
(1) call the SetTriggerMode function setup camera shutter pattern in the library file atmcd32d.dll in SDK, input a constant 0 to SetTriggerMode function, namely apply the internal trigger pattern of camera;
(2) call the SetGateMode function setup camera aperture pattern in the library file atmcd32d.dll in SDK, input a constant 3 to SetGateMode function, even if camera aperture is always on;
(3) calling the SetReadMode function setup camera read mode in the library file atmcd32d.dll in SDK, input a constant 4 to SetReadMode function, namely application camera reads image;
(4) call the obtaining mode of SetAcquisi-tionMode function setup camera in the library file atmcd32d.dll in SDK, input a constant 1 to SetAcquisitionMode function, be i.e. application camera SingleScan pattern.
4. the EMCCD camera data based on LabVIEW according to claim 2 gathers driving method, it is characterised in that in step 4, arranging camera parameter, including time of exposure and gain size, concrete operations are as follows:
(1) calling the time of exposure of SetExposure-Time function setup camera in the library file atmcd32d.dll in SDK, exposure time values is arranged on 0.02 can obtain best shooting effect;
(2) calling the SetEMGainMode function setup camera gain size in the library file atmcd32d.dll in SDK, yield value ranges for 0��300, according to oneself needing to arrange, obtains camera detector pixel information.
5. the EMCCD camera data based on LabVIEW according to claim 2 gathers driving method, it is characterized in that in step 5, transmission information-setting by user, to camera, needs total time and user setup gain size including calculating camera shooting single frames, and concrete operations are as follows:
(1) call the GetEMCCDGain function in the library file atmcd32d.dll in SDK, make camera obtain the gain size of user setup;
(2) the GetAcquisitionTimings function in the library file atmcd32d.dll in SDK is called, camera is made to obtain the time of exposure of user setup, and calculate the total time that shooting one frame needs, wherein total time is the summation of AccumulateCycleTime, KineticcycleTime and time of exposure, and AccumulateCycleTime and KineticcycleTime is all set to 0 under SingleScan pattern.
6. the EMCCD camera data based on LabVIEW according to claim 2 gathers driving method, it is characterized in that in step 6, obtain camera detector pixel information, namely call the GetDetector function in the library file atmcd32d.dll in SDK, obtain detector pixel count horizontally and vertically.
7. the EMCCD camera data based on LabVIEW according to claim 2 gathers driving method, it is characterized in that in step 7, the initialization matrix functions using LabVIEW opens up one piece of internal memory in advance, then the SetImage function in the library file atmcd32d.dll in SDK is called, the value arranging parameter Horz.Binning is 1, the value arranging parameter Vert.binning is 1, and the value arranging Horz.Start is 1, and the value arranging Vert.start is 1.
8. the EMCCD camera data based on LabVIEW according to claim 2 gathers driving method, it is characterized in that in step 8, For circulation is set, called after FOR1, FOR1 calls the data transfer function GetAcquiredData function starting shooting order StartAcquisition function and camera of camera, the Transfer-matrix opened up in advance to GetAcquiredData function and is exported by GetAcquiredData function and shows image.
9. the EMCCD camera data based on LabVIEW according to claim 2 gathers driving method, it is characterised in that in step 9, arranges For circulation, called after FOR2, and the N making FOR2 is 1, then be shown as the image being continually changing; Make N >=5000, be then shown as current single-frame images, thus playing the effect of time-out.
CN201610067507.8A 2016-01-29 2016-01-29 A kind of EMCCD camera datas acquisition driving method based on LabVIEW Active CN105657271B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610067507.8A CN105657271B (en) 2016-01-29 2016-01-29 A kind of EMCCD camera datas acquisition driving method based on LabVIEW

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610067507.8A CN105657271B (en) 2016-01-29 2016-01-29 A kind of EMCCD camera datas acquisition driving method based on LabVIEW

Publications (2)

Publication Number Publication Date
CN105657271A true CN105657271A (en) 2016-06-08
CN105657271B CN105657271B (en) 2018-07-06

Family

ID=56488183

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610067507.8A Active CN105657271B (en) 2016-01-29 2016-01-29 A kind of EMCCD camera datas acquisition driving method based on LabVIEW

Country Status (1)

Country Link
CN (1) CN105657271B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108055527A (en) * 2017-12-14 2018-05-18 南京理工大学 Universal EMCCD tests system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060081769A1 (en) * 2004-10-20 2006-04-20 Leica Microsystems Cms Gmbh EMCCD detector, as well as a spectrometer and a microscope having an EMCCD detector
CN102223470A (en) * 2011-06-13 2011-10-19 中国科学院西安光学精密机械研究所 CCD (Charge Coupled Device) camera image signal processing method and system
CN102611836A (en) * 2012-02-06 2012-07-25 上海理工大学 High-speed image collecting method based on Labview

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060081769A1 (en) * 2004-10-20 2006-04-20 Leica Microsystems Cms Gmbh EMCCD detector, as well as a spectrometer and a microscope having an EMCCD detector
CN102223470A (en) * 2011-06-13 2011-10-19 中国科学院西安光学精密机械研究所 CCD (Charge Coupled Device) camera image signal processing method and system
CN102611836A (en) * 2012-02-06 2012-07-25 上海理工大学 High-speed image collecting method based on Labview

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
张龙 等: "电子倍增CCD模拟前端设计与信号优化", 《红外与激光工程》 *
王定远: "LabVIEW下的一种通用摄像头驱动方法", 《应用天地》 *
肖鑫: "用于日光鬼成像的EMCCD驱动和数据采集", 《中国优秀硕士学位论文全文数据库 基础科学辑》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108055527A (en) * 2017-12-14 2018-05-18 南京理工大学 Universal EMCCD tests system

Also Published As

Publication number Publication date
CN105657271B (en) 2018-07-06

Similar Documents

Publication Publication Date Title
JP7141428B2 (en) Apparatus, computer program and method for generating high dynamic range (HDR) pixel streams
CN104488258A (en) Method and apparatus for dual camera shutter
CN104869320B (en) Electronic equipment and controlling electronic devices operating method
US9361319B2 (en) Systems, methods, and computer program products for digital photography
CN110505411A (en) Image capturing method, device, storage medium and electronic equipment
JP2020516981A (en) Configurable and programmable image processor unit
CN104509092B (en) Control the method and related computing devices and computer-readable recording medium of camera
CN106233329A (en) 3D draws generation and the use of east image
CN104517307B (en) A kind of animation method and device
US11172139B2 (en) Auto exposure metering for spherical panoramic content
CN110198418A (en) Image processing method, device, storage medium and electronic equipment
CN106791412A (en) A kind of filming control method and terminal
CN110290325A (en) Image processing method, device, storage medium and electronic equipment
CN105657271A (en) LabVIEW-based EMCCD camera data acquisition driving method
CN110278375A (en) Image processing method, device, storage medium and electronic equipment
CN107071262A (en) Photographic method and camera arrangement
CN107180417B (en) Photo processing method and device, computer readable storage medium and electronic equipment
CN102566206A (en) Image shooting device and electronic device
CN110213503A (en) Image processing method, device, storage medium and electronic equipment
CN116170659A (en) Automatic photographing system and automatic photographing method
CN105430292A (en) Method and device for improving effect of photographing against light
WO2023050418A1 (en) Data processing method, data processing system, electronic device, and storage medium
US20210303824A1 (en) Face detection in spherical images using overcapture
CN115994006A (en) Animation effect display method and electronic equipment
CN209692898U (en) Different mesh camera

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant