mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Webcam experiment
This commit is contained in:
parent
d1e35c1a69
commit
772d3181d1
@ -1,4 +1,7 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
# 0.10.4-webcamexperiment (16th apr 2014)
|
||||||
|
- Experimental webcam streaming support.
|
||||||
|
|
||||||
# 0.10.3 (9th apr 2014)
|
# 0.10.3 (9th apr 2014)
|
||||||
- Fixed Makerbot issue where printer driver didn't get past connecting state
|
- Fixed Makerbot issue where printer driver didn't get past connecting state
|
||||||
|
|
||||||
|
62
extra/openwrt-build/openwrt-diffconfig-webcam
Normal file
62
extra/openwrt-build/openwrt-diffconfig-webcam
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
CONFIG_TARGET_ar71xx=y
|
||||||
|
CONFIG_TARGET_ar71xx_generic=y
|
||||||
|
CONFIG_TARGET_ar71xx_generic_TLMR3020=y
|
||||||
|
CONFIG_ATH_USER_REGD=y
|
||||||
|
# CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 is not set
|
||||||
|
CONFIG_BUSYBOX_CONFIG_INOTIFYD=y
|
||||||
|
CONFIG_DOODLE3D_CLIENT_MINIFY_JS=y
|
||||||
|
# CONFIG_IPV6 is not set
|
||||||
|
# CONFIG_KERNEL_DEBUG_INFO is not set
|
||||||
|
# CONFIG_KERNEL_DEBUG_KERNEL is not set
|
||||||
|
# CONFIG_KERNEL_KALLSYMS is not set
|
||||||
|
# CONFIG_KERNEL_MAGIC_SYSRQ is not set
|
||||||
|
CONFIG_MJPG_STREAMER_INPUT_FILE=y
|
||||||
|
CONFIG_MJPG_STREAMER_INPUT_UVC=y
|
||||||
|
CONFIG_MJPG_STREAMER_OUTPUT_FILE=y
|
||||||
|
CONFIG_MJPG_STREAMER_OUTPUT_HTTP=y
|
||||||
|
CONFIG_MJPG_STREAMER_WWW=y
|
||||||
|
# CONFIG_PACKAGE_6relayd is not set
|
||||||
|
CONFIG_PACKAGE_GraphicsMagick=m
|
||||||
|
CONFIG_PACKAGE_doodle3d-client=y
|
||||||
|
CONFIG_PACKAGE_kmod-input-core=y
|
||||||
|
# CONFIG_PACKAGE_kmod-ip6tables is not set
|
||||||
|
# CONFIG_PACKAGE_kmod-ipv6 is not set
|
||||||
|
# CONFIG_PACKAGE_kmod-ppp is not set
|
||||||
|
CONFIG_PACKAGE_kmod-usb-acm=y
|
||||||
|
CONFIG_PACKAGE_kmod-usb-serial=y
|
||||||
|
CONFIG_PACKAGE_kmod-usb-serial-ftdi=y
|
||||||
|
CONFIG_PACKAGE_kmod-video-core=y
|
||||||
|
CONFIG_PACKAGE_kmod-video-uvc=y
|
||||||
|
CONFIG_PACKAGE_kmod-video-videobuf2=y
|
||||||
|
CONFIG_PACKAGE_libbz2=m
|
||||||
|
CONFIG_PACKAGE_libfreetype=m
|
||||||
|
# CONFIG_PACKAGE_libip6tc is not set
|
||||||
|
CONFIG_PACKAGE_libiwinfo=y
|
||||||
|
CONFIG_PACKAGE_libiwinfo-lua=y
|
||||||
|
CONFIG_PACKAGE_libjpeg=y
|
||||||
|
CONFIG_PACKAGE_libltdl=m
|
||||||
|
CONFIG_PACKAGE_liblua=y
|
||||||
|
CONFIG_PACKAGE_libpthread=y
|
||||||
|
CONFIG_PACKAGE_librt=y
|
||||||
|
CONFIG_PACKAGE_libstdcpp=m
|
||||||
|
CONFIG_PACKAGE_libuci-lua=y
|
||||||
|
CONFIG_PACKAGE_libv4l=y
|
||||||
|
CONFIG_PACKAGE_lua=y
|
||||||
|
CONFIG_PACKAGE_luafilesystem=y
|
||||||
|
CONFIG_PACKAGE_mjpg-streamer=y
|
||||||
|
# CONFIG_PACKAGE_odhcp6c is not set
|
||||||
|
# CONFIG_PACKAGE_ppp is not set
|
||||||
|
CONFIG_PACKAGE_print3d=y
|
||||||
|
CONFIG_PACKAGE_uclibcxx=y
|
||||||
|
CONFIG_PACKAGE_uhttpd=y
|
||||||
|
CONFIG_PACKAGE_uhttpd-mod-lua=y
|
||||||
|
CONFIG_PACKAGE_webcamstreamer=y
|
||||||
|
CONFIG_PACKAGE_wifibox=y
|
||||||
|
CONFIG_PACKAGE_zlib=m
|
||||||
|
CONFIG_STRIP_KERNEL_EXPORTS=y
|
||||||
|
# CONFIG_TARGET_ROOTFS_TARGZ is not set
|
||||||
|
CONFIG_USE_MKLIBS=y
|
||||||
|
CONFIG_WIFIBOX_AP_SSID="d3d-ap-%%MAC_TAIL%%"
|
||||||
|
CONFIG_WIFIBOX_INIT_PRIORITY=18
|
||||||
|
CONFIG_WIFIBOX_WIRELESS_DEVICE="radio0"
|
||||||
|
CONFIG_PACKAGE_kmod-lib-crc-ccitt=y
|
@ -425,7 +425,7 @@ local function uploadFiles()
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function checkWrtConfig()
|
local function checkWrtConfig()
|
||||||
local goodConfigPath = pl.path.join(paths.firmware, "extra/openwrt-build/openwrt-diffconfig-extramini")
|
local goodConfigPath = pl.path.join(paths.firmware, "extra/openwrt-build/openwrt-diffconfig-webcam")
|
||||||
local wrtConfigPath = pl.path.tmpname()
|
local wrtConfigPath = pl.path.tmpname()
|
||||||
--print("diffonfig output file: " .. wrtConfigPath)
|
--print("diffonfig output file: " .. wrtConfigPath)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
0.10.3
|
0.10.4-webcamexperiment
|
Loading…
Reference in New Issue
Block a user