Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The image captured has lower quality than the image rendered in Game Play. #25

Open
stevechaw opened this issue Mar 29, 2023 · 5 comments

Comments

@stevechaw
Copy link

I use a camera actor, and attached a SceneCaptured2D component, and use CamereCaptureToDisk plugin. I can save images while game playing, but the quality of saved image is much lower than the Game Play shows. How to adjust the rendering settings of this plugin?

@TimmHess
Copy link
Owner

Hey,
what do you mean by "quality of the saved image is lower"? Are you able to provide screenshots maybe?
A while ago there was this issue #11 - probably it will not help you but just in case.

@stevechaw
Copy link
Author

This is the metahuman I use, the hair disappear when the head move fast. The hair is normal in the Game Play show. Any hint will be appreciated!
img_000050
img_000055

@stevechaw
Copy link
Author

How to enable the global illumination? I set this in the code, but it doesn't work.
B80B5B83-4A2B-4615-9A9A-5DBA4FAC388F

@TimmHess
Copy link
Owner

Sorry for getting back a bit sparse. Unfortunately, I cannot access my main machine properly currently which is why I can't test. Is it possible to slow your simulation, e.g. via time-dilation? It's ugly but maybe a quick fix or at least a quick check whether this gets the data properly. In case it has something to do with a rendering feature that relies on temporal data a lot I imagine this could work.
Regarding the ShowFlags, because of the (also ugly) state of the repo test code.. did you check that you are indeed in the right file? Maybe you can add a UE_LOG after manipulating the flags to see that it was processed.

@stevechaw
Copy link
Author

Thanks for your replay, I will try it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants