Sai Tirumaladasu

Results 8 comments of Sai Tirumaladasu

Hi, haven't worked with a rpi, unfortunately no idea on tweaking the threading performance on it :/ Instead of capturing all the frames, we could try dropping some every now...

@JAOT Sorry, have you figured out a solution? What I meant with dropping frames is passing in the argument --skip-frames e.g., ```--skip-frames 30``` to increase the processing time and also...

Hi, try resizing the width on line 100: `frame = imutils.resize(frame, width = 500)`

Hi, Could you share more details? - What camera are you using? e.g., Webcam, IP cam etc - What position/angle is your camera setup? e.g., Is the position similar to...

Looks to be an error during the installation of dlib? Can you provide the full log?

Hi, as the error implies you need to install CMake and add its directory to the path environment variable: https://cmake.org/download/

Installation error? Please provide the full log

Hi, we just have a very basic log atm. Could you elaborate the idea a bit? E.g., do you plan to channel/use the data somewhere using mqtt? Or is that...