python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to safely write to SerialPort in .NET 6 on Raspberry Pi
I am trying to add some safety around serial communication in .NET 6, but when nothing is connected to the port (on my testbed), I cannot properly dispose the port as any calls to SerialPort.Close() o...

Troels Larsen
Votes: 0
Answers: 1
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
How to expose port of Docker container for localhost
I have dockerized simple node.js REST API. I'm building container with this API on my raspberry. This node.js app needs to be installed on few raspberry devices, on every device user will be using ang...
Bajo jajo
Votes: 0
Answers: 0
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