RCP API  6.61.0
Changelog

Version 6.61

Version 6.60

Version 6.51.2

Version 6.51.0

Version 6.50.24

Version 6.50.23

Version 6.50.22

Version 6.50.20

  • bug fixes

Version 6.50.16

Version 6.42.5

  • Added support for compressed c_list (C_LIST_STRING_TYPE_COMPRESSED) types

Version 6.42.4

Version 6.41.5

Version 6.40.13

Version 6.32.10

  • Fix potential bad read from memory when parsing histogram data
  • Frame limit is no longer available for any camera while in network mode.
  • Disable various look controls based on RAW and ACES modes

Version 6.32.7

  • Fixed typos/wording of comments
  • Fixed labels
  • Fixed typo (from RCP_API_ENABLE_CACHEING to RCP_API_ENABLE_CACHING)
  • Fixed bug where 'is_hw_supported_valid' was not cleared when connecting to a camera
  • Fixed RCP_PARAM_HDR_FACTOR not updating on boot
  • Fixed bug in handling hardware capabilities for older firmware

Version 6.32.4

Version 6.31.6

Version 6.30.16

Version 6.21.8

  • Bug fixes

Version 6.21.6

Version 6.21.5

  • Fixed string for RCP_PARAM_PLAYBACK_METADATA_ISO

Version 6.21.4

  • Added support for REC. 709

Version 6.21.3

  • RCP_PARAM_RECORD_LIMIT_ENABLE and RCP_PARAM_RECORD_LIMIT_FRAMES are now enabled when RCP_PARAM_PRIMARY_STORAGE == PRIMARY_STORAGE_NETWORK.
  • Added more descriptive ProRes labels to RCP_PARAM_QUALITY

Version 6.20.23

Version 6.10.28

  • Minor bug fixes
  • Fix numerous parameter dependencies

Version 6.10.25

Version 6.0.45

  • Modified RCP_PARAM_FALSE_COLOR_MODE so that update_list_only_on_close flag is now false
  • Fixed status of timecode settings so they are disabled during record
  • Fixed bug that would invalidate a cached list if it was empty

Version 6.0.36

  • Added dependencies between audio CH1/2 source CH3/4 source
  • Added dependencies between audio CH1/2/3/4 source and its mode
  • Fixed histogram label when ACES Proxy is enabled.
  • Fixed status of RCP_PARAM_RECORD_HDR_MODE and RCP_PARAM_HDR_FACTOR so they are disabled while in record.
  • Fixed name of RCP_PARAM_RTC_DATE_TIME

Version 6.0.29

Version 6.0.x of the API is a major update to the API. It provides many more parameters that can be controlled as well as major new features such as parameter status, notification support, and menu tree support.

Parameter status should be used to disable controls dynamically based on other camera settings. The application does not need to know the logic of when a parameter should be disabled as the API will push the status to the application when appropriate.

Notifications can now be displayed on the application and provide feedback to the camera. Note: only a subset of all notifications that are generated by the camera are pushed to external controllers.

Menu tree support allows a generic way for the application to show the menu tree of the connected camera. It works by providing a list of children under a specified node (starting at a ROOT node). Each entry in the list provides the information required to show the final "leaf" node such as the parameter ID and leaf type (list, text entry, etc).

All Changes:

Changes that break backwards compatibility with 5.1.x:

Version 5.1.5

Version 5.0.8

  • Initial Release