Added functions related to BURST mode in SDK. Currently, cameras that support Burst function include QHY600, QHY411, QHY461, QHY268, QHY6060, QHY4040, QHY4040PRO, QHY2020, QHY42PRO, QHY183A
This mode is a sub-mode of continuous mode. This function can only be used in continuous mode. When this function is enabled, the camera will stop outputting image data, and the software frame rate will be reduced to 0. At this time, send relevant commands to the camera, and the camera will Output the image data with the specified frame number according to the settings, for example, set Start End to 1 6, the camera will output the image data with the frame number 2 3 4 5 when receiving the command.
Note:
1. When using Burst mode in fiber mode, the first Burst shot will be one less. For example, if the start end is set to 1 6, the output of 2 3 4 5 is normal, but in fact, only 3 4 will be output during the first burst shot. 5, 2 will not be received, the second and subsequent shots can normally obtain Burst images 2 3 4 5. This problem will be fixed later.
2. QHY2020, QHY4040 found that the frame number that came out when the exposure time was short is [start+1,end-1] but the one that came out under long exposure was [start+2,end]
3. When the camera is just connected, if the set end value is relatively large, the camera will directly output the picture after entering the burst mode. Therefore, it is necessary to set the camera to enter the IDLE state and then set the start end and related burst operations.
The following is the usage of Burst mode related functions:
1.EnableQHYCCDBurstMode
2.SetQHYCCDBurstModeStartEnd
5.SetQHYCCDBurstModePatchNumber

6.ReseQHYCCDtFrameCounter
7.SetQHYCCDEnableLiveModeAntiRBI
