hellochenwang
hellochenwang
it certainly shouldn't occur if you disable zooming.
I got the same problem. ``` stovetop-2:Chrome-RTSP-Player nw$ npm install npm WARN package.json [email protected] No repository field. npm WARN package.json [email protected] fs is also the name of a node core...
Updated Node to the latest version v6.11.2, still missing trash module installed trash module: npm install --save trash worked.
I'm building an IoT project, redis pubsub is the messaging bus/IPC. I am planning to build a web interface that can have access to the messaging bus. There are some...
`nchan_publisher redis-pubsub;` This line makes me think all the nchan_channel_ids would be mapped to redis pubsub channel ids. `nchan_publisher_redis_pubsub_key "channel_$1";` This line makes me think nchan_channel_id "$1" maps to redis...
for the subscriber, possible to have configurations look like below? `nchan_subscriber redis-pubsub;` or `nchan_subscriber_redis_pubsub_key "channel_$1";`
If Nchan has an API like hiredis, then subscribing to upstream Nchan servers would be easier. Thanks for the awesome Nchan!
- OS: Armbian Linux gun 3.4.112-sun8i #14 SMP PREEMPT Wed Sep 14 20:29:31 CEST 2016 armv7l GNU/Linux - The code I use is from https://linuxtv.org/downloads/v4l-dvb-apis/uapi/v4l/capture.c.html - Load: root@pi:~# uptime 09:57:53...
In my code, I tried the following setting, driver doesn't seems to respond to it: - input.status = 0; - input.status = V4L2_IN_ST_HFLIP; or maybe it does, but the random...
the videodev2.h header in the gist seems the same as the one I have. I only have one linux header, so I suppose and "/usr/src/linux-headers-3.4.112-sun8i/include/linux/compiler.h" would be the same? ```...