风
- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 16
Activity overview
Latest activity by 风-
风 commented,
h.265数据帧与帧之间的分割符,ivedioframe可以直接通过 MediaCodec解码吗
-
风 commented,
日志大概是这样,第五章除了让你自己解码有什么好参考的
-
风 commented,
2023-07-02 12:36:31.513 4398-4398/com.dji.sampleV5.aircraft E/DJIV5/PerceptionManager: (co_a:5) updatePerceptionDelegate 2023-07-02 12:36:32.160 4398-4398/com.dji.sampleV5.aircraft E/DJIV5/RXUtil: ...
-
风 created a post,
解码
Completedivedioframe中的h.265数据有包括分隔符吗
-
风 created a post,
解码
Completedval inputBufferIndex = decoder?.dequeueInputBuffer(TIMEOUT_US.toLong()) ?: return if (inputBufferIndex >= 0) { val inputBuffer = decoder?.getInputBuffer(inputBufferIndex)...
-
风 created a post,
自己解码ivideoFrame中的数据
Completed我将it.data视为一帧的视频流,然后再 streamDataListener方法中获取it.data然后解码渲染到surfaceview,全部在streamDataListener中完成,我最后的surfaceview能持续有画面吗,如果不行,请问您有什么思路?
-
风 commented,
请问MSDK5是否通过ivideoframe获取码流数据,然后通过 videoDecoder解码数据并且放到surfaceview上面
-
风 commented,
我看不了您的网址
-
风 commented,
-
风 commented,
videoDecoder获取的视频流数据是通过 addStreamDataListener方法监听获取的数据吗,如果是我在 streamDataListener中把it.data通过ai库函数后再返回给it.data,是否可行?如果不是请问videoDecode获取的视频流数据用什么表示,类似IVideoFrame中getdata。