Search found 19 matches

by mysterylectricity
Sun Aug 20, 2017 3:49 am
Forum: ZoneMinder 1.30.x
Topic: Seeking In-Band Logitech C920 USB Webcam Manual Focus Control Strategy: Out of band workaround described.
Replies: 2
Views: 2383

Seeking In-Band Logitech C920 USB Webcam Manual Focus Control Strategy: Out of band workaround described.

Hello world, I'm trying to figure out how to manually control focus, sharpness, etc. of my Logitech C920 USB webcam, preferably from within ZoneMinder and preferably on a time-varying basis. I see 3 potential strategies: 1)I've been fiddling with uvcdynctrl and find it promising, it allows access to...
by mysterylectricity
Fri Feb 17, 2017 2:38 am
Forum: ZoneMinder Previous Versions
Topic: Can't Login
Replies: 12
Views: 61814

Re: Can't Login

This worked for me: mysql -u root -p Enter password: If you have not set an explicit password for mysql, the system root password worked for me. Then select the zm database: use zm; Then enter the following: INSERT INTO `Users` (`Id`, `Username`, `Password`, `Language`, `Enabled`, `Stream`, `Events`...
by mysterylectricity
Fri Feb 17, 2017 2:32 am
Forum: ZoneMinder 1.24.x
Topic: I accidentaly deleted admin user. Cannot login.
Replies: 4
Views: 28361

Re: I accidentaly deleted admin user. Cannot login.

This worked for me as well. For those of you who are not familiar with using mysql, the following commands are prerequisite: mysql -u root -p Enter password: If you have not set an explicit password for mysql, the system root password worked for me. Then select the zm database: use zm; and then: INS...
by mysterylectricity
Fri Feb 17, 2017 2:31 am
Forum: ZoneMinder Previous Versions
Topic: admin account deleted
Replies: 2
Views: 30465

Re: admin account deleted

This worked for me as well. For those of you who are not familiar with using mysql, the following commands are prerequisite: mysql -u root -p Enter password: If you have not set an explicit password for mysql, the system root password worked for me. Then select the zm database: use zm; And then: INS...