让一路视频,通过resize 模块的2个处理, RESIZE A, B, 获得 STREAM1, STREAM2,STREAM1, STREAM2 分别保存到不同的BUF里。
这该怎么做,请指点!!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
让一路视频,通过resize 模块的2个处理, RESIZE A, B, 获得 STREAM1, STREAM2,STREAM1, STREAM2 分别保存到不同的BUF里。
这该怎么做,请指点!!
DMAI的代码在这里,dmai_xxx/packages/ti/sdo/dmai/linux/dm365/Resizer.c,配置resizer的时候,请配置rszxxx.output2.enable=1,并配置相关的宽度和高度即可,如果发现有问题,请使用DMAI_DEBUG=2 ./your_application把log贴出来
Starting ccdc_setwin...<7>ipipe_set_resizer, resizer - A enabled
DavinciDisplay DavinciDisplay.1: Before finishing with S_FMT:
layer.pix_fmt.bytesperline = 736,
layer.pix_fmt.width = 720,
layer.pix_fmt.height = 576,
layer.pix_fmt.sizeimage =635904
DavinciDisplay DavinciDisplay.1: pixfmt->width = 720,
layer->layer_info.config.line_length= 736
davinci_resizer davinci_resizer.2:
mode doesn't allow multiple instances
最后一行显示不能创建两个resizer,该怎么办,谢谢