After modifying the resolution configuration to portrait in the code file, the side view cannot output normally, and the old code content is still output after modifying the code.
config.frame_width = 9
config.frame_height = 16
config.pixel_width = 1080
config.pixel_height = 1920
Hey, can you please elaborate on "cannot output normally"? It is likely that you are setting these values in the python file. Please set them in the config file instead so that the extension is able to read them.
After modifying the resolution configuration to portrait in the code file, the side view cannot output normally, and the old code content is still output after modifying the code. config.frame_width = 9 config.frame_height = 16 config.pixel_width = 1080 config.pixel_height = 1920