I found error. In html_meta_tags code row 192:
[code]if (getOption('htmlmeta_og-image') || getOption('htmlmeta_twittercard')) { [/code]
In my configuration, Opengraph was enabled, twitter-card was not. After enabling twitter-card, og:image working fine.
Also, I noticed that the plugin settings are not saved options property=og:*. When i save, the checkbox is only on option "OpenGraph (og

". Options property='og:*' even being marked, after saving remains unchecked. Apparently, this affects the selection at row 192. At the same time, if twitter-card enabled, everything starts to work. Why not save the status of the options when saving, I don't know, maybe it's a problem of my system. But keep this in mind.