CN107483859B - Security monitoring video storage and playback method capable of rapidly calling security event pictures - Google Patents
Security monitoring video storage and playback method capable of rapidly calling security event pictures Download PDFInfo
- Publication number
- CN107483859B CN107483859B CN201710810309.0A CN201710810309A CN107483859B CN 107483859 B CN107483859 B CN 107483859B CN 201710810309 A CN201710810309 A CN 201710810309A CN 107483859 B CN107483859 B CN 107483859B
- Authority
- CN
- China
- Prior art keywords
- monitoring
- frame
- image data
- picture
- monitoring picture
- 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.)
- Active
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/76—Television signal recording
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/47—End-user applications
- H04N21/472—End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content
- H04N21/47217—End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content for controlling playback functions for recorded or on-demand content, e.g. using progress bars, mode or play-point indicators or bookmarks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/76—Television signal recording
- H04N5/91—Television signal processing therefor
- H04N5/93—Regeneration of the television signal or of selected parts thereof
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N7/00—Television systems
- H04N7/18—Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Databases & Information Systems (AREA)
- Human Computer Interaction (AREA)
- Closed-Circuit Television Systems (AREA)
Abstract
The invention provides a security monitoring video storage and playback method capable of rapidly taking security event pictures; the method comprises the following steps: taking the shooting time of each frame of monitoring picture as an element, and compiling a one-dimensional time table; establishing an image library for storing monitoring pictures, adding the shooting time of a first frame of monitoring picture to the initial position of the time table, and storing the first frame of monitoring picture in the image library; establishing mapping between the shooting time of the first frame picture and the image data; for each frame of monitoring picture, adding the shooting time to the end of the schedule; comparing the image data with the image data corresponding to the previous monitoring picture, and when the difference between the image data and the image data is within a specified range, discarding the image data of the current frame and mapping the shooting time of the current frame to the image data corresponding to the previous monitoring picture; the method can remarkably reduce the storage data volume of the monitoring video.
Description
Technical Field
The invention relates to the field of electronic security systems, in particular to a security monitoring video storage and playback method.
Background
In the field of security monitoring, continuous shooting, continuous storage and continuous playback modes of monitoring pictures are widely adopted at present. According to the mode, under the condition of continuous monitoring, as the total frame number of the monitoring pictures is huge, the data volume of each frame picture is also huge for high-definition monitoring pictures, so that the data volume of the monitoring video in a short period of time is huge, the video storage space is a great test for the currently popular network camera, and if a network server is required for monitoring video storage, the cost is very high. On the other hand, for the current security surveillance video, if the surveillance video is called and played back after a security event occurs, the video can only be continuously played in a fast forward manner, and an accidental event picture is captured in the video, the waiting time is very long, and under the condition of multi-angle surveillance, multiple segments of videos need to be played back in such a manner, so that the workload is very huge, and the fast solution is not facilitated.
Disclosure of Invention
In view of the above problems, an object of the present invention is to provide a method for storing and playing back security surveillance videos, which can significantly reduce the amount of stored data of surveillance videos and is beneficial to quickly retrieving security event pictures.
The technical scheme adopted by the invention for solving the technical problems is as follows:
the storage method of the security monitoring video comprises the following steps:
firstly, taking the shooting time of each frame of monitoring picture as an element, and compiling a one-dimensional time table;
secondly, establishing an image library for storing the monitoring pictures, adding the shooting time of a first frame of monitoring picture to the initial position of the time table, and storing the first frame of monitoring picture in the image library; establishing mapping between the shooting time of the first frame picture and the image data;
thirdly, adding the shooting time of each frame of monitoring picture to the tail of the time table; comparing the image data with the image data corresponding to the previous monitoring picture, and when the difference between the image data and the image data is within a specified range, discarding the image data of the current frame and mapping the shooting time of the current frame to the image data corresponding to the previous monitoring picture; if the difference between the two exceeds the specified range, the image data of the current frame is stored in the image library, and the mapping between the shooting time of the current frame and the image data of the current frame is established.
Preferably, when storing the monitoring picture, firstly establishing a matrix of M × N (M < N) corresponding to the resolution of the monitoring picture; then, the color value of each pixel point of the monitoring picture is used as each element of the matrix; when comparing the image data of two monitoring pictures, the following method is adopted: 1. directly subtracting image matrixes corresponding to the two monitoring pictures to obtain a difference matrix; 2. and calculating the sum of squares of each element in the difference matrix, and when the sum of squares is smaller than a specified value, judging that the image data of the two monitoring pictures do not exceed a specified range.
Preferably, when storing the monitoring picture, firstly establishing a matrix of M × N (M < N) corresponding to the resolution of the monitoring picture; then, the color value of each pixel point of the monitoring picture is used as each element of the matrix; when comparing the image data of two monitoring pictures, the following method is adopted: 1. calculating the sum of difference squares of each color value and each surrounding color value of the image matrix corresponding to each frame of monitoring picture as a local structure value corresponding to each element; 2. calculating the sum of the structural values of all elements in each frame of monitoring picture as a total structural value; 3. calculating the difference between the total structure values of the two monitoring frames; and if the difference of the total structure values is smaller than a specified value, determining that the image data of the two monitoring frames do not exceed a specified range.
The storage method of the security monitoring video has the beneficial effects that: for the still pictures in the continuous time in the monitoring range, only storing one frame in the storage device; in fact, for a large number of monitoring ranges, the pictures are basically fixed due to no people coming in or going out most of the time, and for the pictures which are static for a long time, if each frame is independently stored in the storage device, the storage amount is extremely large, a large amount of space is consumed, and the storage cost is seriously wasted; according to the method, the storage space of the monitoring information is greatly reduced on the basis of not losing the monitoring information.
The playback method of the security monitoring video at least comprises one of the following modes: directly playing each frame of monitoring picture in the image library in sequence; and displaying the shooting time corresponding to each frame of monitoring picture on a screen, and if a certain frame of picture corresponds to a plurality of continuous shooting times, only displaying the head and tail times of the plurality of continuous times.
The playback method of the security monitoring video has the advantages that: the continuous still pictures in the monitoring pictures are directly reduced into one frame, so that only dynamic events in the monitoring range are presented in the playback video, and the series of dynamic events are the key information required to be acquired in the monitoring playback operation, therefore, in the video playback process, the watching time of useless video information is reduced to be extremely short (the time of one frame of picture is extremely short), so that the solution solving waiting time is almost zero waste, and the solution solving efficiency is greatly improved.
Detailed Description
The invention is further illustrated below:
the storage method of the security monitoring video comprises the following steps:
firstly, taking the shooting time of each frame of monitoring picture as an element, and compiling a one-dimensional time table; the pickup time of the first frame monitor picture is added to the start position of the schedule, and thereafter, the pickup time of each frame is added to the end of the schedule.
Secondly, establishing an image library for storing the monitoring images, and storing the image data of the first frame of monitoring images into the image library after adding the shooting time of the first frame of monitoring images to the initial position of the time schedule; and establishing mapping between the shooting time of the first frame of monitoring picture and the image data.
Thirdly, adding the shooting time of each frame of monitoring picture to the end of the time table; comparing the image data with the image data corresponding to the previous monitoring picture, and when the difference between the image data and the image data is within a specified range, discarding the image data of the current frame and mapping the shooting time of the current frame to the image data corresponding to the previous monitoring picture; if the difference between the two exceeds the specified range, the image data of the current frame is stored in the image library, and the mapping between the shooting time of the current frame and the image data of the current frame is established.
When storing the monitoring picture, firstly establishing an M multiplied by N matrix corresponding to the resolution of the monitoring picture; and then, taking the color value of each pixel point of the monitoring picture as each element of the matrix.
When comparing the image data of two frames of monitoring pictures, the following method can be adopted: 1. directly subtracting image matrixes corresponding to the two monitoring pictures to obtain a difference matrix; 2. and calculating the sum of squares of each element in the difference matrix, and when the sum of squares is smaller than a specified value, judging that the image data of the two monitoring pictures do not exceed a specified range. The method belongs to a conventional method for image comparison and is characterized in that the comparison is accurate, and two images are considered to be different images as long as the two images are different. However, in many cases, there is a problem of jitter of the monitoring screen, and in this case, a security event does not actually occur, but a plurality of frames of monitoring screens need to be stored, which obviously also causes a problem of wasted storage space.
For this purpose, the following method can be adopted to compare two monitoring pictures: 1. calculating the sum of difference squares of each color value and each surrounding color value of the image matrix corresponding to each frame of monitoring picture as a local structure value corresponding to each element; 2. calculating the sum of the structural values of all elements in each frame of monitoring picture as a total structural value; 3. calculating the difference between the total structure values of the two monitoring frames; and if the difference of the total structure values is smaller than a specified value, determining that the image data of the two monitoring frames do not exceed a specified range. For two frames of monitoring pictures shot in a shaking state, a large number of same elements exist in image matrixes corresponding to the two frames of monitoring pictures, the positions of the corresponding same elements are different, but the data structure relationship between the elements and surrounding elements is unchanged, so that the problem of repeated storage in the shaking state of the pictures can be solved by counting and comparing the data structure relationship.
According to the storage method of the security monitoring video, only one frame of still pictures in continuous time in a monitoring range is stored in the storage device; in fact, for a large number of monitoring ranges, the pictures are basically fixed due to no people coming in or going out most of the time, and for the pictures which are static for a long time, if each frame is independently stored in the storage device, the storage amount is extremely large, a large amount of space is consumed, and the storage cost is seriously wasted; according to the method, the storage space of the monitoring information is greatly reduced on the basis of not losing the monitoring information.
The playback method of the security monitoring video at least comprises one of the following modes: and directly playing each frame of monitoring picture in the image library in sequence, and displaying the shooting time corresponding to each frame of monitoring picture on a screen, wherein if a certain frame of picture corresponds to a plurality of continuous shooting times, only the head and tail times of the plurality of continuous times are displayed.
According to the playback method of the security monitoring video, continuous and static pictures in the monitoring pictures are directly reduced into one frame, so that only dynamic events in the monitoring range are presented in the playback video, and the series of dynamic events are key information required to be acquired in the monitoring playback operation, therefore, in the video playback process, the watching time of useless video information is reduced to be extremely short (the time of one frame of picture is extremely short), so that the case solving waiting time is almost zero waste, and the case solving efficiency is greatly improved.
Claims (1)
1. A storage and playback method of security monitoring videos is characterized by comprising the following steps:
firstly, taking the shooting time of each frame of monitoring picture as a time element, and compiling a one-dimensional time table;
secondly, establishing an image library for storing the monitoring pictures, adding the shooting time of a first frame of monitoring picture to the initial position of the time table, and storing the first frame of monitoring picture in the image library; establishing mapping between the shooting time of the first frame picture and the image data;
thirdly, adding the shooting time of each frame of monitoring picture to the tail of the time table; comparing the image data with the image data corresponding to the previous monitoring picture, and when the difference between the image data and the image data is within a specified range, discarding the image data of the current frame and mapping the shooting time of the current frame to the image data corresponding to the previous monitoring picture; if the difference between the current frame and the current frame exceeds a specified range, storing the image data of the current frame into the image library, and establishing mapping between the shooting time of the current frame and the image data of the current frame; when the monitoring picture is stored, firstly, an M multiplied by N matrix corresponding to the resolution ratio is established, wherein M is less than N; then, the color value of each pixel point of the monitoring picture is used as each element of the matrix;
when comparing the image data of two monitoring pictures, the following method is adopted: 1. calculating the sum of difference squares of each color value and each surrounding color value of the image matrix corresponding to each frame of monitoring picture as a local structure value corresponding to each element; 2. calculating the sum of the structural values of all elements in each frame of monitoring picture as a total structural value; 3. calculating the difference between the total structure values of the two monitoring frames; if the difference of the total structure values is smaller than a specified value, determining that the image data of the two monitoring frames do not exceed a specified range;
the playback method of the security monitoring video at least comprises the following steps: directly playing each frame of monitoring picture in the image library in sequence; and displaying the shooting time corresponding to each frame of monitoring picture on a screen, and if a certain frame of picture corresponds to a plurality of continuous shooting times, only displaying the head and tail times of the plurality of continuous times.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710810309.0A CN107483859B (en) | 2014-12-10 | 2014-12-10 | Security monitoring video storage and playback method capable of rapidly calling security event pictures |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410756711.1A CN104394345B (en) | 2014-12-10 | 2014-12-10 | A kind of safety monitoring video storage and back method |
CN201710810309.0A CN107483859B (en) | 2014-12-10 | 2014-12-10 | Security monitoring video storage and playback method capable of rapidly calling security event pictures |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410756711.1A Division CN104394345B (en) | 2014-12-10 | 2014-12-10 | A kind of safety monitoring video storage and back method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107483859A CN107483859A (en) | 2017-12-15 |
CN107483859B true CN107483859B (en) | 2020-05-26 |
Family
ID=52612174
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410756711.1A Expired - Fee Related CN104394345B (en) | 2014-12-10 | 2014-12-10 | A kind of safety monitoring video storage and back method |
CN201710810310.3A Active CN107483860B (en) | 2014-12-10 | 2014-12-10 | Security monitoring video storage and playback method suitable for improving case solving efficiency |
CN201710810309.0A Active CN107483859B (en) | 2014-12-10 | 2014-12-10 | Security monitoring video storage and playback method capable of rapidly calling security event pictures |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410756711.1A Expired - Fee Related CN104394345B (en) | 2014-12-10 | 2014-12-10 | A kind of safety monitoring video storage and back method |
CN201710810310.3A Active CN107483860B (en) | 2014-12-10 | 2014-12-10 | Security monitoring video storage and playback method suitable for improving case solving efficiency |
Country Status (1)
Country | Link |
---|---|
CN (3) | CN104394345B (en) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105374031A (en) * | 2015-10-14 | 2016-03-02 | 江苏美的清洁电器股份有限公司 | Household security protection data processing method and system based on robot |
CN108062507B (en) * | 2016-11-08 | 2024-02-27 | 中兴通讯股份有限公司 | Video processing method and device |
CN108540743B (en) * | 2018-03-23 | 2020-11-06 | 佛山市台风网络科技有限公司 | Image data storage method and system based on video monitoring |
CN109714623B (en) * | 2019-03-12 | 2021-11-16 | 北京旷视科技有限公司 | Image display method and device, electronic equipment and computer readable storage medium |
CN110324661B (en) * | 2019-06-12 | 2022-02-18 | 浙江大华技术股份有限公司 | Method, device and equipment for generating video abstract under mobile shooting and storage medium |
CN113452894A (en) * | 2020-03-24 | 2021-09-28 | 广东永爱医养产业有限公司 | Infrared camera intelligent control method based on network control |
CN113568894A (en) * | 2020-04-28 | 2021-10-29 | 中移动信息技术有限公司 | Data redundancy processing method and device for database, electronic equipment and storage medium |
CN113489953B (en) * | 2021-07-02 | 2023-04-07 | 临沂边锋自动化设备有限公司 | Energy-saving method and device for video monitoring system |
CN114710674B (en) * | 2022-06-06 | 2022-08-30 | 青岛亨通建设有限公司 | Building construction monitoring data storage method |
CN115514985A (en) * | 2022-09-20 | 2022-12-23 | 广东省宏视智能科技有限公司 | Video processing method and device, electronic equipment and storage medium |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101060624A (en) * | 2007-05-08 | 2007-10-24 | 杭州华三通信技术有限公司 | Video data processing method and storage equipment |
CN102761733A (en) * | 2011-04-29 | 2012-10-31 | 富泰华工业(深圳)有限公司 | Monitoring system and video data storage method |
CN103179384A (en) * | 2013-03-21 | 2013-06-26 | 鸿富锦精密工业(深圳)有限公司 | Video data processing system for video monitoring and video broadcasting system |
CN103327306A (en) * | 2013-06-14 | 2013-09-25 | 广东威创视讯科技股份有限公司 | Method and device for storing video surveillance image |
CN103379335A (en) * | 2012-04-19 | 2013-10-30 | Vixs系统公司 | Detection of video feature based on variance metric |
CN104010151A (en) * | 2014-06-13 | 2014-08-27 | 深圳市景阳科技股份有限公司 | Method for compressing monitoring video file |
CN104093021A (en) * | 2014-07-15 | 2014-10-08 | 上海工程技术大学 | Monitoring video compression method |
CN104103041A (en) * | 2013-12-24 | 2014-10-15 | 北京华科创智健康科技股份有限公司 | Ultrasonic image mixed noise self-adaptive suppression method |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4027337B2 (en) * | 2004-04-05 | 2007-12-26 | 三菱電機株式会社 | VIDEO INFORMATION RECORDING DEVICE, VIDEO INFORMATION RECORDING METHOD, VIDEO INFORMATION REPRODUCING DEVICE, AND VIDEO INFORMATION REPRODUCING METHOD |
JP5217106B2 (en) * | 2006-03-31 | 2013-06-19 | 沖電気工業株式会社 | Video surveillance system, surveillance video abnormality detection method, and surveillance video abnormality detection program |
CN101261740B (en) * | 2008-03-27 | 2012-01-04 | 于培宁 | Processing method of an image storage |
CN101753938A (en) * | 2008-12-22 | 2010-06-23 | 北京中星微电子有限公司 | Method, system and equipment for storing video data in video monitoring system |
US8593545B2 (en) * | 2010-06-09 | 2013-11-26 | Olympus Imaging Corp. | Imaging apparatus, imaging method, and computer-readable recording medium with switched image capturing mode |
CN102523513B (en) * | 2011-12-31 | 2015-04-29 | 西南交通大学 | Implementation method for accurately obtaining images of original video file on basis of video player |
CN103024348B (en) * | 2012-11-06 | 2016-08-17 | 前卫视讯(北京)科技发展有限公司 | The operation management system of video monitoring |
CN203482319U (en) * | 2013-05-31 | 2014-03-12 | 江西省电力设计院 | Video monitoring and analysis system for power station workshops |
CN103744993A (en) * | 2014-01-22 | 2014-04-23 | 苏州科达科技股份有限公司 | Video file storage-retrieval method and video file storage-retrieval device |
CN104104952B (en) * | 2014-08-01 | 2017-08-25 | 武汉高德信息产业有限公司 | A kind of audio/video processing method and system for being adapted to mobile device storage and playing |
-
2014
- 2014-12-10 CN CN201410756711.1A patent/CN104394345B/en not_active Expired - Fee Related
- 2014-12-10 CN CN201710810310.3A patent/CN107483860B/en active Active
- 2014-12-10 CN CN201710810309.0A patent/CN107483859B/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101060624A (en) * | 2007-05-08 | 2007-10-24 | 杭州华三通信技术有限公司 | Video data processing method and storage equipment |
CN102761733A (en) * | 2011-04-29 | 2012-10-31 | 富泰华工业(深圳)有限公司 | Monitoring system and video data storage method |
CN103379335A (en) * | 2012-04-19 | 2013-10-30 | Vixs系统公司 | Detection of video feature based on variance metric |
CN103179384A (en) * | 2013-03-21 | 2013-06-26 | 鸿富锦精密工业(深圳)有限公司 | Video data processing system for video monitoring and video broadcasting system |
CN103327306A (en) * | 2013-06-14 | 2013-09-25 | 广东威创视讯科技股份有限公司 | Method and device for storing video surveillance image |
CN104103041A (en) * | 2013-12-24 | 2014-10-15 | 北京华科创智健康科技股份有限公司 | Ultrasonic image mixed noise self-adaptive suppression method |
CN104010151A (en) * | 2014-06-13 | 2014-08-27 | 深圳市景阳科技股份有限公司 | Method for compressing monitoring video file |
CN104093021A (en) * | 2014-07-15 | 2014-10-08 | 上海工程技术大学 | Monitoring video compression method |
Also Published As
Publication number | Publication date |
---|---|
CN104394345A (en) | 2015-03-04 |
CN107483860B (en) | 2020-12-22 |
CN107483860A (en) | 2017-12-15 |
CN107483859A (en) | 2017-12-15 |
CN104394345B (en) | 2017-11-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107483859B (en) | Security monitoring video storage and playback method capable of rapidly calling security event pictures | |
KR102146042B1 (en) | Method and system for playing back recorded video | |
US20140333776A1 (en) | Analytics-Drived Summary Views for Surveillance Networks | |
CN109302619A (en) | A kind of information processing method and device | |
CN108062507B (en) | Video processing method and device | |
CA2403270A1 (en) | Digital video system using networked cameras | |
US10109316B2 (en) | Method and apparatus for playing back recorded video | |
US20190313071A1 (en) | Dynamic chroma key for video background replacement | |
CN108632666B (en) | Video detection method and video detection equipment | |
CN105574896B (en) | A kind of efficient background modeling method towards high-resolution video | |
CN103826109A (en) | Video monitoring image data processing method and system | |
CN109089131A (en) | A kind of record screen live broadcasting method, device, equipment and storage medium based on IOS system | |
US11862053B2 (en) | Display method based on pulse signals, apparatus, electronic device and medium | |
US8411141B2 (en) | Video processing method for reducing the load of viewing | |
CN105635667B (en) | Method and apparatus for visualization digital Video stream information | |
CN105589667B (en) | Method and device for capturing display image of display equipment | |
US10904575B2 (en) | Compressing multiple video files using localized camera meta data | |
US8873642B2 (en) | Video content analysis methods and systems | |
CN105069150B (en) | Compression, storage, back method and the compression of film recording, storage system | |
DE102016109998A1 (en) | A method of operating a mobile device and a mobile system | |
US10063735B2 (en) | Image file management method, image capturing device, image storage device, and computer readable medium thereof | |
US20160191884A1 (en) | Image playback method and image surveillance system thereof | |
US8855444B2 (en) | Method for partitioning and processing a digital image | |
US20210194610A1 (en) | Monitoring video broadcasts | |
US20130006571A1 (en) | Processing monitoring data in a monitoring system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
TA01 | Transfer of patent application right |
Effective date of registration: 20200420 Address after: Room 306-308, unit 1, building 1, poly Duhui building, No. 4, Sanyuan Road, Nancheng street, Dongguan City, Guangdong Province Applicant after: Guangdong Ji'an Technology Co.,Ltd. Address before: 213000 North District, Jiangsu, Changzhou Jin Ling North Road, Hohai University Applicant before: Chen Guodong |
|
TA01 | Transfer of patent application right | ||
GR01 | Patent grant | ||
GR01 | Patent grant |