Ask Your Question

JeffTheMess's profile - activity

2020-07-02 21:23:20 -0600 commented question Opencv Revert back to a higher resolution than what I set.

My Cam pi@raspberrypi:~/Desktop $ uvcdynctrl -f Listing available frame formats for device video0: Pixel format: YUYV (

2020-07-02 21:22:58 -0600 commented question Opencv Revert back to a higher resolution than what I set.

pi@raspberrypi:~/Desktop $ uvcdynctrl -f Listing available frame formats for device video0: Pixel format: YUYV (

2020-07-02 21:22:38 -0600 commented question Opencv Revert back to a higher resolution than what I set.

pi@raspberrypi:~/Desktop $ uvcdynctrl -f Listing available frame formats for device video0: Pixel format: YUYV (

2020-07-02 21:22:03 -0600 commented question Opencv Revert back to a higher resolution than what I set.

pi@raspberrypi:~/Desktop $ uvcdynctrl -f Listing available frame formats for device video0: Pixel format: YUYV (

2020-07-02 21:21:40 -0600 commented question Opencv Revert back to a higher resolution than what I set.

pi@raspberrypi:~/Desktop $ uvcdynctrl -f Listing available frame formats for device video0: Pixel format: YUYV (

2020-07-02 04:34:24 -0600 commented question Opencv Revert back to a higher resolution than what I set.

Thanks but I already said I do not want to resize it, the webcam can default to a lower resolution. I am running multipl

2020-07-01 14:46:11 -0600 asked a question Opencv Revert back to a higher resolution than what I set.

Opencv Revert back to a higher resolution than what I set. I am having an issue with saving images. I want to start with

2020-06-21 14:48:50 -0600 received badge  Enthusiast
2020-06-21 14:48:50 -0600 received badge  Enthusiast
2020-06-07 20:31:40 -0600 commented question Why can't I get 3 webcam to run in parallel with pthreads?

Yes, but I don't think there is anything inherently wrong with that. Its getting opencv to save 3 usb webcams to save at

2020-06-06 14:49:50 -0600 commented question Why can't I get 3 webcam to run in parallel with pthreads?

Hey @berak, I tried using cap.set(CV_CAP_PROP_FRAME_WIDTH,640); cap.set(CV_CAP_PROP_FRAME_HEIGHT,480); but this did no

2020-06-06 14:47:12 -0600 commented question Why can't I get 3 webcam to run in parallel with pthreads?

Hey @berak, I tried using cap.set(CV_CAP_PROP_FRAME_WIDTH,640); cap.set(CV_CAP_PROP_FRAME_HEIGHT,480); but this did no

2020-06-06 00:59:05 -0600 asked a question Why can't I get 3 webcam to run in parallel with pthreads?

Why can't I get 3 webcam to run in parallel with pthreads? Hey all, I need some help with OpenCV with threading using C