使用HI_MPI_VPSS_GetChnFrame获取yuv图像,然后将物理地址通过HI_MPI_SYS_MmapCache映射到虚地址进行调用。 我们需要缓存图像一定的时间,目前遇到一个问题:在其他线程调用这个虚地址会出现图像变化的问题,比如我先将图片保存到sd卡,然后sleep一段时间,再保存这个地址的图像到sd卡,通过查看y发现不是同一个图像。 这是...
4. HI_MPI_SYS_Mmap 然后填写stAoFrame, copy data, sendframe 5. HI_MPI_SYS_Munmap; 6. HI_MPI_VB_ReleaseBlock; 7. HI_MPI_VB_DestroyPool 其中2-6放在while中 展开全部yangjking 2016-11-17 16:33:45 [quote][url=forum.php?mod=redirect&goto=findpost&pid=41409&ptid=13383]zhuangweiye ...
The description "You only need to use one process to initialize the system" is removed from the Note field of HI_MPI_SYS_Init. Chapter 3 VI The member u32AutoDisInt and its description are added to VI_CHN_STAT_S. Chapter 4 VO HI_MPI_VO_EnableChnDoubleFrame and HI_MPI_VO_Disable...
HI_MPI_VB_GetBlock获取u32BlkHandle失败,请大神们指点一下。 代码如下: pstUserPic->u32BlkHandle = HI_MPI_VB_GetBlock(VB_INVALID_POOLID, u32PicSize, "anonymous"); if (VB_INVALID_HANDLE == pstUserPic->u32BlkHandle || HI_ERR_VB_ILLEGAL_PARAM == pstUserPic->u32BlkHandle) { SAMPLE_...