Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register
This site may earn commission on affiliate links.
Additional cameras would help for peering around corners in general, I can think of a couple examples in the past where Beta testers had close calls with their car not seeing around obstructed corners well enough and making risky moves as a result
 
  • Like
Reactions: MC3OZ
Trying to wrap my head around the camera positions based on the names. I looked up "SVC" in the Model X EPC, and it can refer to both front and rear bumpers. I put this diagram together so we could start piecing things together. Thoughts on these guesses?

hw4_camera_positions_guess.png


It's a little weird to have 1 on the front fender and 2/3 on the rear bumper, but I couldn't come up with another configuration that made sense with "FF" possibly being "Front Fender."
 
Last edited:
That's what the first guy guy at the Tesla lunch table said...

I'm only offering what I believe is possible. Sure the camera chip might be a bit bigger or something, but they are already operating at the camera hardware pixel level, I can only imagine what the cameras can do if they really tried.

So this topic is a prime candidate for a Engineering thread. If anyone wants to explore it more let me know. This is about conceptually using a strobed floodlight to see further/farther and possibly higher than oncoming cars, where the radar is a shared technology between the front light panel and the vision cameras - for CyberTruck. Again, just an idea. Maybe someone has a better explanation for adding radar back in (convincing us all they didn't need it) and it being gigantic in size much like a floodlight. Extra cameras too? Hmm... aliens coming soon...
Elon said only high resolution radar was worthwhile. To achieve high resolution requires a large aperture vs frequency.
The new radar is 76GHz or so, visible light is 400 to 800 THz. Unit active width is around 100mm so about 25x the 4 mm wavelength.
SmartSelect_20230216_134337_Acrobat for Samsung.jpg

 
  • Like
Reactions: mongo
On the topic of whether or not HW4 and HW3 can integrate, heres my perspective. I've been coding for 40 years, C++ for 30+ years.

If Tesla have any idea how to do software engineering (and clearly they do), then there is likely a very definite modular break between the neural net code that does object recognition and image-based distance approximation (basically working out what is where), and the NN for deciding what actions to take, which lane to be in, what speed to set, where to face the vehicle etc...

In other words, some code creates a 'world view' likely saying 'object X,Y and Z are at these positions, with this percentage of confidence', and then the decision making code decides how to handle the vehcile given this data.

The second set (decision and driving) can be totally independent of how the first set of data is determined. In fact we KNOW this is how tesla do it, because they used to be pure NN for object recognition and pure C++ for decisions. Now its a bit of NN in the decision code.

I assume HW3 will be able to say 'objects X,Y,Z at these positions, 90% confidence'. HW4 will say 'X,Y,Z with 98% confidence'. As far as the decision code is concerned, it doesn't even have to know if it has HW3 or 4 installed. They MUST work this way, because the number of cameras may decrease in real time due to hardware failure, or blindness/obfuscation of a camera by sunlight or dirt/dust.

So I dont think there is much concern that HW3 will not be able to use a lot of HW4 code. I dont see this as an issue at all. What IS an issue is whether or not the confidence level from HW3 sensors is sufficient to enable hands-free FSD. Thats the only worry, from an investor POV.

In general I think its worth thinking about HW4 and HW3 more as 'sensor suite 3' and 4, as thats likely the biggest real difference.
IANAL.
Agree, but it's the first part of that process (camera to vector space) that is the high effort portion *if* the feeds need recollected, relabled, and retrained. Though, with all the improved infrastructure, it's less human effort than previously needed.