System Information
Operating system: Windows-10-10.0.19044-SP0 64 Bits
Graphics card: AMD Radeon(TM) Graphics ATI Technologies Inc. 4.5.14830 Core Profile Context 21.10 27.20.21026.3004
Blender Version
Broken: version: 3.3.0 Alpha, branch: master, commit date: 2022-07-12 16:47, hash: rBd0a552b5c602
Worked: None
Also tested on Blender version: 3.2.0, branch: master, commit date: 2022-06-08 10:22, hash: rBe05e1e369187 and does not work.
Short description of error
The image when retrieved through the viewer node is much darker than the actual render. Happens consistently when the provided script is ran. This happens with any render engine, but does differ when using the AMD Radeon ProRender render engine. It is still not quite right when using the ProRender, but it is different.
Exact steps for others to reproduce the error
Note: Instructions are for Windows 10
- Open default Blender
- Open Command Prompt and navigate to the Blender '\bin' folder. Mine was '~\blender-3.3.0-alpha+master.<commitID>-windows.amd64-release\blender-3.3.0-alpha+master.<commitID>-windows.amd64-release\3.3\python\bin'. It should be along the lines of 'Program Files\Blender Foundation\Blender #.#\#.#\python\bin' if using a stable Blender version
- Execute the following command to install external Python packages to Blender 'python -m install opencv-python'. The 'python\lib\site-packages' should have the OpenCV and Numpy packages installed
- In Blender, open the provided Python script
- Change the savings path on lines 32 and 44 to one that you prefer
- Execute the script
- The outputted images will be a darker one from the viewer node, and the normal one from the standard rendering process

