Search found 41 matches

by gwynethh
Fri Apr 10, 2026 1:58 pm
Forum: Other
Topic: Need detailed help on automatic activation of backup camera
Replies: 17
Views: 267

Re: Need detailed help on automatic activation of backup camera

Success with the git clone https. Now to update modify ReverseCamera.py to my planned GPIO pin. THANX!
by gwynethh
Thu Apr 09, 2026 7:10 pm
Forum: Other
Topic: Need detailed help on automatic activation of backup camera
Replies: 17
Views: 267

Re: Need detailed help on automatic activation of backup camera

New problem trying to clone into git.hub

sudo apt install git
cd
git clone git@github.com:wiboma/hudiy.git
python3 $HOME/hudiy/examples/gpio/ReverseCamera.py
git is already the newest version (1:2.47.3-0+deb13u1).
The following packages were automatically installed and are no longer required ...
by gwynethh
Thu Apr 09, 2026 6:17 pm
Forum: Other
Topic: Need detailed help on automatic activation of backup camera
Replies: 17
Views: 267

Re: Need detailed help on automatic activation of backup camera

Those last instructions gave success for the websocket install. Thanx
by gwynethh
Wed Apr 08, 2026 10:49 pm
Forum: Other
Topic: Need detailed help on automatic activation of backup camera
Replies: 17
Views: 267

Re: Need detailed help on automatic activation of backup camera

gwyneth@CarPi:~ $ sudo apt update
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
1 package can be ...
by gwynethh
Tue Apr 07, 2026 10:04 pm
Forum: Other
Topic: Need detailed help on automatic activation of backup camera
Replies: 17
Views: 267

Re: Need detailed help on automatic activation of backup camera

Sadly again a failure after the first suggested step of sudo apt update. error message below


gwyneth@CarPi:~ $ sudo apt install -y python3-gpiozero python3-protobuf python3-websocket
Package python3-protobuf is not available, but is referred to by another package.
This may mean that the package is ...
by gwynethh
Mon Apr 06, 2026 5:05 pm
Forum: Other
Topic: Need detailed help on automatic activation of backup camera
Replies: 17
Views: 267

Re: Need detailed help on automatic activation of backup camera

Thanx. I will try that tomorrow. I am running latest and updated Trixie 64 bit
by gwynethh
Mon Apr 06, 2026 1:01 pm
Forum: Other
Topic: Need detailed help on automatic activation of backup camera
Replies: 17
Views: 267

Re: Need detailed help on automatic activation of backup camera

Thanx for the help. Sadly I ran into a problem right of the start. "sudo apt install -y python3-gpiozero python3-protobuf python3-websocket" returns an error message of
"gwyneth@CarPi:~ $ sudo apt install -y python3-gpiozero python3-protobuf python3-websocket
Package python3-protobuf is not ...
by gwynethh
Thu Mar 12, 2026 6:51 pm
Forum: Your projects
Topic: Build for a Double Din install in a 95 Subaru SVX
Replies: 5
Views: 428

Re: Build for a Double Din install in a 95 Subaru SVX

After some hardware modifications and a complete software reload ( I totally bollixed up the safe shutdown software) CarPC running Hudiy is ready as I can make it right now.
Safe shutdown (10 seconds delay) works
Backup camera works by manual selection
Android Auto works and fits the screen well
SDR ...
by gwynethh
Mon Mar 09, 2026 10:36 pm
Forum: Other
Topic: Need detailed help on automatic activation of backup camera
Replies: 17
Views: 267

Need detailed help on automatic activation of backup camera

After going thru a relocation of USB hardware (away from the Pi ports) and a full software reload, I have reached my penultimate issue. I see the developers have provided at least one option to automatically display the backup USB camera I think. They have provided "ReverseCamera.py" which I guess ...