Is it possible to control a rgb-stripe with this method? And what do I have to do differently? Like to control the three channels seperatly
@learningsoftwareskills9 ай бұрын
Hi, i think you should use 3 output pins. Please refer the page dordnung.de/raspberrypi-ledstrip/ Hope this helps, cheers 👍
@ireallydkwhatimdoing8 ай бұрын
Hello! thank you so much for the informative video. I am trying to make a website that contains buttons to control appliances, but I will select these button based on the eye gaze estimation. So the cursor moves with the movement of my eyegaze that is taken by the laptop camera and when i look at a button for 3 seconds it selects it and I was it to turn on the LED, so I need live data to always be taken. How can I implement the live data based on what you did? I need some help in this please. Thank you again!
@learningsoftwareskills8 ай бұрын
Hi, the scenario you explained can be implemented using javascript in the browser
@ireallydkwhatimdoing8 ай бұрын
@@learningsoftwareskills so do i run the website on the laptop instead of transferring it to the raspberry pi? Will the raspberry pi still be able to receive the commands?
@Rahul_Singh2011 ай бұрын
Sir can you make a video about streaming live video from raspberry pi camera with help of flask server
@learningsoftwareskills11 ай бұрын
Hi, i will try to make it. Thanks for your feedback and support 👍
@dels160111 ай бұрын
sir,piUtils not defined as library ,why?
@learningsoftwareskills11 ай бұрын
Hi, piUtils.py is a python file which i have created to segregate the functions in a separate file. So you need to create the piUtils.py file as shown in the blog and import in your main code Hope this helps, cheers👍