TA的每日心情 | 开心 2015-3-9 09:41 |
---|
签到天数: 2 天 连续签到: 1 天 [LV.1]初来乍到
|
发表于 2014-9-5 13:21:33
|
显示全部楼层
霹雳之火 发表于 2014-9-5 09:47
是在网页上看不到图像吗?直接运行脚本/home/pi/yeelink.sh看有没有,运行一次就会上传一张,不过有时间限 ...
这是我刚才运行的,,还是没有成功,,下面就是代码,,你可不可以帮我分析分析。。- bananapi@lemaker ~ $ /home/bananapi/yeelink.sh
- Usage: fswebcam [<options>] <filename> [[<options>] <filename> ... ]
- Options:
- -?, --help Display this help page and exit.
- -c, --config <filename> Load configuration from file.
- -q, --quiet Hides all messages except for errors.
- -v, --verbose Displays extra messages while capturing
- --version Displays the version and exits.
- -l, --loop <seconds> Run in loop mode.
- -b, --background Run in the background.
- -o, --output <filename> Output the log to a file.
- -d, --device <name> Sets the source to use.
- -i, --input <number/name> Selects the input to use.
- -t, --tuner <number> Selects the tuner to use.
- -f, --frequency <number> Selects the frequency use.
- -p, --palette <name> Selects the palette format to use.
- -D, --delay <number> Sets the pre-capture delay time. (seconds)
- -r, --resolution <size> Sets the capture resolution.
- --fps <framerate> Sets the capture frame rate.
- -F, --frames <number> Sets the number of frames to capture.
- -S, --skip <number> Sets the number of frames to skip.
- --dumpframe <filename> Dump a raw frame frame to file.
- -s, --set <name>=<value> Sets a control value.
- --revert Restores original captured image.
- --flip <direction> Flips the image. (h, v)
- --crop <size>[,<offset>] Crop a part of the image.
- --scale <size> Scales the image.
- --rotate <angle> Rotates the image in right angles.
- --deinterlace Reduces interlace artifacts.
- --invert Inverts the images colours.
- --greyscale Removes colour from the image.
- --swapchannels <c1c2> Swap channels c1 and c2.
- --no-banner Hides the banner.
- --top-banner Puts the banner at the top.
- --bottom-banner Puts the banner at the bottom. (Default)
- --banner-colour <colour> Sets the banner colour. (#AARRGGBB)
- --line-colour <colour> Sets the banner line colour.
- --text-colour <colour> Sets the text colour.
- --font <[name][:size]> Sets the font and/or size.
- --no-shadow Disables the text shadow.
- --shadow Enables the text shadow.
- --title <text> Sets the main title. (top left)
- --no-title Clears the main title.
- --subtitle <text> Sets the sub-title. (bottom left)
- --no-subtitle Clears the sub-title.
- --timestamp <format> Sets the timestamp format. (top right)
- --no-timestamp Clears the timestamp.
- --gmt Use GMT instead of local timezone.
- --info <text> Sets the info text. (bottom right)
- --no-info Clears the info text.
- --underlay <PNG image> Sets the underlay image.
- --no-underlay Clears the underlay.
- --overlay <PNG image> Sets the overlay image.
- --no-overlay Clears the overlay.
- --jpeg <factor> Outputs a JPEG image. (-1, 0 - 95)
- --png <factor> Outputs a PNG image. (-1, 0 - 10)
- --save <filename> Save image to file.
- --exec <command> Execute a command and wait for it to complete.
- Warning: Couldn't read data from file "/home/pi/yeelink.jpg", this makes an
- Warning: empty POST.
- curl: option --headerU-ApiKey:90e974947a3f27cc6d9a03f4c1467e85--url: is unknown
- curl: try 'curl --help' or 'curl --manual' for more information
- /home/bananapi/yeelink.sh: line 3: http://api.yeelink.net/v1.0/device/13934/sensor/23136/photos: No such file or directory
复制代码 |
|