Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources

This commit is contained in:
2026-07-06 11:30:13 +08:00
commit e76462eeb7
3451 changed files with 1415300 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#ifndef __VIDEO_DEMO_H
#define __VIDEO_DEMO_H
enum DEMO_ENUM
{
JPG0_ENCODE_DEMO_FROM_VPP_DATA0,
JPG0_ENCODE_DEMO_FROM_VPP_DATA1,
H264_ENCODE_DEMO_FROM_VPP_DATA0,
H264_ENCODE_DEMO_FROM_VPP_DATA1,
H264_ENCODE_DEMO_FROM_VPP_DATA0_SAVE_TO_SD,
JPG_DEMO_FROM_USB,
USB_THUMB_DEMO,
VPP_THUMB_DEMO,
TAKEPHOTO_DEMO,
DEMO_MAX,
};
void video_demo_thread(enum DEMO_ENUM which);
#endif