Move SE 12X - Firmware Changelog
Change Log
New Features
Video and Audio Enhancements
-
NDI 6 Upgrade: Upgraded NDI support from NDI 5 to NDI 6 for improved compatibility, performance, and access to the latest NDI protocol features.
-
NDIHX3 Support: Added support for NDIHX3. To enable, set the camera to HDMI-SDI/IP and toggle NDIHX3 to "On". HX3 profiles can then be defined as needed.
-
Audio Sample Rate Support: Added support for 44.1 kHz and 48 kHz audio sample rates (previously limited to 32 kHz).
-
Resolved an RTMP issue with compatibility errors when connecting to CDNs related to frame rate, keyframe intervals, and bitrate.
-
Audio Settings Page Reorganized: Encoding and decoding settings were restructured for improved clarity and user experience. Settings are now grouped more logically to help users configure audio more efficiently.
Automation and Control
-
Subject Switching: Added the ability to switch between tracked subjects using left/right arrows via web UI, IR remote, and VISCA joystick commands.
-
Tracking Presets: Added dedicated presets for Auto Tracking control:
- Preset 150 = Tracking ON
- Preset 151 = Tracking OFF
-
HTTP Movement Status Query – Added route to allow users to query whether the camera is actively moving. The endpoint returns a boolean response (
trueorfalse) indicating Pan, Tilt, Zoom or Focus motion.- Note: This status does not report focus movement when Auto Focus is enabled.
GET /api/v1/info/is-moving
Example: GET http://192.168.100.88/api/v1/info/is-moving
Returns:
{
"isMoving": false
}
UI and Systems Changes
-
Guest Access Controls: Guest users are now limited to appropriate routes and no longer have access to SRT or RTMP credentials.
-
Onvif Authentication Default Enabled: ONVIF authentication is now enabled by default to align with updated security protocols and ensure the ONVIF route is protected out of the box.
-
Exposure Bright Mode: Added “Bright” as an exposure mode option.
-
Updated Encoding Protocol Info Symbol: Added a new info icon next to the Encoding Protocol selection in the web UI. It provides descriptions of each protocol.
Bug Fixes
-
Tracking Sensitivity: Improved tracking stability at full zoom by reducing over-sensitivity to minor subject movements.
-
Pan/Tilt/Zoom Stop Independence: VISCA Pan/Tilt stop commands no longer interrupt Zoom.
-
Home + Navigation Commands: Resolved an issue where recalling Home position followed by HTTP navigation commands caused the camera to stop zooming prematurely.
-
Relative Tilt Bug: Fixed a bug where the camera would tilt up when at the lower tilt limit and receiving a Relative Position Down command.
-
RTMP CDN Errors: Resolved frame rate, bitrate, and keyframe issues blocking some RTMP streaming. Note: When RTMP streaming to YouTube using camera video templates, bitrate errors may occur. Resolution: Adjusting the camera’s video settings to align with YouTube’s video requirements will improve streaming stability and functionality.
-
Snapshot Stability: Fixed a long-term uptime issue where snapshot images would eventually fail.
-
Time Server Application Failures: Fixed behavior where valid NTP time servers (like IPs with .100 octets or certain hostnames) failed through the Web UI but worked via HTTP.
-
NTP Fallback: Fixed a bug preventing consistent NTP server connection after boot, causing fallback to system time.
-
NTP Time Zones: Resolved an issue where certain time zones could not be set from the web UI.
-
Audio Out Menu Simplified: Removed "Off" option since audio disablement is handled by "Audio Codec" toggle.
Known Issues
-
Cannot Set Some NTP Servers via Web UI: Some domain strings (e.g., time-a-g.nist.gov) fail via Web UI but work using the HTTP API commands.
-
Time Zone Compatibility: Time zone handling may cause SSL certificate renewal failures. Ongoing adjustments are needed.
-
NTP Reboot: Changing the timezone in NTP settings requires a camera reboot.
-
Pan/Tilt Limits Not Persistent: Pan/Tilt Limits are not retained after a reboot; they reset instead of persisting after the reboot.
-
Incorrect VISCA over IP Responses: Changing the Serial VISCA address alters IP response headers (e.g., 90 becomes a0, b0, etc.).
-
Pelco P/D Zoom Stop Issue: Pelco P/D Zoom and Focus Stop commands are not received, causing the camera to zoom continuously to its limit.
-
NDI Studio Monitor Hotkeys: Ctrl+Right and Ctrl+Down precision movement do not work. (Other Ctrl+Arrow keys function as expected.)
-
NDI HX3 Video Template Mismatch: When NDI HX3 is enabled, switching to certain video modes (e.g., USB/IP/HDMI-SDI_30FPS) disables HX3 but the Video Template does not reflect the correct available options or default values.
-
NDI HX3 Video Framerate Mismatch: When NDI HX3 is enabled, the Framerate is grayed out, and may not default to 60Hz or 50Hz defined by the certification standards.
-
ONVIF Preview Image Fails: No image preview when HTTP Auth is enabled.