Edit: Sorry maybe this sounded a bit too rough, but unplug your car and check it yourself. It's like someone is siphoning gasoline from your vehicle every single day.
The battery capacity on that car is incredible, you could put a 4090 in there and run it and it would maybe drain 8% a day, right? So something extremely irresponsible is going on.
That's a lot of power, and a lot of money.
Additionally, once you to the math things look bad: 8% of a battery pack of 60kWh is around 5kWH. 5000 Wh / 24h = 208 W.
200W to keep few cameras on and a small CPU/GPU to run the logic seems a lot. Especially considering that you don't need to analyze every frame of every camera. In fact, you could easily run one frame every 5 seconds making it ~ 1FPS analyzed (6 cameras) since the car is parked.
Additionally, you don't need to run heavy models on all the images. You can run some sort of diff to see if pixels changed within a tolerance threshold between the new and the old image and only if that's true then you run the ML models.
A good way to verify this if you've got a Tesla is how long it takes for the car to acknowledge commands sent via the mobile app. If they're near-instant (ignoring TCP latency ofc), the car is "Awake" and drawing it's full load. If they take 5-15 seconds, the car is Asleep and only polling it's LTE antennas for push notifications every 10s or so. If they timeout entirely, the car is in Deep Sleep and drawing almost no wattage (at least based on my observations with my wife's M3).
When in Sentry mode, responses are ALWAYS instant, so the car is fully Awake and drawing full wattage.
[1] https://teslatap.com/articles/autopilot-processors-and-hardw...
I don't believe that an embedded PC that allegedly has the same power as a PS5 consumes 200/300W idling. Even if it doesn't sleep it should consume in the order of 10s of W, not 100s. For reference, my PC here has a 3070, a ryzen 7 7xxx (I don't remember the exact model) and consumes like 40W at the outlet when idling.
So I am willing to assume that yes, the onboard PC doesn't idle when sentry mode is active, but the 200+ W draw is due to it running terrible software, and not just not entering CPU states that are energy efficient.