BlueWave Studio forum
Raspberry cam as reverse cam? - Printable Version

+- BlueWave Studio forum (https://bluewavestudio.io/community)
+-- Forum: Community (https://bluewavestudio.io/community/forum-85.html)
+--- Forum: How to (https://bluewavestudio.io/community/forum-69.html)
+--- Thread: Raspberry cam as reverse cam? (/thread-725.html)

Pages: 1 2 3


Raspberry cam as reverse cam? - eugen66 - 03-15-2019

Anyone used the pi cam as a reverse cam?

What is the "lightest" software to use for this?

Use gpio to trigger?



Re: Raspberry cam as reverse cam? - BlueWave - 03-16-2019

In the next release we are going to introduce simple script for camera triggered by selected GPIO pin.


Re: Raspberry cam as reverse cam? - eugen66 - 03-18-2019

Thnx Smile

Do you have any date for this release?



Re: Raspberry cam as reverse cam? - BlueWave - 03-18-2019

We would like to include some more changes so expect delivery is within ~4 weeks. Depends on tests results.


Re: Raspberry cam as reverse cam? - eugen66 - 03-18-2019

Ok?

Do you have any solution for muting for instance Welle, io when incoming call?



Re: Raspberry cam as reverse cam? - BlueWave - 03-21-2019

The Welle.io is not our software. We just put it in the OAP because users asked for this.

For now it is not possible for us to mute it.



Re: Raspberry cam as reverse cam? - Nosher - 03-27-2019

I too am looking at running the picam, as a reverse camera, I have some software that runs on older version of kodi, but not the Leia release, does anyone have any suggestions please


Re: Raspberry cam as reverse cam? - mentalinc - 04-02-2019

I'm pondering having an "app" added to the launcher like this

https://bluewavestudio.io/forum/viewtopic.php?f=6&t=482



And have it call the raspivid command to run for 10 seconds (then adjust as required to what works best for me - not sure how long it normally takes to do a backup if that makes sense)

raspivid -t 10000



I can then push the button from the launcher, which will then give me a reverse camera.



I havn't tried this, but can't see why it shouldn't work.



The messing with the GPIO taking the 12v from the reverse lights and stepping it down to 3.3v is too hard basket for now...





assume will be something like this?

Maybe even trigger the autostart (not sure what it does but often you turn your car on and need to reverse, so why not have it auto do it?



[Application_4]

Name=ReverseCam

Path=/usr/bin/raspivid

IconPath=/home/pi/icons/obd.png

Arguments=-t 10000

Autostart=false



Re: Raspberry cam as reverse cam? - mentalinc - 04-10-2019

And confirming that addition works 100% as expect.

Simple button press and bam the reverse cam overlays! i just did a quick search for an image I liked resized it to 256x256 and away I went!

Still playing with getting the duration worked out



[Application_5]

Name=Reverse Cam

Path=/usr/bin/raspivid

IconPath=/home/pi/icons/icon_reverse.jpg

Arguments=-v -h -t 15000



Re: Raspberry cam as reverse cam? - MarkWard - 05-06-2019

This probably works well for raspi-cam but not for a generic USB camera. Raspivid is not good for a USB camera. In fact, the only client I could get to work on my setup was "cheese" and it is just a touch too slow for my purpose.



Also - if anyone has any ideas how to trigger the GPIO when selecting reverse on a manual transmission vehicle, I would be very grateful!