Akuvox X912 4″ video door phone

Login to view prices

Description

Vandal-resistant Door Phones for High-end Buildings

Offering top-of-the-line features, Akuvox X912 is targeted at high-end residential and commercial projects. With a compact size, it is perfect for buildings with limited installation space.

Physical & Power

  1. Front panel: Stainless steel
  2. Display: 4 Inch, color TFT LCD, touchable
  3.  Camera: 2M pixels
  4. Numeric keypad
  5. Gesture detection sensor: Support
  6. Wiegand port: Support
  7. RS485 port: Support
  8. RF card reader: 13.56MHz & 125kHz, NFC
  9. Relays out: 2
  10. Inputs: 3
  11. BLE:Support
  12. Line out: 1
  13. Microphone: -42dB
  14. Speaker: 8Ω / 2W
  15. Power out: 12V/1A(Max.)
  16. Ethernet port: RJ45, 10/100Mbps adaptive
  17. 802.3at Power-over-Ethernet
  18. 12V DC connector (if not using PoE+)
  19. IP & IK rate: IP65 & IK10
  20. Installation: Wall-mounted
  21. Dimension: 234×94.5x34mm
  22. Working Humidity: 10~90%
  23. Working Temperature: -20°C ~ +60°C
  24. Storage Temperature: -40°C ~ +70°C

Audio

  1. SIP v1 (RFC2543), SIP v2 (RFC3261)
  2. Narrowband audio codec: G.711a, G.711μ, G.729
  3. Broadband audio codec: G.722
  4. DTMF: In-band, out-of-band DTMF (RFC2833),
    SIP Info
  5. Echo Cancellation
  6. Voice Activation Detection
  7. Comfort Noise Generator

Video

  1. Sensor: 1/2.8”, CMOS for main camera
  2. Pixels: CIF, QCIF, VGA, 4CIF, 720p, 1080p
  3. Video codec: H.264
  4. Video technology: HDR
  5. Video resolution: up to 1920x1080p
  6. Max. image transfer rate: 1080p – 30fps
  7. Viewing angle: 125°(H) / 65°(V)
  8. Compatible to 3rd
    -Party-Video components,
    e.g. NVRs

Networking and Protocol

  1. Protocols support: IPv4, HTTP, HTTPS, FTP,
    SNMP, DNS, NTP, RTSP, RTP, TCP, UDP, ICMP,
    DHCP, ARP

Door Entry Feature

  1. Relays controlled individually by DTMF tones
  2. Multi-way Unlock: Face, IC/ID Card, PIN and BLE
  3. Camera permanently operational
  4. White balance: auto
  5. Minimum illumination: 0.1LUX

Deployment & Maintenance

  1. Auto-Provisioning
  2. Web management portal
  3. Web-based packet dump
  4. Configuration backup / restore
  5. Entry log export
  6. Access table export / import
  7. Firmware upgrade
  8. System logs (include door access logs)

Application Scenario

  1. Provides resident / visitor access control for
    buildings such as condominiums, apartment
    buildings, office buildings, gated communities
    and industrial buildings

The Akuvox S539 can be managed from the cloud, a computer, and a smartphone

Managed from the cloud

Akuvox SmartPlus, a smart cloud-based intercom service, allows Akuvox’s intercom and access control devices to link, communicate, and interact intelligently with one another without any geographical restrictions, making buildings smarter and securer.

  1. Mobility: intercom and building access anywhere, anytime
  2. Flexibility: remote provisioning and maintenance for any scale of systems
  3. Stability: 24/7 self-monitoring with >1 million monitoring tests per month at a 99.99% success rate
  4. Security: triple data backup mechanism ensuring 99.999% data reliability

A property management web portal

The web-based property access management portal of Akuvox SmartPlus offers a bunch of remote-working features that greatly enhance building operation efficiency.

  1. Manage all properties of multiple sites from a single interface
  2. Access to time- and date- stamped photos of all door entries
  3. Assign time-limited PINs to delivery or service people
  4. Easy posting of community announcements
  5. Easy integration with existing building systems

The Akuvox ACMS

PC-based Access Control Management System for Small and Medium Businesses.

  1. Staff information management
  2. Device management
  3. Access control management
  4. Access to detailed access logs

The Akuvox SDMC

On-premise Software for Community-wide Intercom System Management

  1. Batch deployment of devices automatically
  2. Real-time video monitoring
  3. Access control management
  4. Messaging and ad pushing

The Akuvox Sight

PC-based Intercom Software for Akuvox Intercoms

  1. Multi-screen intercom video monitoring
  2. Remote door unlocking
  3. Audio or video call

The Akuvox Vfone

SIP Softphone App for Intercoms

  1. Audio or video call
  2. Remote door unlocking
  3. Offline push notification
  4. Compatible with mainstream SIP servers

The Akuvox PC Manager

PC-based Management Software for Intercom Configuration

  1. Automatic search and connection of intercom devices
  2. Addition, modification, and deletion of intercom configuration
  3. Batch intercom configuration and software upgrading

The Akuvox S539 works with global technology partners

In collaboration with renowned partners, Akuvox creates intelligent intercom and access control solutions that meet the ever-increasing needs for security and convenience of our customers.

Home automation

  1. Control4
  2. Snap av
  3. RTI
  4. LifeSmart
  5. Zipato
  6. iRidium mobile
  7. Core
  8. Tuya

Telephony

  1. Genetec
  2. Yeastar
  3. Broadsoft
  4. Aare net
  5. Elastix
  6. Epygi

Video management system

  1. Milestone
  2. Network Optix

Access control

  1. Vanderbilt
  2. ZKTeco
  3. Parsec

Options

  1. On-wall mounting
  2. In-wall mounting
Akuvox Canada - Official Canadian distributor for all Akuvox products

Leave a review

Did you have a good experience with Akuvox Canada? Let the public know about it and write a review.
Click here to write a review on Google.

Contact Akuvox Canada

An agent will contact you shortly.

Leave a review

Did you have a good experience with Akuvox Canada? Let the public know about it and write a review.
Click here to write a review on Google.

if (class_exists('acf') && class_exists('WooCommerce')) { add_filter('woocommerce_product_tabs', function($tabs) { global $post, $product; // Access to the current product or post $custom_tab_title = get_field('tab_title', $post->ID); if (!empty($custom_tab_title)) { $tabs['awp-' . sanitize_title($custom_tab_title)] = [ 'title' => $custom_tab_title, 'callback' => 'awp_custom_woocommerce_tabs', 'priority' => 10 ]; } return $tabs; }); function awp_custom_woocommerce_tabs($key, $tab) { global $post; ?>

ID); echo $custom_tab_contents; } add_filter( 'woocommerce_product_tabs', 'woo_customize_tabs', 98 ); function woo_customize_tabs( $tabs ) { $tabs['additional_information']['title'] = __( 'Technical specifications' ); $id = get_the_ID(); $ftab = get_post_meta($id,'faq',true); if(!empty($ftab)) { $tabs['test_tab'] = array( 'title' => 'FAQ', 'priority' => 20, 'callback' => 'extra_faq_field' ); } return $tabs; } add_action( 'woocommerce_product_additional_information', 'print_custom_html',15 ); function print_custom_html(){ $id = get_the_ID(); $ttab = get_post_meta($id,'technical_specifications',true); if(!empty($ttab)) { echo '

Technical specifications

'; echo '
'; echo $ttab; echo '
'; ?>