<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.roseek.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Cheetah1_SDK_v1.18_ReleaseNote</id>
		<title>Cheetah1 SDK v1.18 ReleaseNote - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.roseek.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Cheetah1_SDK_v1.18_ReleaseNote"/>
		<link rel="alternate" type="text/html" href="http://www.roseek.com/wiki/index.php?title=Cheetah1_SDK_v1.18_ReleaseNote&amp;action=history"/>
		<updated>2026-06-01T12:41:27Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.roseek.com/wiki/index.php?title=Cheetah1_SDK_v1.18_ReleaseNote&amp;diff=336&amp;oldid=prev</id>
		<title>HuangKun at 06:51, 12 December 2018</title>
		<link rel="alternate" type="text/html" href="http://www.roseek.com/wiki/index.php?title=Cheetah1_SDK_v1.18_ReleaseNote&amp;diff=336&amp;oldid=prev"/>
				<updated>2018-12-12T06:51:14Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;http://www.roseek.com/wiki/index.php?title=Cheetah1_SDK_v1.18_ReleaseNote&amp;amp;diff=336&amp;amp;oldid=335&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>HuangKun</name></author>	</entry>

	<entry>
		<id>http://www.roseek.com/wiki/index.php?title=Cheetah1_SDK_v1.18_ReleaseNote&amp;diff=335&amp;oldid=prev</id>
		<title>HuangKun: Created page with &quot;Version：V1.17&lt;br/&gt;  Release Date：Jan 26, 2018&lt;br/&gt;  '''1. New Function &amp; Bug Fix'''&lt;br/&gt; :1.1 Due to the Windows version, the COM port of the serial device may be changed...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.roseek.com/wiki/index.php?title=Cheetah1_SDK_v1.18_ReleaseNote&amp;diff=335&amp;oldid=prev"/>
				<updated>2018-12-12T06:03:12Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Version：V1.17&amp;lt;br/&amp;gt;  Release Date：Jan 26, 2018&amp;lt;br/&amp;gt;  &amp;#039;&amp;#039;&amp;#039;1. New Function &amp;amp; Bug Fix&amp;#039;&amp;#039;&amp;#039;&amp;lt;br/&amp;gt; :1.1 Due to the Windows version, the COM port of the serial device may be changed...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Version：V1.17&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Release Date：Jan 26, 2018&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''1. New Function &amp;amp; Bug Fix'''&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.1 Due to the Windows version, the COM port of the serial device may be changed after the operating system is rebooted.&lt;br /&gt;
::Therefore, the API &amp;quot;Roseek_System_GetSerialPortName&amp;quot; is added to obtain the device name (COM (n)) corresponding to a serial device with a specific serial number.&lt;br /&gt;
::The serial number 0 means RS232 device, and the serial number 1 means RS485 device.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.2 Solve the problem that immediately capture can not get the image and can only be delayed 300 milliseconds to capture the image after interface function &amp;quot;Roseek_Capture_Build&amp;quot; returns.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.3 Fix the BUG that mode switch may be delayed or failed between continuous mode and trigger mode.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.4 Add the function of capture image queue control.&lt;br /&gt;
::Add the two options, to put the new capture image into a continuous mode image queue or to copy the snapshot image into a continuous mode image queue. &lt;br /&gt;
::Add corresponding API functions Roseek_Capture_SetFetchFrameMode and Roseek_Capture_GetFetchFrameMode.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.5 For the trigger capture function of the RSCT123 model, replace the GlobalReset way with extracting a frame from a continuous stream to achieve the function.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.6 TImprove the upgrade protocol and provide richer upgrade process information tips.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.7 Optimize the image ISP's strategies and algorithms. Improve image enhancement, Gamma and noise reduction effects.&lt;br /&gt;
::Add new functions, such as the RAWLut configuration, image brightness, contrast and local contrast enhancement.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.8 Interface Roseek_ImageAcquisition_SetResolutionEx add option full resolution mode CT_RESOLUTION_MODE_ALLPIXEL.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.9 Improve the watchdog internal logic and solve the problem that the watchdog cannot work normally when the device cannot be opened.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.10 Improve JPEG codec module &amp;quot;RSJpegUtil.dll&amp;quot;. Use the SSE2 and other CPU optimization. The efficiency is improved about 4 times.&lt;br /&gt;
::After Measure, 200W pixel image compression takes 32 milliseconds, 500W pixel image compression takes 63 milliseconds, 800W pixel image compression takes 99 milliseconds.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.11 H264 encoding library adds the interface Roseek_MediaEncoder_SetScaleMode. When the source resolution and the target resolution are different, &amp;lt;br/&amp;gt;&lt;br /&gt;
::The way to control the image scaling can be chosen to keep the image proportion or to stretch the image without a black border.&lt;br /&gt;
:1.12 For the OSD module, modify the BUG that the font width of monospace font may be unequal width, and improve the auto-wrap logic.&amp;lt;br/&amp;gt;&lt;br /&gt;
:1.13 Add a new document &amp;quot;Cheetah1 Series Smart Camera - Development Manual&amp;quot;. Replace old documents &amp;quot;Cheetah1 Series Smart Camera - API Instructions&amp;quot; and &amp;quot;Cheetah1 Series Smart Camera - Development Guide&amp;quot;. &lt;br /&gt;
::The new document provides a richer and better explanation for development in Cheetah1.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Updating Steps'''&amp;lt;br/&amp;gt;&lt;br /&gt;
:2.1 Update Drivers and Demo program&amp;lt;br/&amp;gt;&lt;br /&gt;
::For Windows Version:&amp;lt;br/&amp;gt;&lt;br /&gt;
:::Copy ROSEEK_CTMainSystem_Setup_V1.17.exe to Camera local and run.&amp;lt;br/&amp;gt;&lt;br /&gt;
::For Linux Version:&amp;lt;br/&amp;gt;&lt;br /&gt;
:::Please refer to SDK_PATH/CTSDK_Linux_ubuntu16/README.txt&amp;lt;br/&amp;gt;&lt;br /&gt;
:2.2 Update Firmware&amp;lt;br/&amp;gt;&lt;br /&gt;
::Run SDK_PATH/UtilTools/RSDeviceInformation.exe to check the device information.&lt;br /&gt;
::Run SDK_PATH/UtilTools/RSRemoteUpdateTool.exe to remote update.&amp;lt;br/&amp;gt;&lt;br /&gt;
:2.3 Update Source Code&amp;lt;br/&amp;gt;&lt;br /&gt;
::Replace the Source Code with what in CTDemo folder.&amp;lt;br/&amp;gt;&lt;br /&gt;
::If the user's program is not based on our SourceCode, please just replace the latest libraries in the folder.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''3. Version Info:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
:Windows:&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_maincore &amp;amp;emsp;&amp;amp;emsp;   Version: 1.13 Date: Oct_25_2017 Description: Main core module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_fpga&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;Version: 2.53 Date: May_24_2017 Description: FPGA module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_peripheral&amp;amp;nbsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.20 Date: Jun_21_2017 Description: Peripheral controller module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_stream&amp;amp;nbsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.02 Date: Jun_24_2016 Description: Stream module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_media&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.07 Date: Jun_28_2017 Description: Media module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_netcmd&amp;amp;emsp;&amp;amp;emsp;Version: 1.09 Date: Oct_27_2017 Description: NetCMD module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_osd&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.02 Date: Jul_14_2017 Description: OSD module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_onvif&amp;amp;nbsp;&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.04 Date: Oct_17_2016 Description: Library for CT1 - ONVIF&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Linux:&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_maincore &amp;amp;emsp;&amp;amp;emsp;  Version: 1.13 Date: Oct_25_2017 Description: Main core module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_fpga&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;Version: 2.53 Date: May_24_2017 Description: FPGA module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_peripheral&amp;amp;nbsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.20 Date: Jun_21_2017 Description: Peripheral controller module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_stream&amp;amp;nbsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.04 Date: Mar_23_2017 Description: Stream module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_codec&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.04 Date: Nov_08_2017 Description: codec module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_netcmd&amp;amp;emsp;&amp;amp;emsp;Version: 1.09 Date: Oct_27_2017 Description: NetCMD module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_osd&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.02 Date: Jul_14_2017 Description: OSD module for ct1&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_dll_onvif&amp;amp;nbsp;&amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;Version: 1.00 Date: Jun_16_2016 Description: Library for CT1 - ONVIF&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:CCD color/mono:&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_fpga           &amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;       Version: 2.50&lt;br /&gt;
&lt;br /&gt;
:CMOS color/mono:&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_fpga           &amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;       Version: 2.53&lt;br /&gt;
&lt;br /&gt;
:RSCT185S, RSCT167A:&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_fpga           &amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;       Version: 2.43&lt;br /&gt;
&lt;br /&gt;
:RSCT167M:&amp;lt;br/&amp;gt;&lt;br /&gt;
:Name: roseek_ct1_fpga           &amp;amp;emsp;&amp;amp;emsp;&amp;amp;emsp;       Version: 2.43&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''4. Dependence on the operating system'''&amp;lt;BR/&amp;gt;&lt;br /&gt;
:4.1 Windows version&amp;lt;BR/&amp;gt;&lt;br /&gt;
::Any version.&lt;br /&gt;
:4.2 Linux version&amp;lt;BR/&amp;gt;&lt;br /&gt;
::Ubuntu16 OS image (V1.07 or higher).&lt;/div&gt;</summary>
		<author><name>HuangKun</name></author>	</entry>

	</feed>