cross-posted from: https://piefed.world/c/tech/p/1247209/all-cars-sold-in-the-eu-now-require-a-camera-aimed-at-your-face-its-still-not-clear-wher
Starting July 7, 2026, every new car sold in the European Union must include a driver monitoring camera aimed at your face. Glance at your phone, your kids in the back seat, or the radio for too long, and the car will flash a warning light and sound an alert.
Automakers have known this was coming for years. What they, and EU regulators, have never spelled out is what happens to that footage after the alert goes off.
While the intention behind the new system is difficult to dispute, its implementation has raised several concerns. Early real-world testing suggests the distraction warnings can be overly sensitive and potentially distracting.
I’m not here to argue, but after a certain point it becomes a game of “hide the data stream”. You’d be amazed at how clever you can be with this, and inspecting the logic of embedded firmware is difficult.
It often looks something like this (in algorithm or nowadays A.I. functionality):
This isn’t theoretical, I’ve seen it before, software being sneaky like this. Resistant to observation because it can detect an artificial testing environment or network snooping tools. Difficult to prove misbehavior because the data is routed through multiple hops before being stored, and you can’t easily inspect encrypted traffic. It might not even be the car manufacturer, it could be whoever is making the cameras. Basically, if it has a data connection and a recording feature, it’s not secure.
What the other person is trying to convey is the common operating rule of most businesses nowadays. Breaking the law is worth it to them if the profits outweigh the consequences. For example if they only just increase profit by 4% per year, a low chance of a 4% fine after say 5 years is absolutely worth it. The only way to curb this is with completely ruinous fines, like “we will fine you 50% of each year this happened, dissolve your regional organisation, or ban you from doing business in the entire regulatory area (in this case the EU)” kind of consequences. Anything else can be optimised away.