Skip to content

how can I add denoiser in OWL? #177

Answered by ingowald
StringHeart asked this question in Q&A
Discussion options

You must be logged in to vote

Huh. Interesting question. No obvious answer to me at least.

One thing that comes to mind is that maybe pixel format uchar4 isn't supported with the rest of the config - one simple test would be to take the optix7course and change that to pixel format uchar4 and see if that throws the same error. The output would then be garbage of course if the pixels are really float4 in that sample - but at least it'd be interesting to see if that still renders (garbage) instead of throwing this error.

The only other thing (and hard to judge w/o full source code) is that in the snippets above you say "in resize" and then have a denoiserdestroy in there. you sure you want to destroy the denoiser when yo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@StringHeart
Comment options

@ingowald
Comment options

Answer selected by StringHeart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants