Search found 2 matches
- Tue Aug 10, 2010 2:03 am
- Forum: ZoneMinder 1.24.x
- Topic: PWC camera stopped working after upgrade to 1.24
- Replies: 12
- Views: 11323
What the hell?
Ok, so in an effort to get ANYTHING useful out of the quickcam 3000s I have (both are green, like above example, but my bttv and cheapo dynex work fine) I decided to create an mjpeg screen. I figured since ffmpeg can create video just fine, I can just work around the zm issue. So I created an ...
- Fri Aug 06, 2010 5:25 pm
- Forum: ZoneMinder 1.24.x
- Topic: PWC camera stopped working after upgrade to 1.24
- Replies: 12
- Views: 11323
The problem is in src/zm_local_camera.cpp: case VIDEO_PALETTE_YUV420P : #ifdef ZM_V4L2 // case V4L2_PIX_FMT_YUV420 : #endif // ZM_V4L2 { Notice I remarked out case V4L2_PIX_FMT_YUV420 part. Recompile, and you get garbage. If you move that case to the next YUV422 section, you get orange instead of ...