Send Motion-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. Pixelation? (Harlan Daneker)
2. Re: Pixelation? (tosiara)
3. MySQL - access denied (Bill Visick)
4. Re: MySQL - access denied (tosiara)
----------------------------------------------------------------------
Message: 1
Date: Wed, 17 Mar 2021 11:33:19 -0400
From: Harlan Daneker <[email protected]>
To: Motion discussion list <[email protected]>
Subject: [Motion-user] Pixelation?
Message-ID:
<cac1wkitosg3jdr5fuo+ip1eczsnclue+hegvgnore3j0vsw...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I can use despeckle to stop motion from recording, but I don't understand
what is making this happen. It almost seems to be pulsing every 4 seconds.
http://www.htd.dns2go.com/cam3/092532.mp4
movie_output_motion
http://www.htd.dns2go.com/cam3/092532m.mp4
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Wed, 17 Mar 2021 19:13:07 +0200
From: tosiara <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Pixelation?
Message-ID:
<cachtdwsebp7vu8vuh5ipqv6y_s6w6sbcmjhwmomtqcdtykp...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I think those are (de)compression artifacts
On Wed, Mar 17, 2021, 17:34 Harlan Daneker <[email protected]> wrote:
> I can use despeckle to stop motion from recording, but I don't understand
> what is making this happen. It almost seems to be pulsing every 4 seconds.
>
> http://www.htd.dns2go.com/cam3/092532.mp4
>
> movie_output_motion
> http://www.htd.dns2go.com/cam3/092532m.mp4
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 3
Date: Wed, 17 Mar 2021 17:31:47 +0000 (GMT)
From: Bill Visick <[email protected]>
To: [email protected]
Subject: [Motion-user] MySQL - access denied
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
I'm trying to insert records in a database but motion can't connect to
it. I have the following in motion.conf:
database_type mysql
database_dbname clips
daabase_host localhost
database_port 3306
database_user root
database_password xxxxxxxxxxxxxxxx
sql_log_picture on
sql_log_snapshot on
sql_log_movie on
sql_query insert into motion(camera, filename, event, frame, file_type,
time_stamp, text_event) values('%$_%t', '%f', '%v', '%q', '%n',
'%Y-%m-%d %T', '%C')
In motion.log I get:
motion_init: Database backend mysql
motion_init: Cannot connect to MySQL database clips on host localhost
with user root
motion_init: MySQL error was Access denied for user 'root'@'localhost'
(using password: YES)
motion_loop: Thread exiting
I can log in to MySQL successfully using the same credentials from a
command prompt.
I'm sure I'm missing something simple, thanks very much for any
suggestions.
Bill Visick
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 4
Date: Wed, 17 Mar 2021 19:43:55 +0200
From: tosiara <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] MySQL - access denied
Message-ID:
<CACHTdwSdMMtPoo-3VPVCWKDSL_bjhoQ6df-=22epgprhjyf...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
If the server rejects the provided credentials, there is not much
motion can do as it simply supplies user and password to a mysql lib
function.
Do you try command prompt on the same box? What is the full command
line you use?
On Wed, Mar 17, 2021 at 7:32 PM Bill Visick via Motion-user
<[email protected]> wrote:
>
> I'm trying to insert records in a database but motion can't connect to it. I
> have the following in motion.conf:
>
>
> database_type mysql
> database_dbname clips
> daabase_host localhost
> database_port 3306
> database_user root
> database_password xxxxxxxxxxxxxxxx
> sql_log_picture on
> sql_log_snapshot on
> sql_log_movie on
> sql_query insert into motion(camera, filename, event, frame, file_type,
> time_stamp, text_event) values('%$_%t', '%f', '%v', '%q', '%n', '%Y-%m-%d
> %T', '%C')
>
>
> In motion.log I get:
>
>
> motion_init: Database backend mysql
> motion_init: Cannot connect to MySQL database clips on host localhost with
> user root
> motion_init: MySQL error was Access denied for user 'root'@'localhost' (using
> password: YES)
> motion_loop: Thread exiting
>
>
> I can log in to MySQL successfully using the same credentials from a command
> prompt.
>
>
> I'm sure I'm missing something simple, thanks very much for any suggestions.
>
>
> Bill Visick
>
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
------------------------------
------------------------------
Subject: Digest Footer
_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
------------------------------
End of Motion-user Digest, Vol 177, Issue 6
*******************************************