Skip to content

Instantly share code, notes, and snippets.

View tosiara's full-sized avatar

tosiara

View GitHub Profile
prewarp skipped due to missing prewarp config
Analyzing: eu
LBP Time: 86.1689ms.
Starting CharacterAnalysis identification
-- Produce Threshold Time: 0.487933ms.
-- Character Analysis Find Contours Time: 0.168109ms.
Threshold 0 had 6 good indices.
Threshold 1 had 6 good indices.
Threshold 2 had 6 good indices.
-- Character Analysis Filter Time: 0.078961ms.
./motion -c ../motion.conf -n -d 7
[8201752:motion] [NTC] [ALL] conf_load: Processing thread 0 - config file ../motion.conf
[8201752:motion] [NTC] [ALL] motion_startup: Motion 4.0.1+git714c9a0 Started
[8201752:motion] [NTC] [ALL] motion_startup: Logging to syslog
[8201752:motion] [NTC] [ALL] motion_startup: Using log type (ALL) log level (INF)
[8201752:motion] [NTC] [ENC] ffmpeg_global_init: ffmpeg libavcodec version 56.60.100 libavformat version 56.40.101
[0:motion] [NTC] [ALL] main: Camera 0 is from ../motion.conf
[0:motion] [NTC] [ALL] main: Camera 0 is device: /dev/video0 input -1
[0:motion] [NTC] [ALL] main: Stream port 8081
[0:motion] [NTC] [ALL] main: Waiting for threads to finish, pid: 6845
(gdb) run
Starting program: /home/motion/git/motion_tosiara/motion -c ../motion.conf -n
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[6604096:motion] [NTC] [ALL] conf_load: Processing thread 0 - config file ../motion.conf
[6604096:motion] [ALR] [ALL] conf_cmdparse: Unknown config option "substream_port"
[6604096:motion] [NTC] [ALL] motion_startup: Motion 4.0.1+git6e08e95 Started
[6604096:motion] [NTC] [ALL] motion_startup: Logging to syslog
[6604096:motion] [NTC] [ALL] motion_startup: Using log type (ALL) log level (NTC)
[6604096:motion] [NTC] [ENC] ffmpeg_global_init: ffmpeg libavcodec version 56.60.100 libavformat version 56.40.101
[0:motion] [NTC] [ALL] conf_load: Processing thread 0 - config file motion.conf
[0:motion] [WRN] [ALL] thread config option deprecated use camera
[0:motion] [NTC] [ALL] config_camera: Processing camera config file thread-1.conf
[0:motion] [WRN] [ALL] thread config option deprecated use camera
[0:motion] [NTC] [ALL] config_camera: Processing camera config file thread-2.conf
[0:motion] [NTC] [ALL] motion_startup: Motion 4.0.1 Started
[0:motion] [NTC] [ALL] motion_startup: Logging to syslog
[0:motion] [NTC] [ALL] motion_startup: Using default log type (ALL)
[0:motion] [NTC] [ALL] motion_startup: Using log type (ALL) log level (NTC)
[0:motion] [NTC] [ENC] ffmpeg_init: ffmpeg libavcodec version 56.1.0 libavformat version 56.1.0
@tosiara
tosiara / motion.log
Created November 24, 2018 10:02
motion.log
$ ./motion -c ../motion-passthrough.conf -d 8 -n
[0:motion] [NTC] [ALL] conf_load: Processing thread 0 - config file ../motion-passthrough.conf
[0:motion] [ALR] [ALL] conf_cmdparse: "process_id_file" replaced with "pid_file" after version 4.1.1
[0:motion] [ALR] [ALL] conf_cmdparse: "rtsp_uses_tcp" replaced with "netcam_use_tcp" after version 4.1.1
[0:motion] [ALR] [ALL] conf_cmdparse: "switchfilter" replaced with "roundrobin_switchfilter" after version 4.1.1
[0:motion] [ALR] [ALL] conf_cmdparse: "max_movie_time" replaced with "movie_max_time" after version 4.1.1
[0:motion] [ALR] [ALL] conf_cmdparse: "output_pictures" replaced with "picture_output" after version 4.1.1
[0:motion] [ALR] [ALL] conf_cmdparse: "output_debug_pictures" replaced with "picture_output_motion" after version 4.1.1
[0:motion] [ALR] [ALL] conf_cmdparse: "quality" replaced with "picture_quality" after version 4.1.1
[0:motion] [ALR] [ALL] conf_cmdparse: "ffmpeg_output_movies" replaced with "movie_output" after version 4.1.1
@tosiara
tosiara / nodemcu_ds18b20_client.ino
Last active January 4, 2019 19:38
NodeMCU DS18B20 Client
#include <ESP8266WiFi.h>
#include <DallasTemperature.h>
#include <OneWire.h>
#define ONE_WIRE_BUS 5 // nodemcu D1
OneWire oneWire(ONE_WIRE_BUS);
DallasTemperature sensors(&oneWire);
const char* ssid = "mynetwork";
@tosiara
tosiara / nodemcu_ds18b20_hotspot.ino
Last active January 4, 2019 19:38
NodeMCU DS18B20 Hotspot
#include <ESP8266WiFi.h>
#include <DallasTemperature.h>
#include <OneWire.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#define PIN 5 // nodemcu D1
OneWire oneWire(PIN);
DallasTemperature sensors(&oneWire);
[0:motion] [NTC] [STR] webu_start_strm: Starting all camera streams on port 8081
[0:motion] [NTC] [STR] webu_strm_ntc: Started camera 0 stream on port 8081
[0:motion] [NTC] [STR] webu_start_ctrl: Starting webcontrol on port 8080
[0:motion] [NTC] [STR] webu_start_ctrl: Started webcontrol on port 8080
[0:motion] [NTC] [ENC] ffmpeg_global_init: ffmpeg libavcodec version 56.60.100 libavformat version 56.40.101
[0:motion] [NTC] [ALL] translate_locale_chg: No native language support
[0:motion] [NTC] [ALL] motion_start_thread: Camera ID: 0 is from ../motion-rtsp.conf
[0:motion] [NTC] [ALL] motion_start_thread: Camera ID: 0 Camera Name: motion Service: rtsp:
[0:motion] [NTC] [ALL] main: Waiting for threads to finish, pid: 32636
[1:ml1:motion] [NTC] [ALL] motion_init: Camera 0 started: motion detection Enabled
Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
jtag_ntrst_assert_width: 200
jtag_ntrst_delay: 1
trst_only separate trst_push_pull
adapter speed: 6000 kHz
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : clock speed 6000 kHz
Info : JTAG tap: ath79.cpu tap/device found: 0x00000001 (mfg: 0x000 (<invalid>), part: 0x0000, ver: 0x0)
Info : Listening on port 3333 for gdb connections
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out