PRIX (Plan from Raw Pixels) is an efficient end-to-end architecture that predicts safe paths for autonomous driving using only camera data. It removes the dependency on expensive traditional LiDAR sensors and computationally intensive BEV feature representations, and leverages a visual feature extractor and a generative planning head to predict safe paths directly from raw pixel inputs. Its core component, the Context-aware Recalibration Transformer (CaRT), effectively enhances visual features at multiple levels to enable more robust planning. It achieves state-of-the-art performance on NavSim and nuScenes benchmarks, and is comparable to larger, multi-modal diffusion planners while being much more efficient in terms of inference speed and model size. This makes it a practical solution suitable for real-world deployments.