WebCam Monitor 歷史舊版本 Page5

最新版本 BuzzBundle 2.59.5

WebCam Monitor 歷史版本列表

WebCam Monitor 一直監視你的家,辦公室,或任何位置。此網絡攝像頭監控軟件可檢測動作或噪音,並觸發可記錄事件視頻和音頻的警報,通過電子郵件或短信通知您,或發出聲音警報。它也可以在預先設定的時間間隔開始記錄,以保持事件記錄. 就像將相機連接到 PC 一樣簡單。使用配置嚮導,您的監控系統可以在幾分鐘內啟動並運行。您的監控系統每天 24 小時值守 - 也可以使用強大的內置調度程序啟動和停用每... WebCam Monitor 軟體介紹


WebCam Monitor 6.25 查看版本資訊

更新時間:2020-01-08
更新細節:

What's new in this version:

WebCam Monitor 6.25
- Change log not available for this version


WebCam Monitor 6.24
- Change log not available for this version


WebCam Monitor 6.23
- Change log not available for this version


WebCam Monitor 6.22
- Change log not available for this version


WebCam Monitor 6.21
- Change log not available for this version


WebCam Monitor 6.2
- Better Stability: Efficient CPU and memory utilization provides faster application response.
- Secure Access: Lock the settings with a password so others can only watch the camera preview and view the motion events. Prevents users from stopping monitoring, alerts or closing application.
- Improved Email Component: Now automatically detect prototcols that provide communication security over network.
- Quick Status Preview: View at a glance whether a camera is broadcasting, uploading, monitoring, or recording.
- Improved Test Connection Funtionality: Verify different possibilities of connection to FTP server and auto correct settings.
- Auto-retry Uploading: Continue uploading of files to FTP server even after a network glitch.
- Organized Event log: View the error events that occur for each camera. You can choose to view all events or only error events for selected camera.


WebCam Monitor 6.1
- Multi-Language Interface: The application interface can now be displayed in French, German, Italian, Portuguese and Spanish.
- Windows 10 compatibility: WebCam Monitor fully supports the Windows 10 Operating System.
- Prevent false alarms: New motion controls allow you to adjust when an alert should be triggered.
- Now you can specify seconds time format to start actions: Quickly start the actions such as Video Recording, Take Photo, Email Notifications or FTP Upload in seconds.
- Easily configure the audio settings for each camera: With the help of newly updated audio control, change the audio volume settings for each camera separately.
- Control the time between sending emails: During continuous motion, regulate the time between sending Email alerts.
- Automatic update notification: Review updates and easily install the latest version of WebCam Monitor as soon as it is released.


WebCam Monitor 6.0
- Support for Windows 8: WebCam Monitor is fully compatible with Windows 8 in both 32 bit and 64 bit versions.
- All-new design: The new look of WebCam Monitor is more user friendly, simplified and easy-to-customize.
- Multi-Monitor support: Camera previews can be detached from the main interface. Arrange the camera previews on any monitor on your system allowing you to work with other applications while keeping an eye on your surveillance.
- Auto-detect WebCam: Auto-discovers a webcam when plugged in to your PC and provides options for configuration.
- Active Message Bar: View a running status of all camera actions.
- Powerful E-mail control: Each camera can send alerts to a different e-mail address. During continuous motion, you can now control the number of e-mails sent. Get email notification when a camera is disconnected.
- Hidden Mode: Run the program in the background, hidden from normal users.
- Watermarks: Authenticate your video recordings and photos with custom watermarked logos and date and time stamps.
- Enhanced real-time notifications: Be informed when there is a network connection problem, when disk space is running low, a camera connection is lost, and more.
- Superior FTP: Every camera has it's own FTP settings to upload into specific folders or onto individual FTP servers. Backup videos, photos or both. Optionally remove the local files after upload.
- Improved Event logging: View camera events for specific camera or all cameras.
- Easier navigation: Jump to the next or previous camera by clicking on the navigation buttons or selecting a camera from the thumbnail preview.
- Customize camera positions: Drag and drop the cameras within Thumbnail preview to adjust their positions.
- Theme support: Apply coordinated color themes of blue, black, or silver for a pleasing view.

Node.js 13.6.0 (64-bit) 查看版本資訊

更新時間:2020-01-08
更新細節:

What's new in this version:

Changes:
assert:
- Implement assert.match() and assert.doesNotMatch()

events:
- Add EventEmitter.on to async iterate over events
- Allow monitoring error events

fs:
- Allow overriding fs for streams

perf_hooks:
- Move perf_hooks out of experimental (legendecas)

repl:
- Implement ZSH-like reverse-i-search

tls:
- Add PSK (pre-shared key) support

Commits:
- (SEMVER-MINOR) assert: implement assert.match() and assert.doesNotMatch()
- assert: use for...of
- benchmark: use let instead of var in dgram
- benchmark: add benchmark on async_hooks enabled http server
- benchmark: use let instead of var in crypto
- benchmark: replace var with let/const in cluster benchmark
- benchmark: include writev in benchmark
- benchmark: use let instead of var in child_process
- benchmark: add clear connections to secure-pair
- benchmark: update manywrites back pressure
- bootstrap: use different scripts to setup different configurations
- buffer: improve .from() error details
- build: don't use -latomic on macOS
- build: warn upon --use-largepages config option
- build: switch realpath to pwd
- build: fixes build for some os versions
- build: re-introduce --use-largepages as no-op
- deps: V8: backport a4545db
- deps: V8: bump v8_embedder_string for 0e21c1e
- deps: uvwasi: cherry-pick 75b389c
- deps: uvwasi: cherry-pick 64e59d5
- deps: V8: cherry-pick 687d865fe251
- deps: V8: cherry-pick d406bfd64653
- deps: V8: cherry-pick d3a1a5b6c491
- deps,src,test: update to uvwasi 0.0.3 (cjihrig)
- dgram: test to add and to drop specific membership
- dgram: use for...of
- doc: remove extra backtick (cjihrig)
- doc: use code markup/markdown in headers
- doc: update REPL documentation to instantiate the REPL
- doc: improve explanation of package.json "type" field
- doc: clarify role of writable.cork()
- doc: de-duplicate security release processes
- doc: fix createDiffieHellman generator type
- doc: update mode type for mkdir() functions
- doc: update mode type for process.umask()
- doc: update mode type for fs open() functions
- doc: update mode type for fchmod() functions
- doc: update parameter type for fsPromises.chmod()
- doc: improve dns introduction
- doc: update parameter type for fs.chmod()
- doc: use code markup/markdown in headers in globals documentation
- doc: use code markup/markdown in headers in deprecations documentation
- doc: use code markup/markdown in headers in addons documentation
- doc: allow <code> in header elements
- doc: add --inspect-publish-uid man page entry
- doc: add --force-context-aware man page entry
- doc: add --enable-source-maps man page entry
- doc: fix anchors and subtitle in BUILDING.md
- doc: standardize usage of hostname vs. host name
- doc: add unrepresented flags docs for configure
- doc: improve doc net:server.listen (dev-313)
- doc: implement minor improvements to BUILDING.md text
- doc: avoid using v8::Persistent in addon docs
- doc: clarify required flag for extensionless esm
- doc: reference worker threads on signal events
- doc: update message.url example in http.IncomingMessage
- doc,assert: use code markup/markdown in headers
- doc,async_hooks: use code markup/markdown in headers
- doc,buffer: use code markup/markdown in headers
- doc,child_process: use code markup/markdown in headers
- doc,cluster: use code markup/markdown in headers
- doc,console: use code markup/markdown in headers
- doc,crypto: use code markup/markdown in headers
- doc,dgram: use code markup/markdown in headers
- doc,dns: use code markup/markdown in headers
- doc,domain: use code markup/markdown in headers
- doc,errors: use code markup/markdown in headers
- doc,esm: use code markup/markdown in headers
- doc,events: use code markup/markdown in headers
- doc,fs: use code markup/markdown in headers
- doc,http: use code markup/markdown in headers
- doc,http2: use code markup/markdown in headers
- doc,https: use code markup/markdown in headers
- doc,inspector: use code markup/markdown in headers
- doc,lib,src,test: rename WASI CLI flag
- doc,module: use code markup/markdown in headers
- doc,net: use code markup/markdown in headers
- doc,os: use code markup/markdown in headers
- doc,path: use code markup/markdown in headers
- doc,perf_hooks: use code markup/markdown in headers
- doc,process: use code markup/markdown in headers
- doc,punycode: use code markup/markdown in headers
- doc,querystring: use code markup/markdown in headers
- doc,readline: use code markup/markdown in headers
- doc,repl: use code markup/markdown in headers
- doc,stream: use code markup/markdown in headers
- doc,string_decoder: use code markup/markdown in headers
- doc,timers: use code markup/markdown in headers
- doc,tls: use code markup/markdown in headers
- doc,tty: use code markup/markdown in headers
- doc,url: use code markup/markdown in headers
- doc,util: use code markup/markdown in headers
- doc,v8: use code markup/markdown in headers
- doc,vm: use code markup/markdown in headers
- doc,vm,test: remove _sandbox_ from vm documentation
- doc,wasi: use code markup/markdown in headers
- doc,worker: use code markup/markdown in headers
- doc,zlib: use code markup/markdown in headers
- errors: support prepareSourceMap with source-maps
- errors: improve ERR_INVALID_ARG_TYPE
- esm: better error message for unsupported URL
- esm: empty ext from pkg type/main doesnt affect format
- (SEMVER-MINOR) events: add EventEmitter.on to async iterate over events
- (SEMVER-MINOR) events: allow monitoring error events
- fs: use consistent defaults in sync stat functions
- (SEMVER-MINOR) fs: allow overriding fs for streams
- http: http_outgoing rename var to let and const
- http: free listeners on free sockets
- http2: set default enableConnectProtocol to 0
- http2: make HTTP2ServerResponse more streams compliant
- http2: wait for session socket writable end on close/destroy
- http2: wait for session to finish writing before destroy
- https: prevent options object from being mutated
- lib: move initialization of APIs for changing process state
- lib: replace Map global by the primordials
- lib: replace use of Error with primordials
- lib: replace Set global by the primordials
- lib: replace WeakSet global by the primordials
- lib: replace WeakMap global by the primordials
- lib: replace Set.prototype with SetPrototype primordial
- lib: do not catch user errors
- lib: replace var with let/const
- lib: further simplify assertions in vm/module
- lib: improve spelling and grammar in comment
- meta: clarify scope of new nodejs.org issue choice
- module: unflag resolve self
- module: self resolve bug fix and esm ordering
- n-api: keep napi_env alive while it has finalizers
- perf_hooks: use for...of
- (SEMVER-MINOR) perf_hooks: move perf_hooks out of experimental
- (SEMVER-MINOR) readline: set null as callback return in case there's no error
- (SEMVER-MINOR) readline: small refactoring
- repl: use public getCursorPos()
- (SEMVER-MINOR) repl: implement reverse search
- (SEMVER-MINOR) repl: fix preview of lines that exceed the terminal columns
- src: suppress warning in src/node_env_var.cc
- src: make large_pages node.cc include conditional
- src: enable stack trace printing for V8 check failures
- src: prevent hard coding stack trace limit
- src: port --bash-completion to C++
- src: make --use-largepages a runtime option
- src: list used functions on headers
- src: fix compiler warning in env.cc
- src,test: use v8::Global instead of v8::Persistent
- stream: group all properties using defineProperties
- stream: pipeline should use req.abort() to destroy response
- stream: reset flowing state if no 'readable' or 'data' listeners
- stream: simplify isBuf
- test: change buffer offset to accommodate V8 BackingStore
- test: use spread object
- test: refactor common.expectsError
- test: increase coverage for _http_incoming.js
- test: log errors in test-http2-propagate-session-destroy-code
- test: skip the unsupported test cases for IBM i
- test: get lib/wasi.js coverage to 100%
- test: cover vm with negative tests
- test: unflake async hooks statwatcher test
- test: fix common.enoughTestMem
- test: fix long lines
- test: fix flaky test-http2-client-upload
- test: use tmpdir.refresh() in test-esm-windows.js
- test: remove obsolete WASI test
- timers: fix refresh for expired timers
- timers: do less work in insert
- (SEMVER-MINOR) tls: add PSK support
- tools: remove prefer-common-expectserror lint rule
- tools: allow the travis commit message job to fail
- tools: fix Raspbian armv7 build
- tools: update ESLint to 6.8.0
- tools,src: forbid usage of v8::Persistent
- util: improve prototype inspection using inspect() and showHidden
- util: add (typed) array length to the default output
- util: add colors to debuglog()
- wasi: refactor destructuring object on constructor
- wasi: fix serdes bugs from snapshot1 migration
- wasi: throw on failed uvwasi_init()
- zlib: use for...of
- zlib: allow writes after readable 'end' to finish

Node.js 13.5.0 (64-bit) 查看版本資訊

更新時間:2019-12-18
更新細節:

What's new in this version:

Notable Changes:
cli:
- add --trace-exit cli option (legendecas)

http,https:
- increase server headers timeout

readline:
- update ansi-regex
- promote _getCursorPos to public api

repl:
- add completion preview

util:
- add Set and map size to inspect output

wasi:
- require CLI flag to require() wasi module

Commits:
- async_hooks: ensure proper handling in runInAsyncScope
- benchmark: use let/const instead of var in buffers (dnlup)
- build: auto-load ICU data from --with-icu-default-data-dir
- build: fix missing x64 arch suffix in binary tar name
- build,win: fix goto exit in vcbuild
- build,win: support building MSI with VS2019
- (SEMVER-MINOR) cli: add --trace-exit cli option
- cluster: remove unnecessary bind
- console: unregister temporary error listener
- crypto: cast oaepLabel to unsigned char*
- doc: add note about fs.close() about undefined behavior
- doc: explain napi_run_script
- doc: add "Be direct." to the style guide
- doc: clarify expectations for PR commit messages
- doc: fix description of N-API exception handlers
- doc: improve doc writable streams: 'finish' event (dev-313)
- fs: remove unnecessary bind
- http: use for...of in http library code
- http: remove unnecessary bind
- http,https: increase server headers timeout
- http2: remove unnecessary bind from setImmediate
- lib: replace Symbol.species by SymbolSpecies
- lib: replace Symbol.hasInstance by SymbolHasInstance
- lib: replace Symbol.asyncIterator by SymbolAsyncIterator
- lib: enforce use of Promise from primordials
- lib: add TypedArray constructors to primordials
- lib: change var to let/const
- lib: use strict equality comparison
- lib: refactor NativeModule
- lib: replace Symbol.toPrimitive to SymbolToPrimitive primordials
- lib: update Symbol.toStringTag by SymbolToStringTag primordial
- perf_hooks: remove unnecessary bind
- process: refs --unhandled-rejections documentation in warning message
- process: fix promise catching
- (SEMVER-MINOR) readline: promote _getCursorPos to public api
- (SEMVER-MINOR) readline: update ansi-regex
- (SEMVER-MINOR) repl: fix preview bug in case of long lines
- (SEMVER-MINOR) repl: add completion preview
- (SEMVER-MINOR) repl: improve completion
- (SEMVER-MINOR) repl: simplify code
- (SEMVER-MINOR) repl: simplify repl autocompletion
- (SEMVER-MINOR) repl: remove dead code
- repl: fix autocomplete when useGlobal is false
- (SEMVER-MINOR) repl,readline: refactor for simplicity
- (SEMVER-MINOR) repl,readline: refactor common code
- src: unregister Isolate with platform before disposing
- src: make debug_options getters public
- stream: use for...of
- stream: do not chunk strings and Buffer in Readable.from
- stream: make all streams error in a pipeline
- test: simplify test-wasi-start-validation.js
- test: improve WASI start() coverage
- test: improve test coverage in child_process
- (SEMVER-MINOR) test: add multiple repl preview tests
- test: improve dns lookup coverage
- test: avoid leftover report file
- test: add missing test flags
- test: add test for validation for wasi.start() argument
- test: improve assertion error message in test-debug-usage
- test: make test-os-checked-function work without test harness
- test: delay loading 'os' in test/common module
- tls: for...of in _tls_common.js
- tools: enable Markdown linter's usage information
- util: add Set and map size to inspect output
- util: refactor inspect code for constistency
- (SEMVER-MINOR) util: inspect (user defined) prototype properties
- (SEMVER-MINOR) util: fix built-in detection
- v8: use of TypedArray constructors from primordials
- wasi: require CLI flag to require() wasi module

Node.js 13.4.0 (64-bit) 查看版本資訊

更新時間:2019-12-18
更新細節:

What's new in this version:

Changes:
deps:
- update npm to 6.13.4
- update uvwasi (Anna Henningsen)
- upgrade to libuv 1.34.0 (Colin Ihrig)

doc:
- docs deprecate http finished

events:
- add captureRejection option

http:
- add captureRejection support
- llhttp opt-in insecure HTTP header parsing

http2:
- implement capture rection for 'request' and 'stream' events

net:
- implement capture rejections for 'connection' event

repl:
- support previews by eager evaluating input

stream:
- add support for captureRejection option

tls:
- implement capture rejections for 'secureConnection' event
- expose IETF name for current cipher suite

worker:
- add argv constructor option (legendecas)

Node.js 13.3.0 (64-bit) 查看版本資訊

更新時間:2019-12-04
更新細節:

RubyInstaller 2019.3 查看版本資訊

更新時間:2019-11-28
更新細節:

Node.js 13.2.0 (64-bit) 查看版本資訊

更新時間:2019-11-22
更新細節:

vMix 22.0.0.69 查看版本資訊

更新時間:2019-09-27
更新細節:

What's new in this version:

vMix 22.0.0.69
- Change log not available for this version


vMix 22.0.0.68
- Fixed issue with TCP API where vMix may slow down after a few hours of constant API use
- This should resolve the performance issue seen when using apps like Scoreboard OCR
- Fixed issue where StreamDeck may not reconnect to shortcuts after restarting vMix


vMix 22.0.0.67
- Fixed issue with MP4 Fault Tolerant recordings when Audio Bitrate was higher than 192 Kbps
- Fixed issue with MultiCorder when a source is offline
- Added support for latest Bluefish Nitro capture drivers


vMix 22.0.0.66
- Added ability to select the Input Number when adding the input
- Added option to right click input "cog" menu to move an input to a numbered position instead of dragging
- Added ability to hide an individual input's audio mixer if it is not needed
- Added shortcut/activator templates for X-Keys XKE-124 Video Switcher Kit and upcoming XKE-64 Replay Kit
- Added scrolling support to Data Sources source toolbar
- Added Fault Tolerant option to MP4 recording. Requires using vMix Video Tools to index before use in some video editors
- Added "Increase Buffer Size" option when adding an NDI input. This is useful for smoothing jittery video of NDI-HX sources on some networks at the expense of latency
- Added "High Output Performance Mode" in Settings -> Performance. Improves render time when outputting 4K60 video when used with high end graphics cards (GeForce 1080+)
- Reduced GPU Mem usage of Web Browser input by over 50%
- Various fixes and improvements to vMix AV
- Fixed upside down video in MultiCorder with some types of sources
- Fixed MP3 playback issues with some files
- Fixed issue where a broken Stream Deck profile could crash vMix
- Fixed issue where some GT title elements would load up hidden from a preset if they were previously hidden by a transition
- Fixed Triggers list showing incorrect input numbers
- Fixed Triggers not activating on use of T-Bar
- Fixed issue where some spreadsheets may have millions of blank rows that were being imported causing high memory usage in vMix
- Limited Excel source to importing only first 20,000 rows to prevent this. If more than 20,000 rows are needed please contact us
- Fixed MultiView layout setting not saving correctly in Preset
- Small performance improvements across the board


vMix 22.0.0.60
- New QR Code support in GT Designer
- Creates a QR code image that can be dynamically updated from the vMix Title Editor, Data Sources and Shortcuts
- New "Show Visible Toggle" option in GT Designer
- When enabled allows turning on or off selected images and text fields in the vMix Title Editor and Shortcuts
- New High DPI support in vMix User Interface for high resolution displays
- Updated Restream API integration
- Fixed audio corruption issue with some AJA capture devices
- Substantially improved performance of Image Sequence, especially in 4K and 60p workflows
- Fixed rare with countdown timer after closing a title input


vMix 22.0.0.57
- MarkIn/MarkOut values added to XML API
- Fixed issue when updating a GT title from multiple sources at the same time.
- Fixed VST3 issue with Nectar 3 plugin


vMix 22.0.0.56
- Added "preview" overlay flag to vMix XML API to identify the difference between an overlay displayed on the output vs preview
- Fixed WAV file recording not working when using new vMix AVI format
- Fixed large preview window showing up as blank when resetting camera input
- Fixed error when using Replay on inputs that disconnect/reconnect often
- Fixed Adobe Premiere import issue with vMix AVI when recording cameras without audio


vMix 22.0.0.54
- GT: Added Blink Continuous transition
- GT: Added Square/Rounded option for rectangle Stroke borders
- GT: Fixed issue where custom image in a preset did not always override the template image
- Added support for plug and play MIDI and X-Keys devices while vMix is still running. (Important note: this will not resolve issues where devices are disconnecting on their own, in these cases, this indicates a system fault that is outside of our control)
- Added additional caching in vMix Social to help with long photo download times on Facebook servers
- Updated Twitch streaming quality presets based on recommendations from Twitch team
- Added "Auto" thread setting in streaming quality, which will select the optimal number of threads to use on high-core machines. Not applicable to hardware encoding


vMix 22.0.0.52
- Fixed issue with Restart not working correctly with GT Tickers
- Fixed issue where some YouTube accounts reports duplicate Stream Now streams, causing an error in vMix


vMix 22.0.0.51
- Fix when starting overlay of GT templates that have had all animations removed
- GT animations will now only automatically trigger if autoplay/autopause are enabled
- Renamed Flash / RTMP input to Flash, as it is recommended to use Stream VLC input instead for RTMP
- Fixed stutter in VLC RTMP playback if frame rate is misreported by server
- Fixed Mark Out for some video formats occurring too early on some video formats
- Updated The Extreme scoreboard to work correctly when using countdown in clock fields


vMix 22.0.0.50
- VMix Social updated Facebook source to now show a dropdown box of all pages an account has access to. Previously a box was provided to type in a page name which may have caused confusion due to Facebook security policies of only allowing admin access to pages
- X-keys XKE-40 support added
- Fixed Live Pause not working on Desktop Capture input on some systems
- Fixed padding issue with VLC input when bringing in RTMP 1080p sources
- List input now provides better performance when using images
- Display -> Outputs dropdowns support up to 300 inputs
- Fixed issue with MultiCorder activator
- Fixed issue where Vimeo streaming destination did not show any streams when over 200 videos were in an account


vMix 22.0.0.49
- Virtual PTZ behaviour is now more consistent with a physical PTZ including edges of the frame being cropped out when used with MultiView and Overlays
- Added checkbox in PTZ settings to have PTZ thumbnails always displayed on input previews even while moving
- Fixed Audio Settings button displaying error if already open
- Fixed some Facebook pages/groups not showing up if user has a very large number on their account (> ~30)
- Facebook destination will now stop the stream on Facebook just prior to stopping in vMix, previously vMix would be stopped first which
depending on the processing time on Facebook may lead to a "stream has been interrupted" message on Facebook instead of an ended notice
- Fixed scrolling issue in input and mixer sections on some systems
- Improved sync on MP4 video playback
- Fixed Web Browser input audio not working on some systems
- Fixed typo in Scoreboard 3- Lineup 11 template leading to inconsistent data source auto assignment


vMix 22.0.0.48
GT - Easy to use, high-performance, animated graphics:
- Over 100+ animated title, scoreboard, ticker and social templates to choose from in HD and 4K
- Four way ticker support: create custom tickers with top, bottom, left or right scroll directions
- GT Designer Standard allows creating custom static titles and animated tickers in all vMix edition
- GT Designer Advanced allows creating custom animated titles along with the ability to import from Adobe Photoshop PSD files
- Spell check support added to built in vMix Title Editor
- New Clock dropdown box in Title Editor provides built in presets to add common clock formats to a title

MultiCorder (4K and Pro editions):
- Added support for recording Video Call sources in addition to Output1-4
- Individual MultiCorder settings can be saved in each preset

VMix Video Codec:
- High quality, fault tolerant, low CPU codec suitable for post production editing on Windows
- ProRes-like codec with support for Adobe Premiere, Magix Vegas Pro and most other Windows video editing programs
- Supported in both the Recorder and MultiCorder

Virtual PTZ (4K and Pro editions):
- Turns any input into a Virtual PZ camera with high quality, customisable digital zoom

Live Pause:
- Live Pause (Freeze Frame) Camera, NDI and Desktop Capture inputs by clicking the pause icon under the input

Outputs:
- New MultiView Output layout options
- Set the title bar either above or below the MultiView Output video previews
- Customise Preview/Output headings between fixed text and input names

NDI:
- Updated NDI support to latest 3.8 SDK
- Included vMix NDI Config tool allows toggling between UDP and TCP transmission to allow optimising performance based on network requirements

Shortcuts:
- SnapshotInput
- SetTickerSpeed
- TitleBeginAnimation
- LivePlayPause

Controllers:
- Stream Deck and Stream Deck mini support. Add the vMix plugin from the Stream Deck App store. Set buttons to live thumbnail previews via shortcuts, or colours via activators
- Joystick Z axis support
- Joystick pressure sensitive support. Allows variable speed pan/title/zoom on supports PTZ cameras including the new Virtual PTZ
- X-Keys HD15 GPIO support added

Devices:
- Support for AJA Kona 5

Other:
- New GPU memory % indicator in status bar. This refers to special memory shared between the CPU and GPU and can be used to identify potential performance problems when using a large number of inputs
- Vimeo streaming provider now supports selecting a previous setup event to stream to
- SlideShow Properties window (for Photos and PowerPoint inputs) can now be resized. Rearranged image orders is now saved in the vMix preset
- New Copy From button in Input Settings can be used to copy Triggers, MultiView and Colour Correction between inputs
- New cog buttons on Preview and Output to open up associated Input Settings
- Added ability to solo Bus A or Bus B through Headphones output. Click the [S] button in the Bus mixer to toggle on/off
- Added support for resizable VST3 plugins


vMix 22.0.0.47

GT - Easy to use, high-performance, animated graphics:
- Over 100+ animated title, scoreboard, ticker and social templates to choose from in HD and 4K
- Four way ticker support: create custom tickers with top, bottom, left or right scroll directions
- GT Designer Standard allows creating custom static titles and animated tickers in all vMix edition
- GT Designer Advanced allows creating custom animated titles along with the ability to import from Adobe Photoshop PSD files
- Spell check support added to built in vMix Title Editor
- New Clock dropdown box in Title Editor provides built in presets to add common clock formats to a title

MultiCorder (4K and Pro editions):
- Added support for recording Video Call sources in addition to Output1-4
- Individual MultiCorder settings can be saved in each preset

vMix Video Codec:
High quality, fault tolerant, low CPU codec suitable for post production editing on Windows.:
- ProRes-like codec with support for Adobe Premiere, Magix Vegas Pro and most other Windows video editing programs
- Supported in both the Recorder and MultiCorder
- Virtual PTZ (4K and Pro editions)
- Turns any input into a Virtual PZ camera with high quality, customisable digital zoom

Live Pause:
- Live Pause (Freeze Frame) Camera, NDI and Desktop Capture inputs by clicking the pause icon under the input

Outputs:
- New MultiView Output layout options
- Set the title bar either above or below the MultiView Output video previews
- Customise Preview/Output headings between fixed text and input names

NDI:
- Updated NDI support to latest 3.8 SDK
- Included vMix NDI Config tool allows toggling between UDP and TCP transmission to allow optimising performance based on network requirements.
- Shortcuts
- SnapshotInput
- SetTickerSpeed
- TitleBeginAnimation
- LivePlayPause
- Controllers
- Stream Deck and Stream Deck mini support. Add the vMix plugin from the Stream Deck App store. Set buttons to live thumbnail previews via shortcuts, or colours via activators.
- Joystick Z axis support
- Joystick pressure sensitive support. Allows variable speed pan/title/zoom on supports PTZ cameras including the new Virtual PTZ.
- X-Keys HD15 GPIO support added

Devices:
- Support for AJA Kona 5

Other:
- New GPU memory % indicator in status bar. This refers to special memory shared between the CPU and GPU and can be used to identify potential performance problems when using a large number of inputs
- Vimeo streaming provider now supports selecting a previous setup event to stream to
- SlideShow Properties window (for Photos and PowerPoint inputs) can now be resized. Rearranged image orders is now saved in the vMix preset
- New Copy From button in Input Settings can be used to copy Triggers, MultiView and Colour Correction between inputs
- New cog buttons on Preview and Output to open up associated Input Settings
- Added ability to solo Bus A or Bus B through Headphones output. Click the [S] button in the Bus mixer to toggle on/off
- Added support for resizable VST3 plugins

WebCam Monitor 6.24 查看版本資訊

更新時間:2019-08-27
更新細節:

What's new in this version:

WebCam Monitor 6.24
- Change log not available for this version


WebCam Monitor 6.23
- Change log not available for this version


WebCam Monitor 6.22
- Change log not available for this version


WebCam Monitor 6.21
- Change log not available for this version


WebCam Monitor 6.2
- Better Stability: Efficient CPU and memory utilization provides faster application response.
- Secure Access: Lock the settings with a password so others can only watch the camera preview and view the motion events. Prevents users from stopping monitoring, alerts or closing application.
- Improved Email Component: Now automatically detect prototcols that provide communication security over network.
- Quick Status Preview: View at a glance whether a camera is broadcasting, uploading, monitoring, or recording.
- Improved Test Connection Funtionality: Verify different possibilities of connection to FTP server and auto correct settings.
- Auto-retry Uploading: Continue uploading of files to FTP server even after a network glitch.
- Organized Event log: View the error events that occur for each camera. You can choose to view all events or only error events for selected camera.


WebCam Monitor 6.1
- Multi-Language Interface: The application interface can now be displayed in French, German, Italian, Portuguese and Spanish.
- Windows 10 compatibility: WebCam Monitor fully supports the Windows 10 Operating System.
- Prevent false alarms: New motion controls allow you to adjust when an alert should be triggered.
- Now you can specify seconds time format to start actions: Quickly start the actions such as Video Recording, Take Photo, Email Notifications or FTP Upload in seconds.
- Easily configure the audio settings for each camera: With the help of newly updated audio control, change the audio volume settings for each camera separately.
- Control the time between sending emails: During continuous motion, regulate the time between sending Email alerts.
- Automatic update notification: Review updates and easily install the latest version of WebCam Monitor as soon as it is released.


WebCam Monitor 6.0
- Support for Windows 8: WebCam Monitor is fully compatible with Windows 8 in both 32 bit and 64 bit versions.
- All-new design: The new look of WebCam Monitor is more user friendly, simplified and easy-to-customize.
- Multi-Monitor support: Camera previews can be detached from the main interface. Arrange the camera previews on any monitor on your system allowing you to work with other applications while keeping an eye on your surveillance.
- Auto-detect WebCam: Auto-discovers a webcam when plugged in to your PC and provides options for configuration.
- Active Message Bar: View a running status of all camera actions.
- Powerful E-mail control: Each camera can send alerts to a different e-mail address. During continuous motion, you can now control the number of e-mails sent. Get email notification when a camera is disconnected.
- Hidden Mode: Run the program in the background, hidden from normal users.
- Watermarks: Authenticate your video recordings and photos with custom watermarked logos and date and time stamps.
- Enhanced real-time notifications: Be informed when there is a network connection problem, when disk space is running low, a camera connection is lost, and more.
- Superior FTP: Every camera has it's own FTP settings to upload into specific folders or onto individual FTP servers. Backup videos, photos or both. Optionally remove the local files after upload.
- Improved Event logging: View camera events for specific camera or all cameras.
- Easier navigation: Jump to the next or previous camera by clicking on the navigation buttons or selecting a camera from the thumbnail preview.
- Customize camera positions: Drag and drop the cameras within Thumbnail preview to adjust their positions.
- Theme support: Apply coordinated color themes of blue, black, or silver for a pleasing view.

RubyInstaller 2019.2 查看版本資訊

更新時間:2019-07-29
更新細節: