Seat position adjustment by Eye tracker

I need item that when I sat down in the car seat and I look to that item the seat automatically adjust itself according my eye…

To have the best position to see outside and the instrument in the car…

For example

The input is the Eye position by (eye position indicator)

The output seat adjustment (moving the two motors forward /backwards and up /down

Please give me the items I need

You can use a Raspberry pi with a compatible camera for this project. By using openCV , you can make a programme for eyeball tracking.

Roughly what you want is to position the head of the driver at a specific location. By filming drivers from the side you could locate the head with a standard neural network and move the seat accordingly. If you want to locate the eyes specifically you’ll also need to film them from the front, but position of the head alone should be close enough. An inexpensive Raspberry Pi with camera should indeed do the trick, though you may not have enough computational power to run a neural network. Edge Development boards could be better fitted.