====== Webcam EDImax IC1500 ====== [[http://ic1500.wikispaces.com/|Wiki for the EDImax IC-1500 IP Camera]] Chinesische Billigwebcam mit WLAN Firmware v1.28 (Sep 14 2007 10:09:45) {{:webcam:mjpeg_internet_user_guide.pdf|Manual (engl.)}} Die Kamera wird auch verkauft unter dem Label von: [[http://www.logilink.eu/cmsfiles/modules/i-sell2u/showproduct.htm?isu_zeigeartikel=WC0002|LogiLink]] [[http://www.longshine.de|Longshine]] Die neueste Firmware (derzeit 1.34) bekommt man aber nur bei Edimax IP Address : 192.168.122.223 Subnet Mask : 255.255.255.0 Gateway : 192.168.123.1 DNS Server : 192.168.123.1 MAC Address : 00:1F:1F:17:F9:3E Video Port : 4321 HTTP Port : 80 ===== Ziel: mjpeg auf dem Browser ===== Problem: Keine Dokumentation. Webinterface soll das zwar können, aber JAvaScript zu schlecht. Schaut gut aus, klappt aber nicht: mplayer http://admin:[password]@gerald.webhop.org:14322/IPCamPluginMJPEG.cab -vo gl Webinterface ruft folgendes JavaScript auf: http://gerald.webhop.org:14322/ipcam.js?v=200708241090 document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); Das Plugin kann man mit wget http://admin:[password]@gerald.webhop.org:14322/IPCamPluginMJPEG.cab runterladen Das Plugin ist von der Firma 'Edimax' und ist anscheinend für den IE geschrieben. Dort funktioniert es aber auch nicht richtig, der IE beschwert sich über Fehler auf den Seiten. Ruby-Skript, um Bilder zu catchen: Quelle((http://spodzone.org.uk/packages/hawking-HNC230G.txt)) #!/usr/bin/env ruby # Script to extract images from the Hawking HNC230G # # Copyright (C) Tim Haynes # HNC230G{at}stirfried.vegetable.org.uk http://pig.sty.nu/ # # Redistributable under the terms of the GNU Public License: see # # # Requires ruby, imagemagick # nopics=ARGV[1] || "1" nopics=nopics.to_i require 'socket' require 'RMagick' xsize,ysize=640,480 puts "Connecting" s=TCPSocket.new('buffalo', 4321) nopics.times { |n| puts "Requesting data" s.puts("0110") len=s.read(2).reverse.unpack("v")[0] 2.times {s.getc } puts "Len: #{len}" jpeg=s.read(len) puts "Getting image" img=Magick::Image.from_blob(jpeg)[0]; puts "Saving image" img.write("foo-#{n}.jpg") } You can get images from your camera with my PHP script and a web server in the following form: Quelle((http://webserver/Edimax_IC1500.php)) Uff! Finally, habs ichs rausgefunden: // Bild: http://gerald.webhop.org:14322/snapshot.jpg // stream: http://gerald.webhop.org:14322/snapshot.cgi Vom Hersteller EdiMax gibt es auch die Software als OpenSource ((http://www.edimax.com/images/Image/OpenSourceCode/Wireless/IPCamera/IC-1500wg/IC1500_RTL865X.tar.gz)) Mit einer URL alle Parameter verstellen: [[http://admin:1234@192.168.2.3/form/camera?resolution=0&quality=3&framerate=25&frequency=0&autoexposure=ON&b_value=35&c_value=50&s_value=50&h_value=50&w_value=10&enet_source=camera_left.asp]] Options are as follows: Resolution: 0 = 640x480 1 = 320x240 3 = 176x144 Quality: 3 = Highest = High = Normal = Low = Lowest Frame Rate: 30 = 30 frames per second (FPS) 25 = 25 FPS 20 = 20 FPS 15 = 15 FPS 10 = 10 FPS 5 = 5 FPS 3 = 3 FPS 1 = 1 FPS Frequency: 60 = 60Hz (this works best in the night or indoors in incandescent light) 50 = 50 Hz (this is for fluorescent light or night) 0 = "Outdoor" mode (this works best during the day) Auto Exposure: ON /OFF Others values are listed below, but the defaults have been noted to work fine. Black White Brightness Funktioniert nicht, weiß nicht warum (yuvplay und lavplay ist Teil der mlpegtools) wget -O - http://admin:[password]@gerald.webhop.org:14322/snapshot.cgi | lavplay -