#How to implement a film grain overlay?
4 messages · Page 1 of 1 (latest)
If I were you - I might explore using a separate camera for something like this depending on your implementation
often times it's helpful to have a "clean" camera that your effect cameras can use - then you can set the order of the effect cameras higher depending on what effect you want to achieve
using a separate camera for this would be overkill in my opinion. Film grain is just a post processing effect and using the post processing features should be more than enough for this