nboxcn 发表于 2024-3-14 15:59:12

ffmedia的ModuleInference模块多个实例会出错

程序有可能使用多个不同的模型,因此进行创建多个ModuleInference实例,但是超过一个实例化ModuleInference就会提示如下错误,请问如何解决,谢谢!

==================Pipe===================
ModuleFileReader (H264 1920x1080)
   |--->ModuleMppDec (NV12 1920x1080)
         |--->ModuleRga (BGRA32 480x320)
         |--->ModuleRga (BGRA32 1920x1080)
                   |--->ModuleRendererVideo (NV12 1024x576)
         |--->ModuleInference (RGB24 640x640)
         |--->ModuleInference (RGB24 640x640)

RgaBlit(1483) RGA_BLIT fail: Invalid argument
RgaBlit(1484) RGA_BLIT fail: Invalid argument
handl-fd-vir-phy-hnd-format
rect
f-blend-size-rotation-col-log-mmu
handl-fd-vir-phy-hnd-format
rect
f-blend-size-rotation-col-log-mmu
This output the user patamaters when rga call blit fail
ERROR: 9ModuleRga: work: Consume failed

nboxcn 发表于 2024-3-15 16:33:07

如果ModuleInference是单例模式,那么是否可以有参数支持加载多个模型?谢谢
页: [1]
查看完整版本: ffmedia的ModuleInference模块多个实例会出错