You will probably get more answers if you ask in the handmade discord. There is also the library thread in there where you can search for articles on different topics, it might contains some about what you're looking for.
The only thing I did that looked a bit like what you're asking was an exercise during college where we kept a copy of the plane matrix and apply it with some delay to the camera. We just had an array of X matrices, and each frame we used the oldest matrix from the plane and used it for the camera, than replace it with the current plane matrix (or something like that). Probably not what you want for a real game.