Tesla is reportedly preparing a series of updates, including one that would use a vehicle’s cabin camera to verify a driver’s identity before activating Full Self-Driving.
It sounds a bit dystopian, but this is likely the direction that connected smart-car brands are headed. As vehicles become more autonomous, automakers will increasingly need to verify who is behind the wheel before unlocking FSD functions.
The X account Tesla App Updates penned a new report outlining a series of changes possibly headed to the mobile app, including deeper FSD integration, more owner-facing controls, and expanded software monetization infrastructure.
What stood out to us is the possibility of a new FSD identity-verification layer tied to the cabin camera. If the system cannot verify that the driver matches an authorized profile, FSD could be blocked.
Here’s the full report:
Native Support for “Coastal Blue” Paint
Tesla has added support for a new paint color called Coastal Blue, currently exclusive to the base Model Y Rear-Wheel Drive built at Giga Berlin for the European market.
The strings COASTALBLUE, getCoastalblue, setCoastalblue, clearCoastalblue, and hasCoastalblue show that the app is being updated to properly render this color in its 3D vehicle models. The app can now dynamically load the correct material and shading when a vehicle with this paint code is detected, ensuring accurate representation on the home screen, climate menu, and widgets.
In-App Searchable Video Tutorials
Tesla is building a native, searchable video tutorial library directly into the mobile app. Users will have access to a dedicated tutorial hub (VideoTutorialContent and VideoSearchPanel) with a search bar (VideoSearchBar) that returns relevant results (VideoSearchResultItem). This allows owners to quickly find how-to videos for features like FSD, wiper blade replacement, or PIN to Drive without leaving the app.
Users can also pin important tutorials (setPinnedVideo, pinnedVideo) for quick access. These pinned videos are expected to sync across devices via mergePinnedVideos. The interface uses a clean card-based design (VideoListCard) with pagination (VIDEO_SEARCH_PAGE_SIZE) for better performance.