liyuming1978

Results 10 issues of liyuming1978

now, for ssd model , in linux it cost 5s to load, and windows ~10s... I have done the optimze for kernel build in windows, linux need add set_exepath(); I...

我在手机上, (高通的小米9) 死活调用不了dsp

做一个推流的, 感觉rk的编码器有100ms延时这样

1. 目前demuxer在发现是rtsp的时候,会有一个丢帧机制,最小帧buffer 32,目前我在解码后面加了一个帧率控制, 但是有可能控制不精准,可能会导致demuxer这里直接丢帧, 会导致这一个gop的帧无法被处理。 2. 希望这么修改: (设置一个session的bool变量) auto has_packet = std::make_shared(); *has_packet = false; data_ctx->GetSessionContext()->SetPrivate(HAS_PACKET_FLAG, has_packet); 如果packet_cache_.size 大于(比如3),那么设置*has_packet =true, 否则 *has_packet =false 我在后面的帧率控制单元,读这个变量, 微调帧率限制值

使用 uint64_t time_stamp = acldvppGetStreamDescTimestamp(input); 获取timestamp 但是要注意: 这个api设计的有问题, timestamp是int64_t属性的, 某些推流在第一帧的时候会返回一个负数,这里就变成了一个很大的正数。。 所以,赋值的时候, 要把这个强转成int64_t

win版本验证,python功能单元获取视频帧的timestamp,发现报错。 需要在 modelbox\src\drivers\common\python\modelbox_api\modelbox_api.cc 这个文件里面 增加2行: 1. static std::vector kBufferObjectConvertFunc 里面增加DataGet, 2. static std::vector kBufferBaseObjectFunc 里面最好也增加一个对应的set, DataSet

I have tried, but run_graph return false

**Describe the performance issue** i will pass a lot of image data from one tools func to another, the _node_run_postprocess will check json, it's too slow, how to disable all...

bug