Camera |
Image Sensor | 1/2.8” 2Megapixel progressive CMOS |
Max. Resolution | 1920 (H) ×1080 (V) |
ROM | 128 MB |
RAM | 256 MB |
Scanning System | Progressive |
Electronic Shutter Speed | Auto/Manual 1/3 s–1/100000 s |
Min. Illumination | 0.002 Lux@F1.6 0 Lux IR ON |
S/N Ratio | > 56 dB |
Illumination Distance | 50 m (164.0 ft) |
Illuminator On/Off Control | Auto/Manual |
Illuminator Number | 3 (IR LED) |
Pan/Tilt/Rotation Range | Pan: 0°–355°; Tilt: 0°–65°; Rotation: 0°–355° |
Lens |
Lens Type | Fixed-focal |
Mount Type | M12 |
Focal Length | 2.8 mm; 3.6 mm; 6 mm |
Max. Aperture | F1.6 |
Field of View | 2.8 mm: Horizontal:106°; vertical: 57°; diagonal: 126°
3.6 mm: Horizontal:87°; vertical: 46° ; diagonal: 104°
6 mm: Horizontal:54°; vertical: 29°; diagonal: 63° |
Iris Type | Fixed |
Close Focus Distance | 2.8 mm: 0.6 m (2.0 ft)
3.6 mm: 1.2 m (3.9 ft)
6 mm: 2.5 m (8.2 ft) |
DORI Distance | Lens | Detect | Observe | Recognize | Identify |
2.8mm | 38.6 m (126.6 ft) | 15.4 m (50.5 ft) | 7.7 m (25.3 ft) | 3.9 m (12.8 ft) |
3.6mm | 55.2 m (181.1 ft) | 22.1 m (72.5 ft) | 11.0 m (36.1 ft) | 5.5 m (18.0 ft) |
6mm | 82.8 m (271.7 ft) | 33.1 m (108.6 ft) | 16.6 m (54.5 ft) | 8.3 m (27.2 ft) |
Professional, Intelligent |
Perimeter Protection | Tripwire; intrusion (Recognition of human and vehicle) |
Intelligent Search | Work together with Smart NVR to perform refine intelligent search, event extraction and merging to event videos |
Video |
Video Compression | H.265; H.264; H.264H; H.264B; MJPEG(only supported by sub stream) |
Smart Codec | Smart H.265+/ Smart H.264+ |
Video Frame Rate | Main stream (1920 × 1080@1–25/30 fps)
sub stream (704 × 576@1–25 fps/704 × 480@1–30 fps)
third stream (1280 × 720@1–25/30 fps) |
Stream Capability | 3 streams |
Resolution | 1080p (1920 × 1080); 1.3M (1280 × 960); 720p (1280 × 720); D1 (704 × 576/704 × 480); VGA (640 × 480); CIF (352 × 288/352 × 240) |
Bit Rate Control | CBR/VBR |
Video Bit Rate | H.264: 3 Kbps–8192 Kbps
H.265: 3 Kbps–8192 Kbps |
Day/Night | Auto(ICR)/Color/B/W |
BLC | Yes |
HLC | Yes |
WDR | 120 dB |
White Balance | Auto/natural/street lamp/outdoor/manual/regional custom |
Gain Control | Auto/Manual |
Noise Reduction | 3D DNR |
Motion Detection | OFF/ON (4 areas, rectangular) |
Region of Interest(RoI) | Yes (4 areas) |
Smart Illumination | Yes |
Image Rotation | 0°/90°/180°/270° (Support 90°/270° with 1920 × 1080 resolution and lower.) |
Mirror | Yes |
Privacy Masking | 4 areas |
Audio |
Audio Compression | G.711a; G.711Mu; G726; AAC |
Alarm |
Alarm Event | No SD card; SD card full; SD card error; less service time of SD card (smart card supports); network disconnection; IP conflict; illegal access; voltage detection; security exception; motion detection; video tampering; scene changing; input abnormal; intensity change; tripwire; intrusion; SMD |
Network |
Network | RJ-45 (10/100 Base-Tx) |
SDK and API | Yes |
Protocol | IPv4;IPv6;HTTP;HTTPS;TCP;UDP;ARP;RTP;RTSP;RTCP; RTMP;SMTP;FTP;SFTP;DHCP;DNS;DDNS;QoS;UPnP;NTP;Multicast;ICMP;IGMP;NFS;PPPoE;802.1x;SNMP |
Interoperability | ONVIF(Profile S/Profile G);CGI;P2P;Milestone;Genetec |
Scene Self-adaptation | Yes |
User/Host | 20 (Total bandwidth: 64 M) |
Storage | FTP; SFTP; Micro SD Card (support max. 256 G); Dahua Cloud; NAS; microSDHC and microSDXC |
|
$(document).ready(function ($) {
“use strict”;
/////////TO TOP////////////
function totop_button(a) {
“use strict”;
var b = $(“#back_to_top”);
b.removeClass(“off on”);
if (a === “on”) {
b.addClass(“on”)
} else {
b.addClass(“off”)
}
}
$(window).scroll(function () {
var b = $(this).scrollTop();
var c = $(this).height();
var d;
if (b > 0) {
d = b + c / 2
} else {
d = 1
}
if (d < 1e3) {
totop_button("off");
} else {
totop_button("on");
}
})
$(document).on('click', '#back_to_top,.top', function (e) {
e.preventDefault();
$('body,html').animate({
scrollTop: 0
}, $(window).scrollTop() / 3, 'linear')
})
});
function SuggestCompare(e,event)
{
$(‘.search-suggestion-wrapper’).remove();
var key=$(e).val();
$.ajax({
type:”POST”,
url:”ajax/ajax_search.php”,
data:{key:key},
dataType:’json’,
success:function(data){
$(‘.form_search button’).after(data.html);
}
});
}
$(document).ready(function() {
$(‘body’).click(function(event) {
$(‘.search-suggestion-wrapper’).remove();
$(‘.form_search input’).val(”);
});
$(‘.form_search’).click(function(event) {
event.stopPropagation();
});
});
$(document).ready(function() {
var owl = $(“#owl-product”);
owl.owlCarousel({
nav:true,
navText:[“”,””],
autoplay:true,
autoplayTimeout: 5000,
loop:true,
autoplayHoverPause:true,
smartSpeed:1000,
dots:false,
lazyLoad:true,
items:5
});
var owl = $(“#owl-product1”);
owl.owlCarousel({
nav:true,
navText:[“”,””],
autoplay:true,
autoplayTimeout: 5000,
loop:false,
autoplayHoverPause:true,
smartSpeed:1000,
dots:false,
lazyLoad:true,
items:5
});
});
$(document).ready(function() {
$(‘#slick1’).slick({
slidesToShow: 1,
slidesToScroll: 1,
autoplay:3000,
arrows: true,
fade: true,
asNavFor: ‘#slick’,
pauseOnHover:true,
prevArrow: $(‘.prev_sub_news’),
nextArrow: $(‘.next_sub_news’),
lazyLoad: ‘ondemand’
});
$(‘#slick’).slick({
slidesToShow: 4,
slidesToScroll: 1,
dots: false,
centerMode: false,
autoplay:3000,
arrows: false,
focusOnSelect: true,
asNavFor: ‘#slick1’,
pauseOnHover:true,
focusOnSelect: true,
lazyLoad: ‘ondemand’
});
$(‘.tab_nav .a_splq’).click(function(event) {
event.preventDefault();
$(‘html, body’).animate({
scrollTop: $(“.product_lq”).offset().top – 100
}, 1000);
});
});
{ “@context”: “https://schema.org”,
“@graph”:[
{“@type”:”Place”,
“@id”:”https://vienthonghoangthach.com/#place”,
“geo”: {“@type”: “GeoCoordinates”,”latitude”: ” 10.80455″,”longitude”: “106.63729”},
“hasMap”:”https://www.google.com/maps/search/?api=1&query=10.80455, 106.63729″,
“address”:{“@type”:”PostalAddress”,”streetAddress”:”425 Cộng Hòa, Phường 15, Quận Tân Bình,TPHCM”,
“addressLocality”:”10.80455, 106.63729″,
“addressRegion”:”HCMC”,”postalCode”:”700000″,
“addressCountry”:”Viu1ec7t Nam”}},
{“@type”:[“LocalBusiness”,”Organization”],
“@id”:”https://vienthonghoangthach.com/#organization”,
“name”:”Viễn thông Hoàng Thạch”,
“url”:”https://vienthonghoangthach.com”,
“sameAs”:[” https://www.youtube.com/channel/UCd9fJh_lX6oxuTgNNrskO_A /”, “https://www.facebook.com/profile.php?id=100028155141538”, “https://zalo.me/0972742245”],
“email”:”vienthonghoangthach@gmail.com”,
“address”:{“@type”:”PostalAddress”,
“streetAddress”:”425 Cộng Hòa, phường 15, quận Tân Bình, TPHCM”,
“addressLocality”:”10.825586, 106.701799″,
“addressRegion”:”HCMC”,
“postalCode”:”700000″,
“addressCountry”:”Việt Nam”},
“logo”:{“@type”:”ImageObject”,”@id”:”https://vienthonghoangthach.com/#logo”,
“url”:”https://vienthonghoangthach.com/upload/hinhanh/vienthonghoangthach4674-7211.png “,
“contentUrl”:””,
“caption”:”Uy tín là trên hết”,”inLanguage”:”vi”,”width”:”113″,”height”:”72″},
“openingHours”:[“Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday 07:00-20:30”],
“location”:{“@id”:”https://vienthonghoangthach.com/#place”},”image”:{“@id”:”https://vienthonghoangthach.com/#logo”},
“telephone”:[“+84818001095”, “+84979084363”]},
{“@type”: “WebSite”,
“@id”:”https://vienthonghoangthach.com/#website”,
“name”:”Viễn thông Hoàng Thạch”,
“url”: “https://vienthonghoangthach.com/”,
“publisher”:{“@id”:”https://vienthonghoangthach.com/#website “},
“inLanguage”:”vi”,
“potentialAction”: [{“@type”: “SearchAction”, “target”: {“@type”: “EntryPoint”,
“urlTemplate”: “https://vienthonghoangthach.com/tim-kiem&keyword={search_term_string}&rs=sitelinks_searchbox.html”},
“query-input”: “required name=search_term_string”}]},
{“@type”:”ImageObject”,
“@id”:”https://vienthonghoangthach.com/wp-content/uploads/2023/11/dhipchdbw3241epas-5536-1.jpg”,
“url”:”https://vienthonghoangthach.com/wp-content/uploads/2023/11/dhipchdbw3241epas-5536-1.jpg”, “width”:”516″,”height”:”414″,”inLanguage”:”vi”},
{“@type”:”BreadcrumbList”,
“@id”:”https://vienthonghoangthach.com/DAHUA/#breadcrumb “,
“itemListElement”: [{“@type”: “ListItem”,”position”: 1,
“name”: “Viễn thông Hoàng Thạch”,
“item”: “https://vienthonghoangthach.com/”},
{ “@type”: “ListItem”, “position”: 2,
“name”: “DH-IPC-HDBW3241EP-AS Camera IP TÌM NHANH THEO ĐỐI TƯỢNG”,
“item”: “https://vienthonghoangthach.com/dh-ipc-hdbw3241ep-as-camera-ip-tim-nhanh-theo-doi-tuong.html” }]},
{“@type”:”ItemPage”,
“@id”:”https://vienthonghoangthach.com/DAHUA#webpage”,
“url”:”https://vienthonghoangthach.com/dh-ipc-hdbw3241ep-as-camera-ip-tim-nhanh-theo-doi-tuong.html”,
“name”:”DH-IPC-HDBW3241EP-AS Camera IP TÌM NHANH THEO ĐỐI TƯỢNG”,
“datePublished”: “2021-08-31”,
“isPartOf”:{“@id”:”https://vienthonghoangthach.com/#website”},
“primaryImageOfPage”:{“@id”:”https://vienthonghoangthach.com/wp-content/uploads/2023/11/dhipchdbw3241epas-5536-1.jpg”},
“inLanguage”:”vi”,
“breadcrumb”:{“@id”:”https://vienthonghoangthach.com/DAHUA/ #breadcrumb “}},
{“@type”:”Product”,
“name”: “DH-IPC-HDBW3241EP-AS Camera IP TÌM NHANH THEO ĐỐI TƯỢNG”,
“image”: [“https://vienthonghoangthach.com/wp-content/uploads/2023/11/dhipchdbw3241epas-5536-1.jpg”],
“description”: “DH-IPC-HDBW3241EP-AS Camera IP thông minh: • Hỗ trợ chức năng phát hiện thông minh: Hàng rào ảo, Xâm nhập (phân biệt người và xe)
• Tìm kiếm thông minh: Tìm kiếm nhanh sự kiện theo từng đối tượng(người, xe)
• Chống ngược sáng WDR(120dB)”,
“sku”:”SP05249″,
“mpn”: “HT35249”,
“brand”: {“@type”: “Brand”,
“name”: “DAHUA”},
“offers”: { “@type”: “aggregateoffer”,
“lowprice”: “1890000”,
“highprice”: “1890000”,
“priceCurrency”: “VND”,
“offercount”: “20”,
“priceValidUntil”: “2024-02-21T17:00+07:00”,
“itemCondition”: “https://schema.org/UsedCondition”,
“availability”: “https://schema.org/InStock”,
“url”:”https://vienthonghoangthach.com/dh-ipc-hdbw3241ep-as-camera-ip-tim-nhanh-theo-doi-tuong.html”,
“seller”: {“@type”: “Organization”,”@id”:”https://vienthonghoangthach.com”, “name”: “Công Ty TNHH Viễn Thông Hoàng Thạch”,”url”:”https://vienthonghoangthach.com”,”logo”:” https://vienthonghoangthach.com/upload/hinhanh/vienthonghoangthach4674-7211.png”}}}]}
{ “@context”: “https://schema.org”,
“@type”: “Event”,
“name”: “Khuyến mại camera an ninh mừng xuân Giáp Thìn”,
“startDate”: “2023-10-20 T08:00:00 +07:00”,
“endDate”: “2024-02-21T17:00+07:00”,
“eventAttendanceMode”: “https://schema.org/OfflineEventAttendanceMode”,
“eventStatus”: “https://schema.org/EventScheduled”,
“location”: {“@type”: “Place”,”name”: “Tại trụ sở cty tnhh Viễn Thông hoàng Thạch”, “address”: { “@type”: “PostalAddress”,
“streetAddress”: “425 Cộng Hòa phường 15 quận Tân bình thành phố Hồ Chí Minh”, “addressLocality”: “thành phố Hồ Chí Minh”,
“postalCode”: “70000”, “addressRegion”: “Việt Nam”, “addressCountry”: “VN” } },
“image”: [ “https://vienthonghoangthach.com/upload/hinhanh/vienthonghoangthach4674-7211.png”, “https://vienthonghoangthach.com/upload/hinhanh/dhipchdbw3241epas-5536.jpg” ],
“description”: “Khuyến Mãi Lớn – Giá siêu rẻ DH-IPC-HDBW3241EP-AS Camera IP thông minh: • Hỗ trợ chức năng phát hiện thông minh: Hàng rào ảo, Xâm nhập (phân biệt người và xe)
• Tìm kiếm thông minh: Tìm kiếm nhanh sự kiện theo từng đối tượng(người, xe)
• Chống ngược sáng WDR(120dB)”,
“offers”: { “@type”: “Offer”, “url”: “https://vienthonghoangthach.com/dh-ipc-hdbw3241ep-as-camera-ip-tim-nhanh-theo-doi-tuong.html”,”price”: “1890000”,
“priceCurrency”: “VND”,
“availability”: “https://schema.org/InStock”,
“validFrom”: “2023-10-21T12:00” },
“performer”: {“@type”: “PerformingGroup”,”name”: “camera Hoàng Thạch” },
“organizer”: { “@type”: “Organization”,”name”: “HOANG THACH TELECOM COMPANY LIMITED”,”url”: “https://vienthonghoangthach.com” } }
{ “@context”: “https://schema.org”,
“headline”: “DH-IPC-HDBW3241EP-AS Camera IP TÌM NHANH THEO ĐỐI TƯỢNG”,
“@type”: “Article”,
“mainEntityOfPage”: { “@type”: “WebPage”,
“@id”: “https://vienthonghoangthach.com/Viễn thông hoàng thạch/article” },
“image”: [“https://vienthonghoangthach.com/upload/hinhanh/dhipchdbw3241epas-5536.jpg”],
“datePublished”: “2021-08-31”,
“dateModified”: “2021-08-31”,
“author”: {“@type”: “Person”,”name”: “Viễn thông hoàng thạch” },
“publisher”: {“@type”: “Organization”,”name”: “Google”, “logo”: { “@type”: “ImageObject”,
“url”: “https://vienthonghoangthach.com/upload/hinhanh/vien-thong-hoang-thach-4674.png” }}, “description”: “” }
0