NVR Selector

Use the tool to quickly gauge the required disk space and bandwidth. Synology can recommend a suitable NVR Network Video Recorder System based on your requirements. If you'd like to learn more about how Synology's surveillance solution can meet your demand, please contact us for a consulting session.

 

Recommended Models

 
Bandwidth (Mbps)
Total Disk Space (TB)

Recommended devices for Live View

 
No results found. Please select other options or contact us for assistance to find the right Synology NVR for you.

Other Suitable

`); }, showNvrNote: function(e) { e.preventDefault(); SYNO_WEB.alert(`
  • The bandwidth and storage capacity calculated by the NVR Selector are predicted values. The actual values may vary depending on different scenarios. This is for your reference only.
`); }, showRealtimeDeviceNote: function(e) { e.preventDefault(); SYNO_WEB.alert(` `); }, getFilteredOptions: function(key, options) { if (key === 'resolution' && this.questions.codec.value === 'MJPEG') { var filteredOptions = Object.assign({}, options); delete filteredOptions['3840']; return filteredOptions; } return options; }, findRecommend: function() { var vm = this; this.req_sending = true; this.show_all_result = false; this.result = {}; var query = []; for (var key in this.questions) { query.push({ name: key, value: this.questions[key].value }); } query.push({ name: 'lang', value: SYNO_WEB.langCode }); var selectedResolutionValue = this.questions.resolution.value; var displayResolution = '720p'; if (1280 < selectedResolutionValue) { displayResolution = this.questions.resolution.option[selectedResolutionValue]; } this.columns.totalFPS = this.columns.totalFPS.replace(/\(\w+\)/, "(" + displayResolution +")"); $.ajax({ url: "api/support/nvr_selector_recommend_models", data: query, }).done(function(data) { SYNO_WEB.scrollTo("#results"); vm.result = data; vm.$nextTick(function() { if (vm.$refs.resultsTitle) { vm.$refs.resultsTitle.focus(); } }); }).always(function() { SYNO_WEB.updateQueryString(query.filter(function(x) { return Object.keys(vm.questions).indexOf(x.name) != -1 })); req_sending = false; }); }, getModelPic: function(model) { return 'api/products/getPhoto?product='+encodeURIComponent(model.name)+'&type=img_s&sort=0'; }, getRecommandBitrate: function() { var vm = this; var query = []; for (var key in this.questions) { query.push({ name: key, value: this.questions[key].value }); } query.push({ name: 'lang', value: SYNO_WEB.langCode }); query.push({name: "onlyBitrate", value: "1"}); $.ajax({ url: "api/support/nvr_selector_recommend_models", data: query, }).done(function(data) { const parseFloatResult = parseFloat(data.recommendBitrate, 10); const fixedTwoDecimalResult = parseFloatResult.toFixed(2); vm.questions.mbps.value = fixedTwoDecimalResult; }); }, }, watch: { 'questions.codec.value': function() { if (vm.questions.codec.value === 'MJPEG' && vm.questions.resolution.value == 3840) { vm.questions.resolution.value = 640; } this.getRecommandBitrate(); }, 'questions.resolution.value': function() { this.getRecommandBitrate(); }, 'questions.fps.value': function() { this.getRecommandBitrate(); } } }); });

","dialog_p_updated":"We have implemented additional cookies to further improve your browsing experience on this website. Access the Cookie Options to modify your preferences, or read our Cookie Policy<\/a> for more information.","learn_more":"Learn more","cookie_necessary_title":"Strictly necessary cookies","cookie_necessary_p":"Certain website functionalities require cookies to work. These include account authentication and security measures that prevent attacks against our website.","cookie_performance_title":"Performance cookies","cookie_performance_p":"We use cookies to collect analytical data on how users interact with our website to make the content better and more user-friendly.","cookie_mouseflow_p":"Enable Mouseflow, a website analytics tool that anonymously tracks page content, clicks\/taps, cursor movements, scrolling, keystroke activity, and other metadata.","cookie_functionality_title":"Functionality cookies","cookie_functionality_p":"These cookies are used to remember customization features, like the language we should display the website to you in.","cookie_targeting_title":"Targeting cookies or advertising cookies","cookie_targeting_p":"These cookies are used to deliver more relevant advertisements based on your interests.","label_always_active":"Always active","dialog_footnote":"You can change your settings through Cookie Preferences, located at the footer of the webpage.","btn_option":"Cookie Options","btn_accept":"Accept All","btn_reject":"Reject All","btn_agree":"Agree","btn_save":"Save","btn_ok":"OK"}, callback: function(ret) { if (ret.performance == true) { otherTrackers(); } } }); SYNO_COOKIE_ELEMENT.addGTM('GTM-PNPJHJ2'); function otherTrackers() { window._mfq = window._mfq || []; (function() { var mf = document.createElement("script"); mf.type = "text/javascript"; mf.defer = true; mf.src = "//cdn.mouseflow.com/projects/97c2b08c-605f-4a11-ad5e-29154f475d84.js"; document.getElementsByTagName("head")[0].appendChild(mf); })(); } window.LC_API = window.LC_API || {}; LC_API.on_chat_window_opened = function(e) { if (window.dataLayer) { dataLayer.push({ event: "livechat_window_opened" }); } document.getElementById('chat-widget-container').classList.add("chat-widget-container-customize-size"); } LC_API.on_chat_window_minimized = function() { document.getElementById('chat-widget-container').classList.remove("chat-widget-container-customize-size"); }; LC_API.on_chat_window_hidden = function() { document.getElementById('chat-widget-container').classList.remove("chat-widget-container-customize-size"); }; LC_API.on_message = function(e) { if (window.dataLayer) { dataLayer.push({ event: "livechat_message" }); } } LC_API.on_chat_started = function() { if (window.dataLayer) { dataLayer.push({ event: "livechat_chat_started" }); } } LC_API.on_prechat_survey_submitted = function() { if (window.dataLayer) { dataLayer.push({ event: "livechat_prechat_survey_submitted" }); } } SYNO_COOKIE_ELEMENT.addLiveChat('5914341'); });