Search found 7 matches
- Wed Mar 24, 2010 7:04 pm
- Forum: User Contributions
- Topic: [FIX] ZM 1.24.2 "Error, failed to query crop"
- Replies: 27
- Views: 41826
Are you sure you ran the changed version of the program? The fix is in a library used in a lot of programs; did all the referencing programs (including zmu) get recompiled and updated? That "Invalid argument" message comes from perror() on errno=EINVAL, but the fix explicitly catches errno=EINVAL ...
- Sat Feb 13, 2010 4:49 am
- Forum: User Contributions
- Topic: [FIX] ZM 1.24.2 "Error, failed to query crop"
- Replies: 27
- Views: 41826
- Wed Feb 10, 2010 4:00 am
- Forum: ZoneMinder 1.24.x
- Topic: Centos and logitech quickcam pro 5000
- Replies: 1
- Views: 1729
- Wed Feb 10, 2010 3:59 am
- Forum: ZoneMinder 1.24.x
- Topic: Unable to connect local camera
- Replies: 3
- Views: 2550
- Wed Feb 10, 2010 3:57 am
- Forum: ZoneMinder 1.24.x
- Topic: No video in ZM, but XAWTV works fine...
- Replies: 20
- Views: 21476
- Wed Feb 10, 2010 3:52 am
- Forum: Hardware Queries
- Topic: Error, failed to query crop /dev/video: Invalid argument
- Replies: 10
- Views: 14254
- Wed Feb 10, 2010 3:47 am
- Forum: User Contributions
- Topic: [FIX] ZM 1.24.2 "Error, failed to query crop"
- Replies: 27
- Views: 41826
[FIX] ZM 1.24.2 "Error, failed to query crop"
A USB camera that doesn't support cropping will produce an error message "Error, failed to query crop: /dev/video0: Invalid argument" from zmu -q -v. Failures are exhibited in zmu, and other places that rely on LocalCamera::GetCurrentSettings. The fault is in LocalCamera::GetCurrentSettings. The ...