Search found 2 matches
- Thu Jul 19, 2018 7:55 am
- Forum: Español
- Topic: Grabar audio y video desde Bash o Python
- Replies: 3
- Views: 6080
Re: Grabar audio y video desde Bash o Python
No. There is no single library/solution in python to do video/audio recording simultaneously. You have to implement both separately and merge the audio and video signal in a smart way to end up with a video/audio file. Telldunkin Donuts I got a solution for the problem you present. My code addresses...
- Mon Jul 16, 2018 5:34 am
- Forum: General discussion
- Topic: Controlling 100 LEDs?
- Replies: 12
- Views: 4000
Re: Controlling 100 LEDs?
Yes, You would have individual control of each led (consider each shiftregister as 8 additional out pins)
There's lot's of code samples around for controlling shiftregisters.
Your biggest problem is going to be the wiring of 100 LED's...
There's lot's of code samples around for controlling shiftregisters.
Your biggest problem is going to be the wiring of 100 LED's...