• RED Connect Release Version 1.4.2
      • Added support for output to AJA SDI cards.
      • Improved GPU image processing pipeline for reduced latency and smoother output.
      • Improved responsive web UI.
      • Added plug-ins folder in application directory to organize plug-in shared libraries according to whether they are image-processor plugins or custom-io plugins; libraries placed in the image-processor folder will appear in the 'Custom Image Processor' drop-down in System Settings.
      • Combined 'GPU Latency' and 'Video Out Latency' into single 'Video Out Latency' setting; all but the last 50ms of latency will be applied before frames are scheduled for GPU processing. The last 50ms or less of latency will be applied after GPU processing is scheduled and will include GPU processing time.
      • Added Destination panel to Home page in the UI so users can toggle different outputs on or off.
      • Added Latency adjustment to the Home page.
      • The location of the settings file has moved to C:\ProgramData\red\REDConnect.
    • Known issues:
      • FPS Chart is blank - we are in the process of updating the FPS Chart to the new UI and this will be working again in an upcoming patch.
      • CRC Check of received frames has been disabled.
  • RED Connect Beta Version 1.3
      • Added NVENC encoding output when running on a single NVIDIA ADA GPU (and a System Settings panel to adjust the encoding parameters).
      • Added Video Monitoring output when RED Connect is not running as a service (and a System Settings panel to adjust the parameters).
      • Added "R3D Save Only", "NVIDIA NVENC Only", and "Video Monitor Only" to the list of available output destinations.
      • Added support for saving R3D files at greater than 60 fps.
      • Added the GPU Decode Latency setting to postpone when GPU decoding begins, this allows third parties up to 2000ms to figure out their CustomImageProcessor parameters before it is executed.
      • Added GPU Decode load balancing to allow specific frames to be decoded on specific GPUs. This feature is based off of frame number, not frame record time stamps. And is automatically disabled when output settings require it to be disabled.
      • Added a yellow warning indicator in the bottom left of the GUI. It will appear if there are issues with the settings. Holding the mouse pointer over it will bring up a popup with the errors listed.
      • Added enhanced System Settings GUI checking to on-the-fly disable unavailable options. And to change the System Settings "Save System Settings And Restart" button to "Save System Settings And Stop" if Video Monitoring Enabled is set, and back, if it is not enabled.
      • Simplified and enhanced the CustomImageProcessor interface. Interface now includes camera SDI time codes. The sample now includes a sample background thread.
      • Modified the NVIDIA NVENC -fps parsing argument to support numerator/denominator syntax, instead of just numerator syntax.
      • Applied the CustomImageProcessing output and scaling to all output formats.
      • Shortened the service restart time to around 10 seconds and from being time based, to waiting for the service process to exit before restarting it.
      • Changed the default page's "Converting to SDI pixels" label to "GPU post processing", since it now includes the elapsed time of the custom image processing, scaling, and SDI pixel conversion.
      • Changed the default Blackmagic SDI Video Out Latency from 3 seconds to 150ms. And changed the number of frames buffered in the Blackmagic system from 16 to 4. These appear to be optimal settings for 8k60. To run at lower resolutions or frame rates, the default values may need to be adjusted.
      • Disabled Video Monitoring output when the destination is set to Blackmagic SDI out.
      • Removed Blackmagic SDI pixel type selection.
      • Fixed an issue where frames would start GPU decoding out of order.
      • Fixed an issue where frames could playback out of order.
      • Fixed a memory leak when Blackmagic GPU Direct, SaveR3dFile, and Replays were all disabled.
      • Fixed potential slowdowns when starting new record sessions by switching from frame number-based processing to frame record time stamp-based processing.
  • RED Connect Release Version 1.2
      • Fixed: Reduced drift by changing from frame number based synchronization to time based synchronization.
      • Removed application enforced minimum latency.
      • Added realtime interactive latency adjustments. Depending on the environment latency can be set (in realtime) from 300ms (or less) to 3000ms (or more).
      • Added support for Precision Time Protocol synchronization.
      • Added support to communicate with the camera via TCP.
      • Added functional sections to the System Settings web page.
      • Added support to save audio data to the R3D files.
      • Added connection type, connection status, and output type information to the web page headers.
      • Added realtime user customizable performance graphs.
      • Added an option to save the camera stream to R3D files.
      • Added an option to start saving the camera stream to R3D files as soon as the camera starts recording.
      • Added an option to save the previous few seconds to a replay R3D file (the number of previous few seconds is user defined).
      • Added the ability to append a user defined DLL to the rendering pipeline for doing things like dewarping (a simple dewarping sample DLL is included), additional image pipeline processing, or capturing/redirecting of the frames.
      • Added the ability to redirect the R3D file IO via a user defined DLL to foreign or remote file systems (a sample DLL is included).
      • Added the ability to run without Blackmagic SDI GPU Direct, when running streams lower than 8K60FPS.
      • Added the ability to reset web page statistics in realtime.
      • Known issue, when recording from the camera at lower frame rates and resolutions the SDI output may have some issues. To get around them, record from the camera at 4K 60 FPS, 8K 30 FPS, or higher and set the desired output format in the System Settings Output Video Settings panel
  • RED Connect Release Version 1.1
      • Added NVidia Rivermax SMPTE 2110 support.
  • RED Connect Release Version 1.0
      • Initial Public Release