OSMO Preview process
2016-12-05 14:12:30 0 举报
OSMO Preview 是 DJI 推出的一款专业航拍软件,它能够将你的手机变成一个实时的飞行摄像头。在 OSMO Preview 中,你可以使用 DJI GO app 进行飞行控制和相机设置,并通过无线网络将实时视频传输到手机屏幕上。此外,OSMO Preview 还提供了多种拍摄模式和滤镜效果,让你可以轻松地拍摄出令人惊叹的照片和视频。 总之,OSMO Preview 是一款功能强大、易于使用的航拍软件,它能够帮助你更好地控制 DJI 无人机,并拍摄出高质量的照片和视频。如果你是一名航拍爱好者或专业摄影师,那么 OSMO Preview 绝对值得一试。
作者其他创作
大纲/内容
VideoPreview
decoderRenderFrame:
puts video frame to(dataQueue:push)
MovieGLView
render:
VideoFrameH264Raw
uint32_t type_tag:8;uint32_t frame_size:24;uint32_t frame_uuid;uint64_t time_tag;VideoFrameH264BasicInfo frame_info;uint8_t frame_data[0];
SoftwareDecoderProcessor
streamProcessorHandleFrameRaw:
VideoFrameExtractor
decoderRawFrame:callback
VideoPreviewQueue:dataQueue(VideoFrameH264Raw)
decoderRunloop
videoProcessorFrame:
show preview
get video frame from(dataQueue:pull)
VideoFrameH264BasicInfo
uint16_t width;uint16_t height;uint16_t fps;uint8_t rotate;uint8_t reserved;uint16_t frame_index;uint16_t max_frame_index_plus_one;union{ struct{ int has_sps :1; //has sps info int has_pps :1; //has pps info int has_idr :1; //has idr frame } frame_flag; uint32_t value; };
DJICameraDeletage(run loop)
0 条评论
下一页