- Видео 8
- Просмотров 58 359
Grace Xing
Добавлен 22 авг 2016
Custom Boxing Robot
A custom device designed for a friend that helps improve their boxing skills through simulating real life opponents. A rpi4 was used to control four servo motors that were attached to pool noodles which "attacked" the user.
The code for this project can be found below:
github.com/garceling/Custom-Boxing-Robot
The code for this project can be found below:
github.com/garceling/Custom-Boxing-Robot
Просмотров: 115
Видео
Intel RealSense D435 and Raspberry Pi Distance Measurement
Просмотров 2,5 тыс.3 года назад
Github: github.com/garceling/Pi Video for installation: ruclips.net/video/8UUkDBBURZo/видео.html
How to Autorun a Python Script on the Raspberry Pi
Просмотров 43 тыс.3 года назад
Github: github.com/garceling/Pi
Raspberry Pi Driver Drowsiness/Distraction Detection
Просмотров 5 тыс.3 года назад
Github: github.com/garceling/Pi
Raspberry Pi 4 Setup
Просмотров 2223 года назад
VNC Viewer: www.realvnc.com/en/connect/download/viewer/windows/ Putty: www.chiark.greenend.org.uk/~sgtatham/putty/latest.html FileZilla: filezilla-project.org/download.php?platform=win64
How to Setup GPS Module with Raspberry Pi
Просмотров 7 тыс.3 года назад
Github: github.com/garceling/Pi
Helped a lot! Thanks.
Thanks so much. I got nowhere with the methods in other RUclips videos, but this one works, is simple, and easy to understand.
This is the most awesome video and tutorial on this topic that I have seen so far. Great job!
Although it didn't work for me, I have a better understanding of what to check next. Any recommendations for 2024? I am sure some things have changed since you posted this.
this is the easier method, i have tried the other ones that makes you start a service through systemdcl which does not really work without proper configuration and the service often fails. Thanks for the this method.
You need to memorise your script and be more confident, great tutorial tho
Thank you
Thanks! This is going to help me restart my projects when ever my power flickers, like it has been due to the recent hurricane
You're my HERO very very thank you 🙏🙏🙏
You're my hero, I've been trying to figure this out for a week! Thank you!
This video completely solved my problem. I have done so much research to try and figure this out, to no avail until now. thank you! I wish I could give you more than one like.
Thank you now I can make a Pip-Boy
The last thing I would to is include stupidly long querry on the search bar, and this one actually work hahah, very underated
Worked great thank you!
does the desktop entry work without a desktop? If I ran my pi without loading the GUI/Desktop, will the python file and libraries load prior to jumping into the console?
thanks from India!
This worked! Thanks a lot!!
In my GPS status. It is Inactive(dead). How can I fix that??
did you fix it bro ? and how if you did ?
Did you fix it?
sudo systemctl enable gpsd.service sudo systemctl start gpsd.service sudo systemctl status gpsd.service
Epic thank you for sharing
cool
doesnt work...
Wow awesome
Have we use this configuration for all GPS module ?
My code needs to use the values from the pickle file so cd myfolder must be used before it can run. Is there a way to write a script run? Please.
Did you find a way auto run a python script with a pickle file?
this really helps! Thank you very much!
hi, so i have a python program that runs tensorflow object detection, do u have an idea how i can run it on startup without the ide?
i have the same problem :(
no
Thank you very much! This is just what I need 🤗
May you please help solving the issue, I ran Main first and I got this, " [ WARN:0@4.320] global /tmp/pip-wheel-u79916uk/opencv-python_ea2489746b3a43bfb3f2b5331b7ab47a/opencv/modules/videoio/src/cap_v4l.cpp (902) open VIDEOIO(V4L2:/dev/video0): can't open camera by index Traceback (most recent call last): File "/home/pi/drowsy-env/Drowsiness_Detector/main.py", line 17, in <module> gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY) cv2.error: OpenCV(4.6.0) /tmp/pip-wheel-u79916uk/opencv-python_ea2489746b3a43bfb3f2b5331b7ab47a/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor' "
and when I run " new_main " i get this>>> File "/home/pi/drowsy-env/Drowsiness_Detector/new_main.py", line 265, in <module> facial_processing() File "/home/pi/drowsy-env/Drowsiness_Detector/new_main.py", line 49, in facial_processing predictor = dlib.shape_predictor('/home/pi/tflite1/Drowsiness_Detector/shape_predictor_68_face_landmarks.dat') RuntimeError: Unable to open /home/pi/tflite1/Drowsiness_Detector/shape_predictor_68_face_landmarks.dat"""
Sir How to Autorun a Python Script on the Raspberry Pi using GPIO pins
please how can i fixe this problem RuntimeError: Unable to open /home/pi/tflite1/Drowsiness_Detector/shape_predictor_68_face_landmarks.dat
the probleme is The 68-landmark detector data (.dat) is not found it
it just doesn't work for me, is it because I changed the default user name from pi to something else ?
i've lost a ear, thanks
Did u use serial port?
Awesome stuff. Hey, is there any chance i could get help with the other video driver drowsiness detector? I’m willing to pay for your trouble via pay pal.
that looks awesome
Hey, awesome video. Where do i put the shape_predictor_68_face_landmarks.dat file?
You can put it in any directory as long a su provide the full path for it in the code
@@garceling thanks a lot the response 🙌 this is my other account haha.
what version OS is this? I'm having an absolute nightmare with this 😮💨 the new OS has all changed, there's no enable camera function and I believe a lot of commands have changed. I'm not sure what to do other than install older OS
That’s so cool
I have seen lots of videos related to this project, but finally this actual help me thank you very much mam, lots of love form India
thank you this helped a lot. <3 from kuwait
hello, i run a simple python program when raspberry pi bootup it works,but i run a face recogniton program using opencv it dosen't oen when raspbeypi bootup .Do you have an idea how an i solve this problem?
Hello I have the same concern. Did you already solve the problem?
When I do this the program starts and then shuts down immediately. How do I keep the program running?
Hi,may I ask.. on your vid 4:34 your drowsy_env at line 2, is there any Drowsniess_Detector folder as state at the line 3?
Hey Grace, thank you for your video. Could you label which library the commands were needed for since I my code is a little different and I am not used to importing libraries on raspberry pi
I'm also getting an error saying No Module named 'scipy'
How could i connect this to an external camera other than webcam
what external cameras are you thinking of using? I have only used a webcam. I think it is possible but you probably need to just edit the code a bit
@@garceling I have a "Raspberry Pi4 Camera Night Vision Fisheye Camera 5mp OV5647 IR-CUT" and I wanted to use that camera instead of the webcam.
@@achyutreddy2007 did you ever find out? Plus where do we put the landmark data?
@@doorwaycreative4693 It does work with external camera, just set it up upon your raspberry pi.
@@achyutreddy2007 Hi bro m from bangalore, need to get in touch with u to understand about this project.. i want to do this project.. pls help!
If I wear a mask will the system still work
this awesome video Grace Xing please I have some questions is it possible to add a voice out sound and it also possible to have a camera on the road attached to the Raspberry pi so you can see inside and outside the (on the Road) and can it say you have been driving for a long time stop the car and take a Nape for 15 or 30 minutes before you hit the road again
Where do I insert the program I want to start?
The program can be located anywhere on ur RPI. As long as u write the correct directory to it in the start up files
thank you
nice video , one question can we make an alert when the driver get distracted or drowsy?
yes! you could either use a buzzer for the RPI or just play a audio file when they r distracted or drowsy
@@garceling can I please have your email or any source of contact am a student and am a final year student working on a project like yours and I would love to have your input
ut6ei vum.fyi