same as godotengine/godot#104808
The CameraFeed's datatype, width, and height are unknown until the first frame_changed signal is received. If the datatype is not determined, the correct colors cannot be represented. Similarly, without knowing the width and height, the correct aspect ratio cannot be determined, resulting in a distorted display.