MediaPoolItem.analyze_for_slate#
- MediaPoolItem.analyze_for_slate(marker_color: MarkerColor | str) bool[source]#
Performs Slate analysis on the MediaPoolItem using the current settings and specified marker color.
Studio-only. Refer to DaVinci Resolve’s “Studio and AI Scripting APIs” prerequisites (AI Slate ID Extras); returns False if requirements are not met.
- Parameters:
marker_color (MarkerColor | str) – Marker color to use. A
MarkerColorenum member or the underlying color string.- Returns:
Returns True if required packages are installed and analysis is successful.
- Return type:
- Raises:
APIVersionError – If Resolve version < 21.0.2
- Version:
Added in DaVinci Resolve 21.0.2