Skip to content Skip to sidebar Skip to footer
Showing posts with the label Webcam

Send Multiple Frame To Aws Rekognition

I'm trying to send pictures to the aws rekognition from my webcam to detect the activity of the… Read more Send Multiple Frame To Aws Rekognition

Accessing A Webcam From Pyside / Opencv

I have problems accessing a webcam in a pyside / opencv project. This is a stripped down example t… Read more Accessing A Webcam From Pyside / Opencv

Using Pygame To Stream Over Sockets In Python Error

i am working on with a webcam script i got of the internet in python and i am using pygame module t… Read more Using Pygame To Stream Over Sockets In Python Error

V4l2 Fcntl.ioctl VIDIOC_S_PARM For Setting Fps And Resolution Of Camera Capture

I am trying to set fps and resolution of webcam and capture from it via v4l2 Python. v4l2 Python do… Read more V4l2 Fcntl.ioctl VIDIOC_S_PARM For Setting Fps And Resolution Of Camera Capture

Capturing And Manipulating A Webcam Feed And Exposing It As A "virtual Webcam" - In Python, On Windows

The final goal would be to capture the regular webcam feed, manipulate it in some way (blur face, r… Read more Capturing And Manipulating A Webcam Feed And Exposing It As A "virtual Webcam" - In Python, On Windows