Search found 2 matches
- Thu Aug 05, 2010 1:11 pm
- Forum: ZoneMinder 1.24.x
- Topic: Failed to set video format: Invalid argument VIDIOCGMBUF
- Replies: 1
- Views: 6468
Above Issue fix, new problem here
skip the VIDIOC_G_CROP problem by follow modify. [user@/opt/programfiles/ZoneMinder/src (0)]$ diff zm_local_camera.cpp zm_local_camera.cpp.backup20100804 911,913c911 < //if ( vidioctl( vid_fd, VIDIOC_G_CROP, &crop ) < 0 ) < int crop_rc = vidioctl( vid_fd, VIDIOC_G_CROP, &crop ); < if ((crop_rc <0 ...
- Mon Jan 11, 2010 5:54 am
- Forum: ZoneMinder 1.24.x
- Topic: Failed to set video format: Invalid argument VIDIOCGMBUF
- Replies: 1
- Views: 6468
Failed to set video format: Invalid argument VIDIOCGMBUF
zmc exit status 255[error in zm_local_camera.cpp ] this issue fixed, new problem in reply post zmc exited abnormally, exit status 255,Error in LocalCamera::Initialise() in DEBUG log native uvcvideo drive seems works fine, I can use mplayer to view and mencoder to record. mplayer -fps 15 tv:// -tv ...