我正在尝试从 obs 中的 python 脚本创建源类型图像。想知道在脚本中创建源代码的正确步骤。我已经检查过了,没有合适的 python 脚本文档可用。
obs.obs_source_create('banner-image','xyz')
obs.obs_source_create('banner-image','xyz')
日志
TypeError: obs_source_create() 正好需要 4 个参数(给定 2 个)
我想从脚本创建源类型图像并将该源添加到我当前的场景中