Difference between revisions of "Cheetah1 SDK v1.16 ReleaseNote"

From rs_wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Version:V1.16<br/>
 
Version:V1.16<br/>
  
Release Date:Jul 5, 2017<br/>
+
Release Date:Jul 05, 2017<br/>
  
1. New Function & Bug Fix<br/>
+
'''1. New Function & Bug Fix'''<br/>
 +
:1.1 Improved power sychronization function for CMOS image sensor camera<br/>
 +
:1.2 Added hardware timer correction function for each frame time stamp and provided hardward Tick count(CT_RAWFRAME.Timestamp, CT_RAWFRAME_V2.TickCount_us).<br/>
 +
:1.3 Removed the setting to close FPGA after calling "Roseek_Capture_Destroy"<br/>
 +
:1.4 Solved a bug casued by IO trigger interruption<br/>
 +
:1.5 Solved a bug when GPIO as power sync source.<br/>
 +
:1.6 The default setting of CMOS image sensor camera is no gain.<br/>
 +
:1.7 Added the interface "Roseek_System_Shutdown" and added a function of file system check synchronization to disk when calling the APIs related to rebooting and shutdown. <br/>
 +
:1.8 Set saturation level to 0 to output mono image when switching to IR pass filter.<br/>
 +
:1.9 Solved watchdog issue for CMOS image sensor camera<br/>
 +
:1.10 Solved a bug for "Roseek_Capture_FetchFconFrame"<br/>
 +
:1.11 Added OSDFormat.DisplayFormat<br/>
 +
:1.12 Added Roseek_MediaEncoder_SetScaleMode<br/>
 +
:1.13 Do not reset IP address anymore when DEMO start up<br/>
 +
:1.14 Changed the baud rate to enum mode for RS232 and RS485<br/>
 +
:1.15 Changed watchdog rebooting to cold start for V150 hardware revision<br/>
 +
:1.16 Improved system shutting down process<br/>
 +
:1.17 Added QT demo to linux<br/>
 +
:1.18 Increase the Linux version to support the number and size of image caches.<br/>
  
1.1 Improved power sychronization function for CMOS image sensor camera<br/>
+
'''2. Updating Steps'''<br/>
1.2 Added hardware timer correction function for each frame time stamp and provided hardward Tick count(CT_RAWFRAME.Timestamp, CT_RAWFRAME_V2.TickCount_us).<br/>
+
:2.1 Update Drivers and Demo program<br/>
1.3 Removed the setting to close FPGA after calling "Roseek_Capture_Destroy"<br/>
+
::For Windows Version:<br/>
1.4 Solved a bug casued by IO trigger interruption<br/>
+
:::Copy ROSEEK_CTMainSystem_Setup_V1.16.exe to Camera local and run.<br/>
1.5 Solved a bug when GPIO as power sync source.<br/>
+
::For Linux Version:<br/>
1.6 The default setting of CMOS image sensor camera is no gain.<br/>
+
:::Please refer to SDK_PATH/CTSDK_Linux_ubuntu16/README.txt<br/>
1.7 Added the interface "Roseek_System_Shutdown" and added a function of file system check synchronization to disk when calling the APIs related to rebooting and shutdown. <br/>
+
:2.2 Update Firmware<br/>
1.8 Set saturation level to 0 to output mono image when switching to IR pass filter.<br/>
+
::Run SniperViewer2(V1.27 or higher) in PC and connect with camera.<br/>
1.9 Solved watchdog issue for CMOS image sensor camera<br/>
+
:2.3 Update Source Code<br/>
1.10 Solved a bug for "Roseek_Capture_FetchFconFrame"<br/>
+
::Replace the Source Code with what in CTDemo folder.<br/>
1.11 Added OSDFormat.DisplayFormat<br/>
+
::If the user's program is not based on our SourceCode, please just replace the latest libraries in the folder.<br/>
1.12 Added Roseek_MediaEncoder_SetScaleMode<br/>
 
1.13 Do not reset IP address anymore when DEMO start up<br/>
 
1.14 Changed the baud rate to enum mode for RS232 and RS485<br/>
 
1.15 Changed watchdog rebooting to cold start for V150 hardware revision<br/>
 
1.16 Improved system shutting down process<br/>
 
1.17 Added QT demo to linux<br/>
 
1.18 Increase the Linux version to support the number and size of image caches.<br/>
 
  
2. Updating Steps<br/>
+
'''3. Version Info:'''<br/>
 +
:Windows:<br/>
 +
:Name: roseek_ct1_maincore &emsp;&emsp;  Version: 1.11 Date: Jun_13_2017 Description: Main core module for ct1<br/>
 +
:Name: roseek_ct1_fpga&emsp;&emsp;&emsp;&emsp;&emsp;Version: 2.44 Date: May_15_2017 Description: FPGA module for ct1<br/>
 +
:Name: roseek_ct1_peripheral&nbsp;&emsp;&emsp;Version: 1.19 Date: Jun_21_2017 Description: Peripheral controller module for ct1<br/>
 +
:Name: roseek_ct1_dll_stream&nbsp;&emsp;&emsp;Version: 1.02 Date: Jun_24_2016 Description: Stream module for ct1<br/>
 +
:Name: roseek_ct1_dll_media&nbsp;&nbsp;&emsp;&emsp;Version: 1.07 Date: Jun_28_2017 Description: Media module for ct1<br/>
 +
:Name: roseek_ct1_dll_netcmd&emsp;&emsp;Version: 1.08 Date: Mar_29_2017 Description: NetCMD module for ct1<br/>
 +
:Name: roseek_ct1_dll_osd&emsp;&emsp;&emsp;&emsp;Version: 1.01 Date: Apr_12_2017 Description: OSD module for ct1<br/>
 +
:Name: roseek_ct1_dll_onvif&nbsp;&emsp;&emsp;&emsp;Version: 1.04 Date: Oct_17_2016 Description: Library for CT1 - ONVIF<br/>
  
2.1 Update Drivers and Demo program<br/>
+
:Linux:<br/>
For Windows Version:
+
:Name: roseek_ct1_maincore &emsp;&emsp;  Version: 1.11 Date: Jun_13_2017 Description: Main core module for ct1<br/>
Copy ROSEEK_CTMainSystem_Setup_V1.16.exe to Camera local and run.<br/>
+
:Name: roseek_ct1_fpga&emsp;&emsp;&emsp;&emsp;&emsp;Version: 2.44 Date: May_15_2017 Description: FPGA module for ct1<br/>
For Linux Version:
+
:Name: roseek_ct1_peripheral&nbsp;&emsp;&emsp;Version: 1.19 Date: Jun_21_2017 Description: Peripheral controller module for ct1<br/>
Please refer to SDK_PATH/CTSDK_Linux_ubuntu16/README.txt<br/>
+
:Name: roseek_ct1_dll_stream&nbsp;&emsp;&emsp;Version: 1.04 Date: Mar_23_2017 Description: Stream module for ct1<br/>
2.2 Update Firmware<br/>
+
:Name: roseek_ct1_dll_codec&nbsp;&nbsp;&nbsp;&emsp;&emsp;Version: 1.03 Date: Mar_13_2017 Description: codec module for ct1<br/>
Run SniperViewer2(V1.27 or higher) in PC and connect with camera.<br/>
+
:Name: roseek_ct1_dll_netcmd&emsp;&emsp;Version: 1.08 Date: Mar_29_2017 Description: NetCMD module for ct1<br/>
2.3 Update Source Code<br/>
+
:Name: roseek_ct1_dll_osd&nbsp;&nbsp;&nbsp;&emsp;&emsp;&emsp;Version: 1.01 Date: Apr_12_2017 Description: OSD module for ct1<br/>
Replace the Source Code with what in CTDemo folder.<br/>
+
:Name: roseek_ct1_dll_onvif&nbsp;&emsp;&emsp;&emsp;Version: 1.00 Date: Jun_16_2016 Description: Library for CT1 - ONVIF<br/>
If the user's program is not based on our SourceCode, please just replace the latest libraries in the folder.<br/>
 
  
3. Version Info:<br/>
+
:CCD colour:<br/>
 +
:Name: roseek_ct1_fpga          &emsp;&emsp;&emsp;      Version: 2.43 Date: May_14_2017 Description: FPGA module for ct1<br/>
  
Windows:<br/>
+
:CCD mono:<br/>
Name: roseek_ct1_maincore              Version: 1.11 Date: Jun_13_2017 Description: Main core module for ct1<br/>
+
:Name: roseek_ct1_fpga           &emsp;&emsp;&emsp;      Version: 2.44 Date: May_15_2017 Description: FPGA module for ct1<br/>
Name: roseek_ct1_fpga                 Version: 2.44 Date: May_15_2017 Description: FPGA module for ct1<br/>
 
Name: roseek_ct1_peripheral            Version: 1.19 Date: Jun_21_2017 Description: Peripheral controller module for ct1<br/>
 
Name: roseek_ct1_dll_stream            Version: 1.02 Date: Jun_24_2016 Description: Stream module for ct1<br/>
 
Name: roseek_ct1_dll_media            Version: 1.07 Date: Jun_28_2017 Description: Media module for ct1<br/>
 
Name: roseek_ct1_dll_netcmd            Version: 1.08 Date: Mar_29_2017 Description: NetCMD module for ct1<br/>
 
Name: roseek_ct1_dll_osd              Version: 1.01 Date: Apr_12_2017 Description: OSD module for ct1<br/>
 
Name: roseek_ct1_dll_onvif            Version: 1.04 Date: Oct_17_2016 Description: Library for CT1 - ONVIF<br/>
 
  
Linux:<br/>
+
:CMOS:<br/>
Name: roseek_ct1_maincore              Version: 1.11 Date: Jun_13_2017 Description: Main core module for ct1<br/>
+
:Name: roseek_ct1_fpga           &emsp;&emsp;&emsp;      Version: 2.46 Date: May_17_2017 Description: FPGA module for ct1<br/>
Name: roseek_ct1_fpga                  Version: 2.44 Date: May_15_2017 Description: FPGA module for ct1<br/>
 
Name: roseek_ct1_peripheral            Version: 1.19 Date: Jun_21_2017 Description: Peripheral controller module for ct1<br/>
 
Name: roseek_ct1_dll_stream            Version: 1.04 Date: Mar_23_2017 Description: Stream module for ct1<br/>
 
Name: roseek_ct1_dll_codec            Version: 1.03 Date: Mar_13_2017 Description: codec module for ct1<br/>
 
Name: roseek_ct1_dll_netcmd            Version: 1.08 Date: Mar_29_2017 Description: NetCMD module for ct1<br/>
 
Name: roseek_ct1_dll_osd              Version: 1.01 Date: Apr_12_2017 Description: OSD module for ct1<br/>
 
Name: roseek_ct1_lib_onvif            Version: 1.00 Date: Jun_16_2016 Description: Library for CT1 - ONVIF<br/>
 
 
 
CCD colour:<br/>
 
Name: roseek_ct1_fpga                  Version: 2.43 Date: May_14_2017 Description: FPGA module for ct1<br/>
 
 
 
CCD mono:<br/>
 
Name: roseek_ct1_fpga                  Version: 2.44 Date: May_15_2017 Description: FPGA module for ct1<br/>
 
 
 
CMOS:<br/>
 
Name: roseek_ct1_fpga                 Version: 2.46 Date: May_17_2017 Description: FPGA module for ct1<br/>
 

Latest revision as of 07:10, 13 December 2018

Version:V1.16

Release Date:Jul 05, 2017

1. New Function & Bug Fix

1.1 Improved power sychronization function for CMOS image sensor camera
1.2 Added hardware timer correction function for each frame time stamp and provided hardward Tick count(CT_RAWFRAME.Timestamp, CT_RAWFRAME_V2.TickCount_us).
1.3 Removed the setting to close FPGA after calling "Roseek_Capture_Destroy"
1.4 Solved a bug casued by IO trigger interruption
1.5 Solved a bug when GPIO as power sync source.
1.6 The default setting of CMOS image sensor camera is no gain.
1.7 Added the interface "Roseek_System_Shutdown" and added a function of file system check synchronization to disk when calling the APIs related to rebooting and shutdown.
1.8 Set saturation level to 0 to output mono image when switching to IR pass filter.
1.9 Solved watchdog issue for CMOS image sensor camera
1.10 Solved a bug for "Roseek_Capture_FetchFconFrame"
1.11 Added OSDFormat.DisplayFormat
1.12 Added Roseek_MediaEncoder_SetScaleMode
1.13 Do not reset IP address anymore when DEMO start up
1.14 Changed the baud rate to enum mode for RS232 and RS485
1.15 Changed watchdog rebooting to cold start for V150 hardware revision
1.16 Improved system shutting down process
1.17 Added QT demo to linux
1.18 Increase the Linux version to support the number and size of image caches.

2. Updating Steps

2.1 Update Drivers and Demo program
For Windows Version:
Copy ROSEEK_CTMainSystem_Setup_V1.16.exe to Camera local and run.
For Linux Version:
Please refer to SDK_PATH/CTSDK_Linux_ubuntu16/README.txt
2.2 Update Firmware
Run SniperViewer2(V1.27 or higher) in PC and connect with camera.
2.3 Update Source Code
Replace the Source Code with what in CTDemo folder.
If the user's program is not based on our SourceCode, please just replace the latest libraries in the folder.

3. Version Info:

Windows:
Name: roseek_ct1_maincore    Version: 1.11 Date: Jun_13_2017 Description: Main core module for ct1
Name: roseek_ct1_fpga     Version: 2.44 Date: May_15_2017 Description: FPGA module for ct1
Name: roseek_ct1_peripheral   Version: 1.19 Date: Jun_21_2017 Description: Peripheral controller module for ct1
Name: roseek_ct1_dll_stream   Version: 1.02 Date: Jun_24_2016 Description: Stream module for ct1
Name: roseek_ct1_dll_media    Version: 1.07 Date: Jun_28_2017 Description: Media module for ct1
Name: roseek_ct1_dll_netcmd  Version: 1.08 Date: Mar_29_2017 Description: NetCMD module for ct1
Name: roseek_ct1_dll_osd    Version: 1.01 Date: Apr_12_2017 Description: OSD module for ct1
Name: roseek_ct1_dll_onvif    Version: 1.04 Date: Oct_17_2016 Description: Library for CT1 - ONVIF
Linux:
Name: roseek_ct1_maincore    Version: 1.11 Date: Jun_13_2017 Description: Main core module for ct1
Name: roseek_ct1_fpga     Version: 2.44 Date: May_15_2017 Description: FPGA module for ct1
Name: roseek_ct1_peripheral   Version: 1.19 Date: Jun_21_2017 Description: Peripheral controller module for ct1
Name: roseek_ct1_dll_stream   Version: 1.04 Date: Mar_23_2017 Description: Stream module for ct1
Name: roseek_ct1_dll_codec     Version: 1.03 Date: Mar_13_2017 Description: codec module for ct1
Name: roseek_ct1_dll_netcmd  Version: 1.08 Date: Mar_29_2017 Description: NetCMD module for ct1
Name: roseek_ct1_dll_osd      Version: 1.01 Date: Apr_12_2017 Description: OSD module for ct1
Name: roseek_ct1_dll_onvif    Version: 1.00 Date: Jun_16_2016 Description: Library for CT1 - ONVIF
CCD colour:
Name: roseek_ct1_fpga     Version: 2.43 Date: May_14_2017 Description: FPGA module for ct1
CCD mono:
Name: roseek_ct1_fpga     Version: 2.44 Date: May_15_2017 Description: FPGA module for ct1
CMOS:
Name: roseek_ct1_fpga     Version: 2.46 Date: May_17_2017 Description: FPGA module for ct1