Well, I have to admit, I'm stumped. I've tried a whole bunch of things and can't get the effect that you want. If I remove the script that sets the camera texture to P1CAM, then the right half of my screen is filled with that funny pink colour. This is what I would expect because an uninitialised camera texture is half black on the left and pink on the right. So, the uninitialised texture is showing up in the right place. If I put a 1024x768 graphic into the WAD and remove the ANIMDEFS, then the graphic shows up correctly positioned. However, if I put it all back together, the view that I get on screen is in the wrong place and has some of the pink colour that I would associate with an uninitialised cam texture. If I mess with my screen resolutions the position of the camera view changes, as it also does if I mess with the resolutions defined in ANIMDEFS. If I mess with the HUDMESSAGE instruction, I can get the effect to move but I can't get it to move where I want it to. I also tried using a traditional camera instead of the camera baron but the results were the same. The view on screen is almost like it is drawing an uninitialised cam texture on screen, then drawing the camera view in the wrong placs on top of it.
So, short version, I don't know what is going on here.
[edit] Doh! Everything that I tried was in GZdoom. I just tried in Zdoom (both the last official build and the latest SVN build (r1424M) and the effect that you want seemed to work. ie, my whole view was taken over by the view from the baron. It looks like this could be a GZdoom problem, assuming that you are using GZdoom too. Perhaps Graf can shed some light on this. If he doesn't spot this thread, I suggest reporting it as a GZdoom bug over at the DRD forum.
As an aside, the latest SVN version of GZdoom (r300) slowed down significantly when the camera texture was active but the slowdown was far less in 1.1.6 official.
Just for info, here's what the effect looked like in GZdoom running at 640x480 (I replaced the missing textures with BSTONE).
[/edit]