Go to advanced search

by theodore_dream
Sat Aug 08, 2020 7:35 pm
Forum: Beginners
Topic: install python packages via apt or pip?
Replies: 10
Views: 367

Re: install python packages via apt or pip?

Hello, Basically, pip is specialized for python packages/modules type of stuff. This is not for OS wide packages, only python specific packages. In general most OS packages on Raspbian you'll be installing with apt. But pip is also important for Python specific packages. Here's a relevant thread: ht...
by theodore_dream
Sat Aug 08, 2020 7:28 pm
Forum: Beginners
Topic: Is there a Linux text editor that can ... ?
Replies: 11
Views: 436

Re: Is there a Linux text editor that can ... ?

Hello! I think that having a more specific example of what you mean in terms of buffering might help .... I think what you might be looking for would be shell redirection? This would be an example of shell redirection, taking output from the terminal and redirecting it into a file # ls -la > list.tx...
by theodore_dream
Wed Aug 05, 2020 3:50 am
Forum: AIY Projects
Topic: High quality microphone to use in conjunction with video camera
Replies: 3
Views: 1497

Re: High quality microphone to use in conjunction with video camera

I'm not quite sure how exactly how but I think maybe something like this would work :D - use the picamera python modules to make a script that starts a video - within that same script create an audio file in the same target directory - use ffmpeg or imagemagick or whatever it is people use to mash t...

Go to advanced search