CN113225883A - Intelligent electronic fence - Google Patents

Intelligent electronic fence Download PDF

Info

Publication number
CN113225883A
CN113225883A CN202110064757.7A CN202110064757A CN113225883A CN 113225883 A CN113225883 A CN 113225883A CN 202110064757 A CN202110064757 A CN 202110064757A CN 113225883 A CN113225883 A CN 113225883A
Authority
CN
China
Prior art keywords
module
fence
processing
polygon
livestock
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.)
Granted
Application number
CN202110064757.7A
Other languages
Chinese (zh)
Other versions
CN113225883B (en
Inventor
冷雄舟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangxi Lian Animal Husbandry Equipment Co ltd
Original Assignee
Jiangxi Lian Animal Husbandry Equipment Co ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Jiangxi Lian Animal Husbandry Equipment Co ltd filed Critical Jiangxi Lian Animal Husbandry Equipment Co ltd
Publication of CN113225883A publication Critical patent/CN113225883A/en
Application granted granted Critical
Publication of CN113225883B publication Critical patent/CN113225883B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H05ELECTRIC TECHNIQUES NOT OTHERWISE PROVIDED FOR
    • H05CELECTRIC CIRCUITS OR APPARATUS SPECIALLY DESIGNED FOR USE IN EQUIPMENT FOR KILLING, STUNNING, OR GUIDING LIVING BEINGS
    • H05C3/00Other circuits or apparatus
    • AHUMAN NECESSITIES
    • A01AGRICULTURE; FORESTRY; ANIMAL HUSBANDRY; HUNTING; TRAPPING; FISHING
    • A01KANIMAL HUSBANDRY; AVICULTURE; APICULTURE; PISCICULTURE; FISHING; REARING OR BREEDING ANIMALS, NOT OTHERWISE PROVIDED FOR; NEW BREEDS OF ANIMALS
    • A01K3/00Pasturing equipment, e.g. tethering devices; Grids for preventing cattle from straying; Electrified wire fencing

Landscapes

  • Life Sciences & Earth Sciences (AREA)
  • Environmental Sciences (AREA)
  • Insects & Arthropods (AREA)
  • Animal Husbandry (AREA)
  • Biodiversity & Conservation Biology (AREA)
  • Position Fixing By Use Of Radio Waves (AREA)
  • Catching Or Destruction (AREA)

Abstract

An intelligent electronic fence comprises an input module, a processing induction module and an output module; the input module, the processing induction module and the output module are matched to form an electronic fence activity area; the input module is used for inputting map information so as to form a containment range on a map and transmitting data to the processing induction module; the processing induction module is used for receiving the data transmitted by the input module, processing the database and controlling the work of the output module; and the output module is used for controlling the activity of the livestock. According to the invention, through the matching of the input module, the processing induction module and the output module, when the livestock leaves the captive breeding range, the function of the processing induction module is started, the head of the livestock faces to the outside, the electric control glasses are light-tight, and the eyes of the livestock are invisible; the electric control glasses are transparent and the eyes of the livestock are visible, so that the livestock can only return to the original way and cannot move towards the outside, and an electric fence activity area is formed.

Description

Intelligent electronic fence
Technical Field
The invention relates to the field of livestock containment, in particular to an intelligent electronic fence.
Background
When the livestock is put in the livestock breeding field, if no one watches the livestock, the livestock can run randomly, the invention avoids that the animals can not be found, is not afraid of that the animals eat crops, can be utilized widely in the field, becomes a new pasture, and the livestock can not be in the traditional bolting and enclosure breeding mode, so that the livestock can return to the nature, and people can also get rid of the complicated work.
Disclosure of Invention
Objects of the invention
In order to solve the technical problems in the background art, the invention provides an intelligent electronic fence.
(II) technical scheme
In order to solve the above problems, the present invention provides an intelligent electronic fence, which includes an input module, a processing sensing module, and an output module;
the input module, the processing induction module and the output module are matched to form an electronic fence activity area;
the input module is used for inputting map information so as to form a containment range on a map and transmitting data to the processing induction module; the input module comprises a power supply module and an instruction module;
the processing induction module is used for receiving the data transmitted by the input module, processing the database and controlling the work of the output module; the processing induction module comprises an integrated positioning processing module, an antenna, an electronic compass sensor, a nine-axis sensor, a storage/function module, a microphone/camera, a WIFI/Bluetooth module, a step counting module, a battery management module and a mobile module;
the output module is used for controlling the activity of the livestock; the output module comprises electric control glasses, a signal feedback APP, a loudspeaker/video module, a charging display lamp and/or a mobile signal lamp.
Preferably, the power supply module comprises a charging interface, a photovoltaic panel, a battery and a battery low-temperature starting module; the charging interface is used for charging the battery, the photovoltaic panel is used for automatically charging the battery, and the battery low-temperature starting module controls the battery to normally work at low temperature; the instruction module sends out an instruction through the APP and transmits the instruction and the map information to the processing induction module; wherein, the interface that charges is pogopin interface.
Preferably, signal feedback APP receives and processes the signal of response module to control loudspeaker/video module, the display lamp that charges and automatically controlled glasses work.
Preferably, the activity area of the intelligent fence is created by a user, the user clicks on a screen to obtain the coordinates of corresponding points on a corresponding map, and three or more points are continuously selected to generate the corresponding fence area;
whether the point is in the polygon is judged by the processing device to judge whether the animal goes out of the area, including four judgment cases of S1, S2, S3 and S4, and S3 includes two cases of S31 and S32, as follows:
s1: if any given point is a vertex of a polygon, then it is considered to be within the polygon;
s2: traversing each vertex, and if the X axis of the current point p (X, y) is outside a quadrangle formed by any 2 vertices, considering that the current point p (X, y) is outside the polygon;
s3: establishing a plane coordinate system, and assuming that adjacent vertexes are p1(x1, y1), p2(x2, y2) and p3(x3, y3), then:
s31, if x is within (x1, x2), x1, x2 are not included, and y is within [ y1, y2], then the following cases are included:
a: if p1, p2 are on the same vertical line, and p is between [ y1, y2], then p is considered to be within the polygon;
b: if p1, p2, p are on the same horizontal line, then p is considered to be within the polygon;
c: if p1, p2 are on the same horizontal line, the cross counter InterpectCount +1 is traversed to the next vertex;
d: if p1 and p2 are not on the same horizontal line, the calculation of p2 and the slope k of p1 is (y2-y1)/(x2-x1), and the coordinates of the intersection point of the straight line formed by p, p1 and p2 are:
p ' (x ', y '), wherein x ═ x, y ═ kx (x-x1) + y 1;
if y < y', InterpectCount + 1;
if p is close to p', then it is considered to be within the polygon;
s32, if x is out of [ x1, x2], including x1, x2, then the case that p and p2 are in the same vertical line needs to be considered, and the case that p3 is the next adjacent vertex of p2 includes the following cases:
e: if the x-axis of p is between p1, p3, then the ray that p originates will intersect p1, p3, thus intersectatcount + 1;
f: if the x-axis of p is not between p1, p3, then the ray that p originates will not intersect p1, p3, and therefore, the intersectCount + 2;
s4: after traversing all the vertexes, looking at the value of the intersectatcount of the cross counter;
if the number is even, the current point p is outside the polygon;
if odd, the current point p is within the polygon.
Preferably, when the fence is created, the app judges whether the longitude and latitude of the point on the circle is in the interior of the fence or not, if so, different colors are marked, and the flag is set to be 1; if not, the fence is created again, and the flag is set to be 0; after the fence is created by the app, transmitting the coordinate of the fence and the value of the flag to the equipment end; the equipment end knows whether the fence is an internal fence or an external fence according to the value of the flag;
if the fence is an external fence, normally judging the fence to be out of bounds;
if the result is the internal fence, the out-of-bounds result is judged to be negated; an internal fence to keep out of crops and fields.
Preferably, the integrated positioning processing module comprises a CPU, a storage module and a positioning system.
Preferably, the positioning system comprises the China Beidou satellite navigation system, the American GPS system, the Russian GLONASS system and the European Galileo satellite navigation system.
According to the invention, through the matching of the input module, the processing induction module and the output module, when the livestock leaves the captive breeding range, the function of the processing induction module is started, the head of the livestock faces to the outside, the electric control glasses are light-tight, and the eyes of the livestock are invisible; the electric control glasses are transparent and the eyes of the livestock are visible, so that the livestock can only return to the original way and cannot move towards the outside, and an electric fence activity area is formed.
Drawings
Fig. 1 is a schematic diagram of an intelligent electric fence according to the present invention.
FIG. 2 is a block diagram of the logic in the intelligent electronic fence according to the present invention.
FIG. 3 is a diagram of operations in the intelligent fence according to the present invention.
Fig. 4-9 are schematic diagrams illustrating A, B, C, D, E and F in the intelligent electric fence according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings in conjunction with the following detailed description. It should be understood that the description is intended to be exemplary only, and is not intended to limit the scope of the present invention. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
As shown in fig. 1-3, the intelligent electronic fence according to the present invention comprises an input module, a processing sensing module, and an output module;
the input module, the processing induction module and the output module are matched to form an electronic fence activity area;
the input module is used for inputting map information so as to form a containment range on a map and transmitting data to the processing induction module; the input module comprises a power supply module and an instruction module;
the processing induction module is used for receiving the data transmitted by the input module, processing the database and controlling the work of the output module; the processing induction module comprises an integrated positioning processing module, an antenna, an electronic compass sensor, a nine-axis sensor, a storage/function module, a microphone/camera, a WIFI/Bluetooth module, a step counting module, a battery management module and a mobile module;
the output module is used for controlling the activity of the livestock; the output module comprises electric control glasses, a signal feedback APP, a loudspeaker/video module, a charging display lamp and/or a mobile signal lamp.
In an optional embodiment, the power supply module comprises a charging interface, a photovoltaic panel, a battery and a battery low-temperature starting module; the charging interface is used for charging the battery, the photovoltaic panel is used for automatically charging the battery, and the battery low-temperature starting module controls the battery to normally work at low temperature; the instruction module sends out an instruction through the APP and transmits the instruction and the map information to the processing induction module; wherein, the interface that charges is pogopin interface.
In an optional embodiment, the signal feedback APP receives and processes the signal of the sensing module, and controls the speaker/video module, the charging display lamp, and the electrically controlled glasses to operate.
According to the invention, through the matching of the input module, the processing induction module and the output module, when the livestock leaves the captive breeding range, the function of the processing induction module is started, the head of the livestock faces to the outside, the electric control glasses are light-tight, and the eyes of the livestock are invisible; the electric control glasses are transparent and the eyes of the livestock are visible, so that the livestock can only return to the original way and cannot move towards the outside, and an electric fence activity area is formed.
It should be noted that the electric control glasses are started only when livestock is out of range, invisible and directional, 270 degrees invisible and 90 degrees visible; the animal can find the light by shaking the head, so the safety problem of the animal can not be caused.
The activity area of the intelligent fence is created by a user, the user clicks on a screen to obtain the coordinates of corresponding points on a corresponding map, three or more points are continuously selected, and a corresponding fence area is generated;
whether the point is in the polygon is judged by the processing device to judge whether the animal goes out of the area, including four judgment cases of S1, S2, S3 and S4, and S3 includes two cases of S31 and S32, as follows:
s1: if any given point is a vertex of a polygon, then it is considered to be within the polygon;
s2: traversing each vertex, and if the X axis of the current point p (X, y) is outside a quadrangle formed by any 2 vertices, considering that the current point p (X, y) is outside the polygon;
s3: establishing a plane coordinate system, and assuming that adjacent vertexes are p1(x1, y1), p2(x2, y2) and p3(x3, y3), then:
s31, if x is within (x1, x2), x1, x2 are not included, and y is within [ y1, y2], then the following cases are included:
as shown in fig. 4, a: if p1, p2 are on the same vertical line, and p is between [ y1, y2], then p is considered to be within the polygon;
as shown in fig. 5, B: if p1, p2, p are on the same horizontal line, then p is considered to be within the polygon;
as shown in fig. 6, C: if p1, p2 are on the same horizontal line, the cross counter InterpectCount +1 is traversed to the next vertex;
as shown in fig. 7, D: if p1 and p2 are not on the same horizontal line, the calculation of p2 and the slope k of p1 is (y2-y1)/(x2-x1), and the coordinates of the intersection point of the straight line formed by p, p1 and p2 are:
p ' (x ', y '), wherein x ═ x, y ═ kx (x-x1) + y 1;
if y < y', InterpectCount + 1;
if p is close to p', then it is considered to be within the polygon;
s32, if x is out of [ x1, x2], including x1, x2, then the case that p and p2 are in the same vertical line needs to be considered, and the case that p3 is the next adjacent vertex of p2 includes the following cases:
as shown in fig. 8, E: if the x-axis of p is between p1, p3, then the ray that p originates will intersect p1, p3, thus intersectatcount + 1;
as shown in fig. 9, F: if the x-axis of p is not between p1, p3, then the ray that p originates will not intersect p1, p3, and therefore, the intersectCount + 2;
s4: after traversing all the vertexes, looking at the value of the intersectatcount of the cross counter;
if the number is even, the current point p is outside the polygon;
if odd, the current point p is within the polygon
In an optional embodiment, when the fence is created, the app first determines whether the longitude and latitude of the point on the circle is inside the fence, if so, the point is marked with a different color, and the flag is set to 1; if not, the fence is re-created, and the flag is set to be 0;
in an optional embodiment, when the fence is created, the app first determines whether the longitude and latitude of the point on the circle is inside the fence, if so, different colors are marked, and the flag is set to 1; if not, the fence is created again, and the flag is set to be 0;
after the fence is created by the app, transmitting the coordinate of the fence and the value of the flag to the equipment end; the equipment end knows whether the fence is an internal fence or an external fence according to the value of the flag;
if the fence is an external fence, normally judging the fence to be out of bounds;
if the result is the internal fence, the out-of-bounds result is judged to be negated; an internal fence to keep out of crops and fields.
In an alternative embodiment, the integrated position processing module includes a CPU, a memory module, and a positioning system.
In an alternative embodiment, the positioning system comprises the chinese beidou satellite navigation system, the american GPS system, the russian GLONASS system and the european galileo satellite navigation system.
It is to be understood that the above-described embodiments of the present invention are merely illustrative of or explaining the principles of the invention and are not to be construed as limiting the invention. Therefore, any modification, equivalent replacement, improvement and the like made without departing from the spirit and scope of the present invention should be included in the protection scope of the present invention. Further, it is intended that the appended claims cover all such variations and modifications as fall within the scope and boundaries of the appended claims or the equivalents of such scope and boundaries.

Claims (7)

1. An intelligent electronic fence is characterized by comprising an input module, a processing induction module and an output module;
the input module, the processing induction module and the output module are matched to form an electronic fence activity area;
the input module is used for inputting map information so as to form a containment range on a map and transmitting data to the processing induction module; the input module comprises a power supply module and an instruction module;
the processing induction module is used for receiving the data transmitted by the input module, processing the database and controlling the work of the output module; the processing induction module comprises an integrated positioning processing module, an antenna, an electronic compass sensor, a nine-axis sensor, a storage/function module, a microphone/camera, a WIFI/Bluetooth module, a step counting module, a battery management module and a mobile module;
the output module is used for controlling the activity of the livestock; the output module comprises electric control glasses, a signal feedback APP, a loudspeaker/video module, a charging display lamp and/or a mobile signal lamp.
2. The intelligent electronic fence according to claim 1, wherein the power supply module comprises a charging interface, a photovoltaic panel, a battery and a battery cold start module; the charging interface is used for charging the battery, the photovoltaic panel is used for automatically charging the battery, and the battery low-temperature starting module controls the battery to normally work at low temperature; the instruction module sends out an instruction through the APP and transmits the instruction and the map information to the processing induction module; wherein, the interface that charges is pogopin interface.
3. The intelligent electronic fence according to claim 1, wherein the signal feedback APP receives the signal from the processing sensing module and controls the operation of the speaker/video module, the charging display lamp and the electrically controlled glasses.
4. The intelligent electronic fence according to claim 1, wherein the active area of the intelligent fence is created by a user, and the user clicks on a screen to obtain coordinates corresponding to a corresponding point on a map, and three or more points are selected continuously to generate a corresponding fence area;
whether the point is in the polygon is judged by the processing device to judge whether the animal goes out of the area, including four judgment cases of S1, S2, S3 and S4, and S3 includes two cases of S31 and S32, as follows:
s1: if any given point is a vertex of a polygon, then it is considered to be within the polygon;
s2: traversing each vertex, and if the X axis of the current point p (X, y) is outside a quadrangle formed by any 2 vertices, considering that the current point p (X, y) is outside the polygon;
s3: establishing a plane coordinate system, and assuming that adjacent vertexes are p1(x1, y1), p2(x2, y2) and p3(x3, y3), then:
s31, if x is within (x1, x2), x1, x2 are not included, and y is within [ y1, y2], then the following cases are included:
a: if p1, p2 are on the same vertical line, and p is between [ y1, y2], then p is considered to be within the polygon;
b: if p1, p2, p are on the same horizontal line, then p is considered to be within the polygon;
c: if p1, p2 are on the same horizontal line, the cross counter InterpectCount +1 is traversed to the next vertex;
d: if p1 and p2 are not on the same horizontal line, the slope k = (y2-y1)/(x2-x1) of p2 and p1 needs to be calculated, and then the coordinates of the intersection point of the straight line formed by p, p1 and p2 are obtained as follows:
p ' (x ', y '), wherein x ' = x, y ' = k × (x-x1) + y 1;
if y < y', InterpectCount + 1;
if p is close to p', then it is considered to be within the polygon;
s32, if x is out of [ x1, x2], including x1, x2, then the case that p and p2 are in the same vertical line needs to be considered, and the case that p3 is the next adjacent vertex of p2 includes the following cases:
e: if the x-axis of p is between p1, p3, then the ray that p originates will intersect p1, p3, thus intersectatcount + 1;
f: if the x-axis of p is not between p1, p3, then the ray that p originates will not intersect p1, p3, and therefore, the intersectCount + 2;
s4: after traversing all the vertexes, looking at the value of the intersectatcount of the cross counter;
if the number is even, the current point p is outside the polygon;
if odd, the current point p is within the polygon.
5. The intelligent electronic fence according to claim 1, wherein when creating the fence, the app first determines whether the longitude and latitude of the point on the circle is inside the fence, if inside, marks a different color, and the flag is set to 1; if not, the fence is created again, and the flag is set to be 0;
after the fence is created by the app, transmitting the coordinate of the fence and the value of the flag to the equipment end; the equipment end knows whether the fence is an internal fence or an external fence according to the value of the flag;
if the fence is an external fence, normally judging the fence to be out of bounds;
if the result is the internal fence, the out-of-bounds result is judged to be negated; an internal fence to keep out of crops and fields.
6. The intelligent electronic fence according to claim 1, wherein the integrated positioning processing module comprises a CPU, a memory module and a positioning system.
7. The intelligent electronic fence of claim 6, wherein the positioning system comprises the chinese beidou satellite navigation system, the american GPS system, the russian GLONASS system and the european galileo satellite navigation system.
CN202110064757.7A 2020-11-17 2021-01-18 Intelligent electronic fence Active CN113225883B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202022658398 2020-11-17
CN2020226583981 2020-11-17

Publications (2)

Publication Number Publication Date
CN113225883A true CN113225883A (en) 2021-08-06
CN113225883B CN113225883B (en) 2023-10-27

Family

ID=77084276

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110064757.7A Active CN113225883B (en) 2020-11-17 2021-01-18 Intelligent electronic fence

Country Status (1)

Country Link
CN (1) CN113225883B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CH294594A (en) * 1949-07-14 1953-11-30 Ag Agricultura Device for limiting the field of vision of animals that are on pasture.
JPH10160820A (en) * 1996-12-03 1998-06-19 Toshiba Eng Co Ltd Remote control system for pastured cattle
US6311645B1 (en) * 2001-05-03 2001-11-06 Joseph S. Brown Animal training method and apparatus
CN101221231A (en) * 2007-12-21 2008-07-16 深圳市赛格导航科技股份有限公司 Fixed-point grazing method and device thereof
CN102823507A (en) * 2012-08-24 2012-12-19 池杭 Rearing and grazing method and grazing management device thereof
KR20140024083A (en) * 2012-08-17 2014-02-28 주식회사 독트라 Apparatus for electronic fence by gps
CN103875542A (en) * 2014-03-13 2014-06-25 内蒙古物通天下网络科技有限公司 Tracking and positioning anti-theft device for livestock herding in pasturing area
US20170202177A1 (en) * 2014-07-15 2017-07-20 Lely Patent N.V. Livestock farming system
CN208766393U (en) * 2018-08-10 2019-04-19 扬州大学 A kind of VR glasses for milk cow
WO2019090052A1 (en) * 2017-11-03 2019-05-09 Command Sight, Inc. Animal-wearable first person view system
WO2020124113A1 (en) * 2018-12-20 2020-06-25 Birbamer Helmut Device for covering the eyes of a draft animal

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CH294594A (en) * 1949-07-14 1953-11-30 Ag Agricultura Device for limiting the field of vision of animals that are on pasture.
JPH10160820A (en) * 1996-12-03 1998-06-19 Toshiba Eng Co Ltd Remote control system for pastured cattle
US6311645B1 (en) * 2001-05-03 2001-11-06 Joseph S. Brown Animal training method and apparatus
CN101221231A (en) * 2007-12-21 2008-07-16 深圳市赛格导航科技股份有限公司 Fixed-point grazing method and device thereof
KR20140024083A (en) * 2012-08-17 2014-02-28 주식회사 독트라 Apparatus for electronic fence by gps
CN102823507A (en) * 2012-08-24 2012-12-19 池杭 Rearing and grazing method and grazing management device thereof
CN103875542A (en) * 2014-03-13 2014-06-25 内蒙古物通天下网络科技有限公司 Tracking and positioning anti-theft device for livestock herding in pasturing area
US20170202177A1 (en) * 2014-07-15 2017-07-20 Lely Patent N.V. Livestock farming system
WO2019090052A1 (en) * 2017-11-03 2019-05-09 Command Sight, Inc. Animal-wearable first person view system
CN208766393U (en) * 2018-08-10 2019-04-19 扬州大学 A kind of VR glasses for milk cow
WO2020124113A1 (en) * 2018-12-20 2020-06-25 Birbamer Helmut Device for covering the eyes of a draft animal

Also Published As

Publication number Publication date
CN113225883B (en) 2023-10-27

Similar Documents

Publication Publication Date Title
JP7268692B2 (en) Information processing device, control method and program
US20180321055A1 (en) Navigation apparatus and navigation method
CN108308059B (en) Pet collar system and pet collar control method
US8745090B2 (en) System and method for exploring 3D scenes by pointing at a reference object
JP6344311B2 (en) Display device, information processing system, and control method
KR102387041B1 (en) Air navigation area planning method, device and remote control of unmanned aerial vehicle
CN105074691A (en) Context aware localization, mapping, and tracking
KR20150140021A (en) Method and apparatus for providing location information
US20130155245A1 (en) System For Remote Communications Between Scout And Monitor
KR20050047063A (en) Service providing system, management terminal, mobile device, service providing program and service providing method
KR102304260B1 (en) Method for determining location, electronic apparatus and storage medium
WO2020174634A1 (en) Accurate digital security system, method, and program
CN110388912B (en) Method and device for planning flight path of flight equipment and storage medium
KR101990561B1 (en) Electronic device and server for providing hole location information, and method for controlling the same
TW202301286A (en) Management and configuration method, equipment and computer storage medium of electronic fence
WO2012029647A1 (en) Portable-type information processing device, computer program for portable-type information processing device, and display control method
JP2020123055A (en) Information processing device, information processing method, and program
CN105827870A (en) Prompting method, prompting preprocessing method, prompting device and prompting preprocessing device
CN113225883A (en) Intelligent electronic fence
JP4710217B2 (en) Information presenting apparatus, information presenting method, information presenting system, and computer program
CN102792266A (en) Method, system, and computer-readable recording medium for providing information on an object using a viewing frustum
KR20210094214A (en) Electronic device and method for controlling robot
KR20210025769A (en) AR based guide service for exhibition
CN204046707U (en) A kind of Portable scene camera arrangement
CN112734346B (en) Method, device and equipment for determining lane coverage and readable storage medium

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Shop 002 #, Building 5, Jinlong Huafu, No. 26 Qianjin Branch Road, Xihu District, Nanchang City, Jiangxi Province, 330000 (first floor)

Applicant after: Jiangxi Diniu Technology Co.,Ltd.

Address before: Shop 002 #, Building 5, Jinlong Huafu, No. 26 Qianjin Branch Road, Xihu District, Nanchang City, Jiangxi Province, 330009 (first floor)

Applicant before: JIANGXI LIAN ANIMAL HUSBANDRY EQUIPMENT Co.,Ltd.

GR01 Patent grant
GR01 Patent grant