Creating Snapshots or Images with WebCamTexture?

Can this be done? I don’t want a live feed texture but rather still images. Any help is appreciated!

Thank you

Joe

I’m guessing this: Unity - Scripting API: WebCamTexture.GetPixels32

I have come across GetPixels before but I really have no Idea how to use it. Could you show me a coded example of how to use webcamTexture.GetPixels32? I usually expect there to be a SetPixels somewhere in the code, but I really do not understand it from the docs alone. Thank you for the reply!