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)
/opt/cmake/bin/cmake no file in the directory
I am installing Qt6 using this guide on my fresh raspberry pi 4 running the latest official 32bit OS
https://www.tal.org/tutorials/building-qt-62-raspberry-pi
and i am stuck in the Configure the Qt 6....
DrakeJest
Votes: 0
Answers: 1
RPi tcp video streaming with opencv and gstreamer using v4l2h264enc
I am trying to stream frames using OpenCV and Gstreamer in Python. I'm on a 64 bit Bulseye Raspberry Pi 4.
This is the pipeline I am using on the Raspberry:
pipeline = 'appsrc ! "video/x-raw,fram...
Jaka
Votes: 0
Answers: 2
can I keep this constantly playing in the background after starting Main.py
import pygame
pygame.mixer.init()
pygame.mixer.music.load("myFile.Mp3")
pygame.mixer.music.play(-1) # note -1 for playing in loops
# do whatever
# when ready to stop do:
pygame....
Mark Liles
Votes: 0
Answers: 1
Extract specific urls from HTML with BeautifulSoup
From given HTML I need to extract specific urls. For example, <a> and attribute href looks like this:
<a href="https://hoster.com/some_description-specific_name-more_description.html&quo...
Fisch133
Votes: 0
Answers: 1