Whisper v29@main for Raspberry PI #7
Replies: 5 comments 15 replies
-
Thanks @nettlep ! I followed your instructions and got whisper running on a Raspberry 3B (32bit Raspberry Pi OS Lite). The sample video worked great! I've enabled the NoIR camera on the Pi but when I run I've checked the camera works as I can capture an image using raspistill. Are there any other settings or command line switches that need to be enabled to get whisper working with the Pi camera? ThankS |
Beta Was this translation helpful? Give feedback.
-
There was a build issue preventing Whisper from including MMAL support for video capture. I've resolved this issue and produced another release: https://github.com/nettlep/magic/releases/tag/whisper-v29%40main%2Bvideo-rpi |
Beta Was this translation helpful? Give feedback.
-
Thanks @nettlep . I've confirmed that works with the Pi cam |
Beta Was this translation helpful? Give feedback.
-
When I ran whisper on my raspberry pi 4 I got this error message:
Do you have any idea where this could be coming from? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @nettlep, Two months ago I used an RPI 4 to run Whisper and everything worked. I wanted to miniaturize it and it took me 2 months to buy a Pi zero 2 W(I don't know if it's a documentation problem but on the README it says Pi Zero W and not 2 W, I couldn't get it to run on a W). On the Pi Zero 2 W everything runs but the application blocks on "Waiting for confidence". I tested again with my PI 4 and everything works fine. (I dropped the cam so the screen is black) With the camera of the computer or the iphone it works. But on my Pi 3B I have the same problem as the Pi Zero 2 W. On the other hand, when I use Steve's videos everything works fine on all devices. I just use my phone to display the code with different level of brightness and even angle. I really don't understand, especially since the focus is well adjusted and everything works on the Pi 4. Do you have an explanation or a way to unblock me? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Build of
whisper
for Raspberry Pi devices runningRaspbian
onarmv7
or better hardware. This was built/tested on a rPI model 4.Prerequisites
In order to run, you will need to install some dependencies and setup a few files. Do this in a terminal on your Raspberry Pi.
Your best bet is to clone the repo and drop the pre-built whisper binary into the root of that directory.
Then, from within that directory, do these things:
If all goes well, that last command should produce a text-based GUI showing you the playback of the video along with stats of the scanning process.
This discussion was created from the release Whisper v29@main for Raspberry PI.
Beta Was this translation helpful? Give feedback.
All reactions