@tech@zwo#46610
Hello.
I assume that you wanted me to use the main_SDK2_video
app in the home folder after installation, so that is what I have done. Let me know if I should be testing by doing something else and I will do that instead.
Step 0
I used sudo raspi-config
to:
- Enable remote access (VNC)
- Set locale to English (Australia)
- Set timezone to Australia/Melbourne
Step 1
I ran some standard debugging commands to verify platform and architecture details.
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.10.17-v8+ #1403 SMP PREEMPT Mon Feb 22 11:37:54 GMT 2021 aarch64 GNU/Linux
pi@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
pi@raspberrypi:~ $ cat /etc/debian_version
10.8
pi@raspberrypi:~ $ ls
2021-05-20-165323_1920x1080_scrot.png Bookshelf libASICamera2.so Public
2021-05-20-165324_1920x1080_scrot.png Desktop main_SDK2_video Templates
asicamerasdk.log Documents Music Videos
a.txt Downloads Pictures
pi@raspberrypi:~ $ ldd ./main_SDK2_video
linux-vdso.so.1 (0x0000007fa6c0d000)
libpthread.so.0 => /lib/aarch64-linux-gnu/libpthread.so.0 (0x0000007fa6b9d000)
libusb-1.0.so.0 => /lib/aarch64-linux-gnu/libusb-1.0.so.0 (0x0000007fa6b76000)
libASICamera2.so => /lib/libASICamera2.so (0x0000007fa6843000)
libstdc++.so.6 => /lib/aarch64-linux-gnu/libstdc++.so.6 (0x0000007fa66b8000)
libm.so.6 => /lib/aarch64-linux-gnu/libm.so.6 (0x0000007fa65fb000)
libgcc_s.so.1 => /lib/aarch64-linux-gnu/libgcc_s.so.1 (0x0000007fa65d7000)
libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x0000007fa6465000)
/lib/ld-linux-aarch64.so.1 (0x0000007fa6bdf000)
libudev.so.1 => /lib/aarch64-linux-gnu/libudev.so.1 (0x0000007fa6431000)
Step 2
The first time I ran the program I just ran it normally.
Note that ldd
reports that it is using libASICamera2.so
from /lib/libASICamera2.so
and not the version from the home directory at /home/pi/libASICamera2.so
.
pi@raspberrypi:~ $ ./main_SDK2_video
attached cameras:
0 ZWO ASI294MM Pro
select one to privew
0
ZWO ASI294MM Pro information
resolution:8288X5644
Mono camera
Gain
Exposure
Offset
BandWidth
Flip
AutoExpMaxGain
AutoExpMaxExpMS
AutoExpTargetBrightness
HighSpeedMode
Temperature
CoolPowerPerc
TargetTemp
CoolerOn
Use customer format or predefined fromat resolution?
0:customer format
1:predefined format
0
Please input the <width height bin image_type> with one space, ie. 640 480 2 0. use max resolution if input is 0. Press ESC when video window is focused to quit capture
8288 5644 1 2
set image format 8288 5644 1 2 success, start privew, press ESC to stop
Please input exposure time(ms)
50
sensor temperature:14.4
fps:0 dropped frames:4 ImageType:2
fps:0 dropped frames:10 ImageType:2
fps:0 dropped frames:10 ImageType:2
fps:0 dropped frames:15 ImageType:2
fps:0 dropped frames:21 ImageType:2
fps:0 dropped frames:23 ImageType:2
fps:0 dropped frames:25 ImageType:2
fps:0 dropped frames:30 ImageType:2
fps:0 dropped frames:37 ImageType:2
fps:0 dropped frames:41 ImageType:2
fps:0 dropped frames:50 ImageType:2
fps:0 dropped frames:53 ImageType:2
fps:0 dropped frames:65 ImageType:2
fps:0 dropped frames:70 ImageType:2
fps:0 dropped frames:80 ImageType:2
fps:0 dropped frames:87 ImageType:2
fps:0 dropped frames:90 ImageType:2
fps:0 dropped frames:104 ImageType:2
fps:0 dropped frames:110 ImageType:2
fps:0 dropped frames:125 ImageType:2
fps:0 dropped frames:127 ImageType:2
fps:0 dropped frames:130 ImageType:2
fps:0 dropped frames:137 ImageType:2
fps:0 dropped frames:145 ImageType:2
fps:0 dropped frames:151 ImageType:2
fps:0 dropped frames:153 ImageType:2
fps:0 dropped frames:159 ImageType:2
^C
pi@raspberrypi:~ $
Step 3
In case the program was supposed to be using the libASICamera2.so
file from the home directory, I also ran the program specifying the LD_LIBRARY_PATH
environment variable.
pi@raspberrypi:~ $ LD_LIBRARY_PATH=. ./main_SDK2_video
attached cameras:
0 ZWO ASI294MM Pro
select one to privew
0
ZWO ASI294MM Pro information
resolution:8288X5644
Mono camera
Gain
Exposure
Offset
BandWidth
Flip
AutoExpMaxGain
AutoExpMaxExpMS
AutoExpTargetBrightness
HighSpeedMode
Temperature
CoolPowerPerc
TargetTemp
CoolerOn
Use customer format or predefined fromat resolution?
0:customer format
1:predefined format
0
Please input the <width height bin image_type> with one space, ie. 640 480 2 0. use max resolution if input is 0. Press ESC when video window is focused to quit capture
8288 5644 1 2
set image format 8288 5644 1 2 success, start privew, press ESC to stop
Please input exposure time(ms)
50
sensor temperature:18.3
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:5 ImageType:2
fps:0 dropped frames:9 ImageType:2
fps:0 dropped frames:15 ImageType:2
fps:0 dropped frames:21 ImageType:2
fps:0 dropped frames:26 ImageType:2
fps:0 dropped frames:33 ImageType:2
fps:0 dropped frames:38 ImageType:2
fps:0 dropped frames:49 ImageType:2
fps:0 dropped frames:55 ImageType:2
fps:0 dropped frames:61 ImageType:2
^C
pi@raspberrypi:~ $
Step 4
Debug Output is not enabled by default, so finally I set <DebugPrint>
to 01
and then re-ran the program.
pi@raspberrypi:~ $ vi ~/.ZWO/ASIconfig.xml
# Edit file to change <DebugPrint /> from 00 to 01
pi@raspberrypi:~ $ LD_LIBRARY_PATH=. ./main_SDK2_video
attached cameras:
[LoadSetting]: LoadSetting
constructor called!
the filepath is : /home/pi/.ZWO
the log file path is : /home/pi/.ZWO/asicamerasdk
the log is : /home/pi/.ZWO/asicamerasdk/asicamerasdk.log
[OpenCamera]: open camera success
[OpenCamera]: ***********USB3.0 Host***********
[GetFirmwareVer]: Ver return 1: 0x50
[ASIOpenCamera]: iPtIndex0: bus2.port:2,
[StopAutoTempThr]: AutoTempThr wait >
[StopAutoTempThr]: AutoTempThr wait <
[CloseCamera]: camera closed
[~CCameraBase]: ~CCameraBase
[~CCameraFX3]: ~CCameraFX3
[ASICloseCamera]: pCamera iCameraID=0 deleted
[ASICloseCamera]: libusb_exit
[ASICloseCamera]: ->
[ASICloseCamera]: <-
[ASIGetCameraProperty]: ASIGetCameraProperty idx0 <<
0 ZWO ASI294MM Pro
select one to privew
0
[ASIGetCameraProperty]: ASIGetCameraProperty idx0 >>
[mallocCamera]: Ver: 1, 18, build: 4.23
[CCameraFX3]: libusb_init OK
[InitCooling]: DA_Min:40.00, I_Max:6.01
[CCameraS492MM_Pro]: CCAMERA::CCAMERA()
[LoadSetting]: LoadSetting
[OpenCamera]: open camera success
[OpenCamera]: ***********USB3.0 Host***********
[GetFirmwareVer]: Ver return 1: 0x50
[ASIOpenCamera]: iPtIndex0: bus2.port:2,
[StopAutoTempThr]: AutoTempThr wait >
[StopAutoTempThr]: AutoTempThr wait <
[CloseCamera]: camera closed
[~CCameraBase]: ~CCameraBase
[~CCameraFX3]: ~CCameraFX3
[ASICloseCamera]: pCamera iCameraID=0 deleted
[ASICloseCamera]: libusb_exit
[ASICloseCamera]: ->
[ASICloseCamera]: <-
[ASIGetCameraProperty]: ASIGetCameraProperty idx0 <<
[mallocCamera]: Ver: 1, 18, build: 4.23
[CCameraFX3]: libusb_init OK
[InitCooling]: DA_Min:40.00, I_Max:6.01
[CCameraS492MM_Pro]: CCAMERA::CCAMERA()
[LoadSetting]: LoadSetting
[OpenCamera]: open camera success
[OpenCamera]: ***********USB3.0 Host***********
[GetFirmwareVer]: Ver return 1: 0x50
[ASIOpenCamera]: iPtIndex0: bus2.port:2,
[InsertBufThd]: InsertBufThr begin
[ReadFromFLAHAndUnCompress]: LoadHPC: Compressed length: 34742 :
[AdjustHPCTable]: AdjustHPCTable >
[AdjustHPCTable]: HPC Dead pixel:11694
[SetHPCStates]: Load HPC table success
[AutoTempFunc]: Thread AutoTemp start!
[PID_init]: p0.20 d0.60
[SetCMOSClk]: set clk 20000 M!
[SetFPSPerc]: Sensor clk:20000 fps:4.54 size:212.17 value:100 pkg:752, SensorPkg:2707
[SetFPSPerc]: FPGA output size:396.00, fps:8.47 , fPercent:99.00
[CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
[SetGain]: Gain digital:0 Analog:0
[CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[ASISetROIFormat]: width:8288, height:5644, bin:1, ImgType:0
[AdjustHPCTable]: AdjustHPCTable >
[AdjustHPCTable]: HPC Dead pixel:11694
[SetStartPos]: Crop V-Win Cut:0, Pos:0.
[SetStartPos]: Crop H-Trimming Start:96, End:8384, HMAXmin:599.
[CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[Cam_SetResolution]: SetResolution! start pos x:0 y:0 iHeight:5644 iWidth:8288
[Cam_SetResolution]: Crop Write_Vsize:5706, Y_Out_Size:5690.
[SetFPSPerc]: Sensor clk:20000 fps:4.54 size:212.17 value:100 pkg:752, SensorPkg:2707
[SetFPSPerc]: FPGA output size:396.00, fps:8.47 , fPercent:99.00
[CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
[CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[SetGain]: Gain digital:0 Analog:0
[ASIInitCamera]: SN:1923d4081b090900
ZWO ASI294MM Pro information
resolution:8288X5644
Mono camera
Gain
Exposure
Offset
BandWidth
Flip
AutoExpMaxGain
AutoExpMaxExpMS
AutoExpTargetBrightness
HighSpeedMode
Temperature
CoolPowerPerc
TargetTemp
CoolerOn
Use customer format or predefined fromat resolution?
0:customer format
1:predefined format
0
Please input the <width height bin image_type> with one space, ie. 640 480 2 0. use max resolution if input is 0. Press ESC when video window is focused to quit capture
8288 5644 1 2
[ASISetROIFormat]: width:8288, height:5644, bin:1, ImgType:2
[AdjustHPCTable]: AdjustHPCTable >
[AdjustHPCTable]: HPC Dead pixel:11694
[SetStartPos]: Crop V-Win Cut:0, Pos:0.
[SetStartPos]: Crop H-Trimming Start:96, End:8384, HMAXmin:599.
[CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[Cam_SetResolution]: SetResolution! start pos x:0 y:0 iHeight:5644 iWidth:8288
[Cam_SetResolution]: Crop Write_Vsize:5706, Y_Out_Size:5690.
[SetFPSPerc]: Sensor clk:20000 fps:4.54 size:424.34 value:100 pkg:752, SensorPkg:2707
[SetFPSPerc]: FPGA output size:396.00, fps:4.23 , fPercent:99.00
[CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
[CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[SetGain]: Gain digital:0 Analog:0
set image format 8288 5644 1 2 success, start privew, press ESC to stop
Please input exposure time(ms)
50
[ASISetControlValue]: set: control 1, val 50000, auto 0
[SetControlValue]: SetExp->
[CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[ASISetControlValue]: set: control 0, val 0, auto 0
[SetGain]: Gain digital:0 Analog:0
[ASISetControlValue]: set: control 6, val 100, auto 0
[SetFPSPerc]: Sensor clk:20000 fps:4.54 size:424.34 value:100 pkg:752, SensorPkg:2707
[SetFPSPerc]: FPGA output size:396.00, fps:4.23 , fPercent:99.00
[CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
[SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
[SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
[CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
[ASISetControlValue]: set: control 14, val 0, auto 0
[ASISetControlValue]: set: control 4, val 90, auto 0
[ASISetControlValue]: set: control 3, val 48, auto 1
[StartCapture]: start capture create thread
sensor temperature:21.1
[ResetDevice]: ResetDevice
[WorkingFunc]: working thread begin!
[ResetCirBuff]: Rst
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
fps:0 dropped frames:0 ImageType:2
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:1 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:1
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:2 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:2
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:3 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:3
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:4 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:4
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:5 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:5
[WorkingFunc]: try lowing pkg!!
fps:0 dropped frames:5 ImageType:2
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:6 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:6
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:7 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:7
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:8 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:8
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:9 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:9
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:10 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:10
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:11 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:11
fps:0 dropped frames:11 ImageType:2
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:12 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:12
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:13 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:13
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:14 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:14
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:15 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:15
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:16 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:16
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:17 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:17
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:18 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:18
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:19 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:19
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:20 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:20
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:21 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:21
fps:0 dropped frames:21 ImageType:2
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:22 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:22
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:23 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:23
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:24 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:24
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:25 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:25
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:26 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:26
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:27 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:27
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:28 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:28
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:29 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:29
fps:0 dropped frames:29 ImageType:2
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:30 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:30
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:31 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:31
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:32 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:32
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:33 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:33
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:34 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:34
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:35 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:35
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:36 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:36
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:37 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:37
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:38 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:38
fps:0 dropped frames:38 ImageType:2
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:39 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:39
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:40 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:40
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:41 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:41
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:42 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:42
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:43 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:43
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
[WorkingFunc]: data length wanted: 93554944, data length got: 67108864[WorkingFunc]: get len:0x4000000 drop:44 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:44
[WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
[WorkingFunc]: data length wanted: 93554944, data length got: 66060288[WorkingFunc]: get len:0x3f00000 drop:45 frametime:454944us waittime:959ms
[WorkingFunc]: drop frames:45
^C
pi@raspberrypi:~ $ cat ~/.ZWO/asicamerasdk/asicamerasdk.log
2021-05-26 13:57:39,573: INFO ASICamera : [LoadSetting]: LoadSetting
2021-05-26 13:57:39,580: INFO ASICamera : [OpenCamera]: open camera success
2021-05-26 13:57:39,581: INFO ASICamera : [OpenCamera]: ***********USB3.0 Host***********
2021-05-26 13:57:39,581: INFO ASICamera : [GetFirmwareVer]: Ver return 1: 0x50
2021-05-26 13:57:39,582: INFO ASICamera : [ASIOpenCamera]: iPtIndex0: bus2.port:2,
2021-05-26 13:57:39,583: INFO ASICamera : [StopAutoTempThr]: AutoTempThr wait >
2021-05-26 13:57:39,583: INFO ASICamera : [StopAutoTempThr]: AutoTempThr wait <
2021-05-26 13:57:39,583: INFO ASICamera : [CloseCamera]: camera closed
2021-05-26 13:57:39,583: INFO ASICamera : [~CCameraBase]: ~CCameraBase
2021-05-26 13:57:39,583: INFO ASICamera : [~CCameraFX3]: ~CCameraFX3
2021-05-26 13:57:39,584: INFO ASICamera : [ASICloseCamera]: pCamera iCameraID=0 deleted
2021-05-26 13:57:39,584: INFO ASICamera : [ASICloseCamera]: libusb_exit
2021-05-26 13:57:39,584: INFO ASICamera : [ASICloseCamera]: ->
2021-05-26 13:57:39,584: INFO ASICamera : [ASICloseCamera]: <-
2021-05-26 13:57:39,584: INFO ASICamera : [ASIGetCameraProperty]: ASIGetCameraProperty idx0 <<
2021-05-26 13:57:44,112: INFO ASICamera : [ASIGetCameraProperty]: ASIGetCameraProperty idx0 >>
2021-05-26 13:57:44,112: INFO ASICamera : [mallocCamera]: Ver: 1, 18, build: 4.23
2021-05-26 13:57:44,130: INFO ASICamera : [CCameraFX3]: libusb_init OK
2021-05-26 13:57:44,130: INFO ASICamera : [InitCooling]: DA_Min:40.00, I_Max:6.01
2021-05-26 13:57:44,130: INFO ASICamera : [CCameraS492MM_Pro]: CCAMERA::CCAMERA()
2021-05-26 13:57:44,142: INFO ASICamera : [LoadSetting]: LoadSetting
2021-05-26 13:57:44,149: INFO ASICamera : [OpenCamera]: open camera success
2021-05-26 13:57:44,149: INFO ASICamera : [OpenCamera]: ***********USB3.0 Host***********
2021-05-26 13:57:44,150: INFO ASICamera : [GetFirmwareVer]: Ver return 1: 0x50
2021-05-26 13:57:44,151: INFO ASICamera : [ASIOpenCamera]: iPtIndex0: bus2.port:2,
2021-05-26 13:57:44,152: INFO ASICamera : [StopAutoTempThr]: AutoTempThr wait >
2021-05-26 13:57:44,152: INFO ASICamera : [StopAutoTempThr]: AutoTempThr wait <
2021-05-26 13:57:44,152: INFO ASICamera : [CloseCamera]: camera closed
2021-05-26 13:57:44,153: INFO ASICamera : [~CCameraBase]: ~CCameraBase
2021-05-26 13:57:44,153: INFO ASICamera : [~CCameraFX3]: ~CCameraFX3
2021-05-26 13:57:44,153: INFO ASICamera : [ASICloseCamera]: pCamera iCameraID=0 deleted
2021-05-26 13:57:44,153: INFO ASICamera : [ASICloseCamera]: libusb_exit
2021-05-26 13:57:44,153: INFO ASICamera : [ASICloseCamera]: ->
2021-05-26 13:57:44,153: INFO ASICamera : [ASICloseCamera]: <-
2021-05-26 13:57:44,154: INFO ASICamera : [ASIGetCameraProperty]: ASIGetCameraProperty idx0 <<
2021-05-26 13:57:44,154: INFO ASICamera : [mallocCamera]: Ver: 1, 18, build: 4.23
2021-05-26 13:57:44,173: INFO ASICamera : [CCameraFX3]: libusb_init OK
2021-05-26 13:57:44,173: INFO ASICamera : [InitCooling]: DA_Min:40.00, I_Max:6.01
2021-05-26 13:57:44,173: INFO ASICamera : [CCameraS492MM_Pro]: CCAMERA::CCAMERA()
2021-05-26 13:57:44,187: INFO ASICamera : [LoadSetting]: LoadSetting
2021-05-26 13:57:44,194: INFO ASICamera : [OpenCamera]: open camera success
2021-05-26 13:57:44,194: INFO ASICamera : [OpenCamera]: ***********USB3.0 Host***********
2021-05-26 13:57:44,195: INFO ASICamera : [GetFirmwareVer]: Ver return 1: 0x50
2021-05-26 13:57:44,196: INFO ASICamera : [ASIOpenCamera]: iPtIndex0: bus2.port:2,
2021-05-26 13:57:44,352: INFO ASICamera : [InsertBufThd]: InsertBufThr begin
2021-05-26 13:57:44,362: INFO ASICamera : [ReadFromFLAHAndUnCompress]: LoadHPC: Compressed length: 34742 :
2021-05-26 13:57:44,427: INFO ASICamera : [AdjustHPCTable]: AdjustHPCTable >
2021-05-26 13:57:44,603: INFO ASICamera : [AdjustHPCTable]: HPC Dead pixel:11694
2021-05-26 13:57:44,604: INFO ASICamera : [SetHPCStates]: Load HPC table success
2021-05-26 13:57:44,764: INFO ASICamera : [AutoTempFunc]: Thread AutoTemp start!
2021-05-26 13:57:44,766: INFO ASICamera : [PID_init]: p0.20 d0.60
2021-05-26 13:57:44,871: INFO ASICamera : [SetCMOSClk]: set clk 20000 M!
2021-05-26 13:57:45,018: INFO ASICamera : [SetFPSPerc]: Sensor clk:20000 fps:4.54 size:212.17 value:100 pkg:752, SensorPkg:2707
2021-05-26 13:57:45,019: INFO ASICamera : [SetFPSPerc]: FPGA output size:396.00, fps:8.47 , fPercent:99.00
2021-05-26 13:57:45,019: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
2021-05-26 13:57:45,019: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:45,019: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:45,029: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
2021-05-26 13:57:45,033: INFO ASICamera : [SetGain]: Gain digital:0 Analog:0
2021-05-26 13:57:45,033: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
2021-05-26 13:57:45,033: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:45,033: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:45,044: INFO ASICamera : [ASISetROIFormat]: width:8288, height:5644, bin:1, ImgType:0
2021-05-26 13:57:45,044: INFO ASICamera : [AdjustHPCTable]: AdjustHPCTable >
2021-05-26 13:57:45,218: INFO ASICamera : [AdjustHPCTable]: HPC Dead pixel:11694
2021-05-26 13:57:45,218: INFO ASICamera : [SetStartPos]: Crop V-Win Cut:0, Pos:0.
2021-05-26 13:57:45,218: INFO ASICamera : [SetStartPos]: Crop H-Trimming Start:96, End:8384, HMAXmin:599.
2021-05-26 13:57:45,229: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
2021-05-26 13:57:45,229: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:45,229: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:45,241: INFO ASICamera : [Cam_SetResolution]: SetResolution! start pos x:0 y:0 iHeight:5644 iWidth:8288
2021-05-26 13:57:45,241: INFO ASICamera : [Cam_SetResolution]: Crop Write_Vsize:5706, Y_Out_Size:5690.
2021-05-26 13:57:45,260: INFO ASICamera : [SetFPSPerc]: Sensor clk:20000 fps:4.54 size:212.17 value:100 pkg:752, SensorPkg:2707
2021-05-26 13:57:45,260: INFO ASICamera : [SetFPSPerc]: FPGA output size:396.00, fps:8.47 , fPercent:99.00
2021-05-26 13:57:45,260: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
2021-05-26 13:57:45,260: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:45,260: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:45,271: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
2021-05-26 13:57:45,271: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
2021-05-26 13:57:45,271: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:45,271: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:45,286: INFO ASICamera : [SetGain]: Gain digital:0 Analog:0
2021-05-26 13:57:45,286: INFO ASICamera : [ASIInitCamera]: SN:1923d4081b090900
2021-05-26 13:57:49,604: INFO ASICamera : [ASISetROIFormat]: width:8288, height:5644, bin:1, ImgType:2
2021-05-26 13:57:49,758: INFO ASICamera : [AdjustHPCTable]: AdjustHPCTable >
2021-05-26 13:57:49,973: INFO ASICamera : [AdjustHPCTable]: HPC Dead pixel:11694
2021-05-26 13:57:49,973: INFO ASICamera : [SetStartPos]: Crop V-Win Cut:0, Pos:0.
2021-05-26 13:57:49,973: INFO ASICamera : [SetStartPos]: Crop H-Trimming Start:96, End:8384, HMAXmin:599.
2021-05-26 13:57:49,984: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:212.2 fps:4.5 pkg:752
2021-05-26 13:57:49,984: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:49,984: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:49,996: INFO ASICamera : [Cam_SetResolution]: SetResolution! start pos x:0 y:0 iHeight:5644 iWidth:8288
2021-05-26 13:57:49,996: INFO ASICamera : [Cam_SetResolution]: Crop Write_Vsize:5706, Y_Out_Size:5690.
2021-05-26 13:57:50,014: INFO ASICamera : [SetFPSPerc]: Sensor clk:20000 fps:4.54 size:424.34 value:100 pkg:752, SensorPkg:2707
2021-05-26 13:57:50,014: INFO ASICamera : [SetFPSPerc]: FPGA output size:396.00, fps:4.23 , fPercent:99.00
2021-05-26 13:57:50,014: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
2021-05-26 13:57:50,014: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:50,014: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:50,025: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
2021-05-26 13:57:50,025: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
2021-05-26 13:57:50,025: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:50,025: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:50,041: INFO ASICamera : [SetGain]: Gain digital:0 Analog:0
2021-05-26 13:57:51,492: INFO ASICamera : [ASISetControlValue]: set: control 1, val 50000, auto 0
2021-05-26 13:57:51,492: INFO ASICamera : [SetControlValue]: SetExp->
2021-05-26 13:57:51,492: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
2021-05-26 13:57:51,492: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:51,492: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:51,503: INFO ASICamera : [ASISetControlValue]: set: control 0, val 0, auto 0
2021-05-26 13:57:51,506: INFO ASICamera : [SetGain]: Gain digital:0 Analog:0
2021-05-26 13:57:51,507: INFO ASICamera : [ASISetControlValue]: set: control 6, val 100, auto 0
2021-05-26 13:57:51,514: INFO ASICamera : [SetFPSPerc]: Sensor clk:20000 fps:4.54 size:424.34 value:100 pkg:752, SensorPkg:2707
2021-05-26 13:57:51,515: INFO ASICamera : [SetFPSPerc]: FPGA output size:396.00, fps:4.23 , fPercent:99.00
2021-05-26 13:57:51,515: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
2021-05-26 13:57:51,515: INFO ASICamera : [SetExp]: VMAX:0x16d0 SSH1:0X119f VBLK:0Xff pkg:752
2021-05-26 13:57:51,515: INFO ASICamera : [SetExp]: 1h:37.60us 1f:218695 mode:0 timeus:50000
2021-05-26 13:57:51,525: INFO ASICamera : [CalcMaxFPS]: calc fps-clk:20000 data:396.0 fps:4.2 pkg:752
2021-05-26 13:57:51,525: INFO ASICamera : [ASISetControlValue]: set: control 14, val 0, auto 0
2021-05-26 13:57:51,526: INFO ASICamera : [ASISetControlValue]: set: control 4, val 90, auto 0
2021-05-26 13:57:51,526: INFO ASICamera : [ASISetControlValue]: set: control 3, val 48, auto 1
2021-05-26 13:57:51,526: INFO ASICamera : [StartCapture]: start capture create thread
2021-05-26 13:57:51,676: INFO ASICamera : [ResetDevice]: ResetDevice
2021-05-26 13:57:51,729: INFO ASICamera : [WorkingFunc]: working thread begin!
2021-05-26 13:57:51,729: INFO ASICamera : [ResetCirBuff]: Rst
2021-05-26 13:58:23,862: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:23,862: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:23,862: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:1 frametime:454944us waittime:959ms
2021-05-26 13:58:23,862: INFO ASICamera : [WorkingFunc]: drop frames:1
2021-05-26 13:58:24,105: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:24,105: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:24,105: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:2 frametime:454944us waittime:959ms
2021-05-26 13:58:24,105: INFO ASICamera : [WorkingFunc]: drop frames:2
2021-05-26 13:58:25,894: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:25,894: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:25,894: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:3 frametime:454944us waittime:959ms
2021-05-26 13:58:25,894: INFO ASICamera : [WorkingFunc]: drop frames:3
2021-05-26 13:58:26,632: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:26,632: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:26,632: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:4 frametime:454944us waittime:959ms
2021-05-26 13:58:26,632: INFO ASICamera : [WorkingFunc]: drop frames:4
2021-05-26 13:58:27,372: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:27,373: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:27,373: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:5 frametime:454944us waittime:959ms
2021-05-26 13:58:27,373: INFO ASICamera : [WorkingFunc]: drop frames:5
2021-05-26 13:58:27,373: INFO ASICamera : [WorkingFunc]: try lowing pkg!!
2021-05-26 13:58:28,113: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:28,113: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:28,113: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:6 frametime:454944us waittime:959ms
2021-05-26 13:58:28,113: INFO ASICamera : [WorkingFunc]: drop frames:6
2021-05-26 13:58:29,378: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:29,379: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:29,379: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:7 frametime:454944us waittime:959ms
2021-05-26 13:58:29,379: INFO ASICamera : [WorkingFunc]: drop frames:7
2021-05-26 13:58:30,119: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:30,120: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:30,120: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:8 frametime:454944us waittime:959ms
2021-05-26 13:58:30,120: INFO ASICamera : [WorkingFunc]: drop frames:8
2021-05-26 13:58:30,860: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:30,860: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:30,860: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:9 frametime:454944us waittime:959ms
2021-05-26 13:58:30,860: INFO ASICamera : [WorkingFunc]: drop frames:9
2021-05-26 13:58:31,102: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:31,102: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:31,102: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:10 frametime:454944us waittime:959ms
2021-05-26 13:58:31,102: INFO ASICamera : [WorkingFunc]: drop frames:10
2021-05-26 13:58:31,342: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:31,342: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:31,342: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:11 frametime:454944us waittime:959ms
2021-05-26 13:58:31,342: INFO ASICamera : [WorkingFunc]: drop frames:11
2021-05-26 13:58:31,582: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:31,583: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:31,583: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:12 frametime:454944us waittime:959ms
2021-05-26 13:58:31,583: INFO ASICamera : [WorkingFunc]: drop frames:12
2021-05-26 13:58:31,822: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:31,822: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:31,822: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:13 frametime:454944us waittime:959ms
2021-05-26 13:58:31,822: INFO ASICamera : [WorkingFunc]: drop frames:13
2021-05-26 13:58:32,062: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:32,062: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:32,062: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:14 frametime:454944us waittime:959ms
2021-05-26 13:58:32,062: INFO ASICamera : [WorkingFunc]: drop frames:14
2021-05-26 13:58:32,301: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:32,302: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:32,302: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:15 frametime:454944us waittime:959ms
2021-05-26 13:58:32,302: INFO ASICamera : [WorkingFunc]: drop frames:15
2021-05-26 13:58:32,541: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:32,541: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:32,541: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:16 frametime:454944us waittime:959ms
2021-05-26 13:58:32,541: INFO ASICamera : [WorkingFunc]: drop frames:16
2021-05-26 13:58:32,781: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:32,781: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:32,781: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:17 frametime:454944us waittime:959ms
2021-05-26 13:58:32,781: INFO ASICamera : [WorkingFunc]: drop frames:17
2021-05-26 13:58:33,021: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:33,021: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:33,021: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:18 frametime:454944us waittime:959ms
2021-05-26 13:58:33,021: INFO ASICamera : [WorkingFunc]: drop frames:18
2021-05-26 13:58:33,260: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:33,260: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:33,260: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:19 frametime:454944us waittime:959ms
2021-05-26 13:58:33,260: INFO ASICamera : [WorkingFunc]: drop frames:19
2021-05-26 13:58:33,500: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:33,500: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:33,500: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:20 frametime:454944us waittime:959ms
2021-05-26 13:58:33,501: INFO ASICamera : [WorkingFunc]: drop frames:20
2021-05-26 13:58:33,740: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:33,740: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:33,740: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:21 frametime:454944us waittime:959ms
2021-05-26 13:58:33,740: INFO ASICamera : [WorkingFunc]: drop frames:21
2021-05-26 13:58:36,108: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:36,108: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:36,108: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:22 frametime:454944us waittime:959ms
2021-05-26 13:58:36,109: INFO ASICamera : [WorkingFunc]: drop frames:22
2021-05-26 13:58:36,846: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:36,846: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:36,847: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:23 frametime:454944us waittime:959ms
2021-05-26 13:58:36,847: INFO ASICamera : [WorkingFunc]: drop frames:23
2021-05-26 13:58:37,612: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:37,612: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:37,612: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:24 frametime:454944us waittime:959ms
2021-05-26 13:58:37,612: INFO ASICamera : [WorkingFunc]: drop frames:24
2021-05-26 13:58:38,352: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:38,352: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:38,352: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:25 frametime:454944us waittime:959ms
2021-05-26 13:58:38,352: INFO ASICamera : [WorkingFunc]: drop frames:25
2021-05-26 13:58:38,593: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:38,594: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:38,594: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:26 frametime:454944us waittime:959ms
2021-05-26 13:58:38,594: INFO ASICamera : [WorkingFunc]: drop frames:26
2021-05-26 13:58:38,833: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:38,833: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:38,833: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:27 frametime:454944us waittime:959ms
2021-05-26 13:58:38,833: INFO ASICamera : [WorkingFunc]: drop frames:27
2021-05-26 13:58:39,073: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:39,073: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:39,073: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:28 frametime:454944us waittime:959ms
2021-05-26 13:58:39,073: INFO ASICamera : [WorkingFunc]: drop frames:28
2021-05-26 13:58:39,312: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:39,313: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:39,313: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:29 frametime:454944us waittime:959ms
2021-05-26 13:58:39,313: INFO ASICamera : [WorkingFunc]: drop frames:29
2021-05-26 13:58:40,051: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:40,051: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:40,051: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:30 frametime:454944us waittime:959ms
2021-05-26 13:58:40,051: INFO ASICamera : [WorkingFunc]: drop frames:30
2021-05-26 13:58:40,293: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:40,293: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:40,293: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:31 frametime:454944us waittime:959ms
2021-05-26 13:58:40,293: INFO ASICamera : [WorkingFunc]: drop frames:31
2021-05-26 13:58:40,532: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:40,533: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:40,533: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:32 frametime:454944us waittime:959ms
2021-05-26 13:58:40,533: INFO ASICamera : [WorkingFunc]: drop frames:32
2021-05-26 13:58:40,773: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:40,773: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:40,773: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:33 frametime:454944us waittime:959ms
2021-05-26 13:58:40,773: INFO ASICamera : [WorkingFunc]: drop frames:33
2021-05-26 13:58:41,013: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:41,013: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:41,013: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:34 frametime:454944us waittime:959ms
2021-05-26 13:58:41,013: INFO ASICamera : [WorkingFunc]: drop frames:34
2021-05-26 13:58:41,252: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:41,257: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:41,257: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:35 frametime:454944us waittime:959ms
2021-05-26 13:58:41,257: INFO ASICamera : [WorkingFunc]: drop frames:35
2021-05-26 13:58:41,994: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:41,994: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:41,995: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:36 frametime:454944us waittime:959ms
2021-05-26 13:58:41,995: INFO ASICamera : [WorkingFunc]: drop frames:36
2021-05-26 13:58:42,734: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:42,735: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:42,735: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:37 frametime:454944us waittime:959ms
2021-05-26 13:58:42,735: INFO ASICamera : [WorkingFunc]: drop frames:37
2021-05-26 13:58:42,976: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:42,976: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:42,976: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:38 frametime:454944us waittime:959ms
2021-05-26 13:58:42,976: INFO ASICamera : [WorkingFunc]: drop frames:38
2021-05-26 13:58:43,714: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:43,714: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:43,714: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:39 frametime:454944us waittime:959ms
2021-05-26 13:58:43,714: INFO ASICamera : [WorkingFunc]: drop frames:39
2021-05-26 13:58:43,956: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:43,956: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:43,956: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:40 frametime:454944us waittime:959ms
2021-05-26 13:58:43,956: INFO ASICamera : [WorkingFunc]: drop frames:40
2021-05-26 13:58:44,196: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:44,196: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:44,196: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:41 frametime:454944us waittime:959ms
2021-05-26 13:58:44,196: INFO ASICamera : [WorkingFunc]: drop frames:41
2021-05-26 13:58:44,435: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:44,436: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:44,436: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:42 frametime:454944us waittime:959ms
2021-05-26 13:58:44,436: INFO ASICamera : [WorkingFunc]: drop frames:42
2021-05-26 13:58:44,675: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:44,675: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:44,675: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:43 frametime:454944us waittime:959ms
2021-05-26 13:58:44,675: INFO ASICamera : [WorkingFunc]: drop frames:43
2021-05-26 13:58:44,915: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :67108864
2021-05-26 13:58:44,915: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 67108864
2021-05-26 13:58:44,915: INFO ASICamera : [WorkingFunc]: get len:0x4000000 drop:44 frametime:454944us waittime:959ms
2021-05-26 13:58:44,915: INFO ASICamera : [WorkingFunc]: drop frames:44
2021-05-26 13:58:45,653: INFO ASICamera : [WorkingFunc]: failed to xfer, the length wanted is :93554944, the length got is :66060288
2021-05-26 13:58:45,653: INFO ASICamera : [WorkingFunc]: data length wanted: 93554944, data length got: 66060288
2021-05-26 13:58:45,654: INFO ASICamera : [WorkingFunc]: get len:0x3f00000 drop:45 frametime:454944us waittime:959ms
2021-05-26 13:58:45,654: INFO ASICamera : [WorkingFunc]: drop frames:45
pi@raspberrypi:~ $