python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
OSError: libmmal.so: cannot open shared object file: No such file or directory while trying to run picamera on Raspbian
I am trying to open camera with the picamera module in my Raspberry pi B+ with has Raspbian 64 bit OS installed in it. I get this error:
Traceback (most recent call last):
File "/home/pi/Document...
Harsh Muriki
Votes: 0
Answers: 1
Memory Error Exception using PIL to Process Video Stream on Raspberry Pi
I have written a Python script that runs on a Raspberry Pi and utilizes the PiCamera library to capture video, the Python Image Library (PIL) to extract individual frames, and then does some image pro...
Brayton Larson
Votes: 0
Answers: 0
Importing picamera2 works in CLI bot in Thonny IDE
I have successfully installed picamera2 using this tutorial and I am able to run a script just fine from CLI. The script:
from picamera2.picamera2 import *
from time import sleep
picam2 = Picamera2()...
Michael Kročka
Votes: 0
Answers: 1
How to edit a python(2.7) package from the command line in Linux machine. Note that I use python 3.9 in my machine
I couldn’t make changes in the file, how to edit this file and save it?!
this is the file👇
Montaser Mohamed
Votes: 0
Answers: 1