Questions tagged [picamera]

140 questions
-2
votes
1 answer

Breaking a loop with the button I started it?

I want to break a loop with the same button I started it. The code below doesn't work because it ends the loop after "sleep(2)". I know that "camera.capture_continuous" is specific for the PiCamera but maybe someone can still help me to find a…
-2
votes
1 answer

Object Tracking on a video using bbox, opencv and python

I am trying to create an robot that can follow a human that I chose, for that I am usig raspberry pi with python and openCV. I want to create bbox around a human, and I want my camera to track that human, I found pieces of codes on internet and I…
Antonio
  • 17
  • 5
-3
votes
2 answers

Hide libcamera info in python

I have a python script that is using PiCamera2 and I want to hide the information that is given by libcamera (i presume) Is there a way to do this, I can't find anything about it online Screenshot Example [10:00:05.468381088] [120668] INFO Camera…
Xioto
  • 1
  • 3
-3
votes
1 answer

How to get only water level contour with OpenCV python on raspberry pi

I am using raspberry pi4 (8GB) with pi camera to detect water level . I have defined a line from 0,375 to 800,375 . If top most point of water level contour goes above this line then I want to call a function. Here is my code and attached image of…
Sandeep Nag
  • 167
  • 2
  • 2
  • 11
1 2 3
9
10