LinuxMCE Forums
June 19, 2013, 01:54:28 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: 1 ... 11 12 [13] 14
181  LinuxMCE / Users / Re: howto: french translation on: September 20, 2007, 08:22:06 am
I guess two only way is to:

1/ install mysqladmin, then go in linuxmce_main_database then modify texts
2/ Use winbind (HAdesigner) on windows and connect to linuxmce core (the hard part), then change the gui !!!

If any one's got a how to detailed, would be great, because translation can go quick !!
182  LinuxMCE / Users / Re: how to: use java ip camera in linuxmce. on: September 20, 2007, 08:18:08 am
thank's two of you for helping, i start being crazy !!!
Right, I add motion interface, then make the gsd controled by the motion !
However there is this wiki page that explain how to create conf file threadX.conf and motion.conf !!

http://wiki.linuxmce.org/index.php/IP_Cameras

I will have a look
thanks both
183  LinuxMCE / Users / Re: how to: use java ip camera in linuxmce. on: September 19, 2007, 02:32:14 pm
I'm being crazy with this stuff !!!! I tried lots of things and no way to find good how to...

I tried
Monitor surveillance cameras: http://plutohome.com/wiki/index.php/Monitor_surveillance_cameras
Make a DCE Device in 5 minutes: http://wiki.linuxmce.org/index.php/Make_a_DCE_Device_in_5_minutes
gsd: http://wiki.linuxmce.org/index.php/GSD
device template: http://wiki.linuxmce.org/index.php/Device_Templates
surveillance camera: http://wiki.linuxmce.org/index.php/Surveillance_Cameras
monitor surveillance camera: http://wiki.linuxmce.org/index.php/Monitor_surveillance_cameras
Control regular A/V equipment: http://wiki.linuxmce.org/index.php/Control_regular_A/V_equipment
axis network camera: http://wiki.linuxmce.org/index.php/Axis_Network_Cameras
ip camera: http://wiki.linuxmce.org/index.php/IP_Cameras

I tried this:
http://forum.linuxmce.org/index.php?topic=2469.0

But I start to be borring not find anything !!! This camera is simple, and got both jpeg image and java applet, but no way to make it work !!!! I'm sure I'm close to the solution but can't figure it!!!

It's the same for translating the gui, I want to make it available in french but the tutorial are very short and no explicit !!
see: http://forum.linuxmce.org/index.php?topic=2558.0

Thank's for you time !!

184  LinuxMCE / Users / howto: french translation on: September 19, 2007, 02:31:46 pm
look's hard to translate the screens.

It's the same for translating the gui, I want to make it available in french but the tutorial are very short and no explicit !!

Here what I find !!
HA Designer not on the linuxmce web site - http://files-upload.com/files/454340/winbin.zip (thanks to http://forum.linuxmce.org/index.php?topic=2173.0)
But, need windows and look's a little bit complex

Need to go in mysql database (I guess):
http://wiki.linuxmce.org/index.php/Translate_the_GUI_into_another_language

But, need windows and look's a little bit complex
Quote
Soft installed on windows
If you Ignore the error you can get to the configure option where you can see the ODBC connection string.   You need the mysql odbc connector, and also configure your LMCE mysql server to accept connections from outside.

Designer also needs skins from the LMCE machine.   Those come from a folder available on the LMCE machine (just copy them).  Sorry I don't remember offhand exactly where.
(thanks to http://forum.linuxmce.org/index.php?topic=2173.0)

Is there any body who's got full process ?
185  LinuxMCE / Users / how to: use java ip camera in linuxmce with motion. on: September 18, 2007, 03:17:15 pm
hello and thank you for any help.

Waht is the process of making a java ip camera working ?? Was is the process for these applet for example:

camera ip:
192.168.100.20

applet:
<APPLET name="cvcs" CODEBASE="http://192.168.1.20:80/" CODE="xplug.class" WIDTH=160 HEIGHT=112>
            <param name="RemotePort" value=80>
            <param name="Timeout" value=5000>
            <param name="RotateAngle" value=0>
            <param name="PreviewFrameRate" value=2>
            <param name="DeviceSerialNo" value="">
</APPLET>

I had a look in gsd device and the ruby code of the getVideoFrame, without any result !!!
Thanks
186  LinuxMCE / Users / Re: trendnet as generic ip camera (and gsd) problem on: September 17, 2007, 05:40:58 pm
thank you for your help, in fact, I already try this way with no result. I though it was the ip that was making problem... but I fixed it but same problem. NO screenshot available.
Is there a way of making a java ip camera working ?? Was is the process for these applet for example:

camera ip:
192.168.100.20

applet:
<APPLET name="cvcs" CODEBASE="http://192.168.1.20:80/" CODE="xplug.class" WIDTH=160 HEIGHT=112>
            <param name="RemotePort" value=80>
            <param name="Timeout" value=5000>
            <param name="RotateAngle" value=0>
            <param name="PreviewFrameRate" value=2>
            <param name="DeviceSerialNo" value="">
</APPLET>

thank you (another solution was to use the http://192.168.100.20/IMAGE.JPEG or http://192.168.100.20/VIDEO.JPEG without any result)
187  LinuxMCE / Users / java trendnet as generic ip camera (and gsd) problem on: September 13, 2007, 10:42:34 am
Hello every body,

I've got some problem to setup my trendnet ip camera !
My process on working install, and access trough the firefox browser is working (http://192.168.100.20/image.jgp give jpeg image):

1/ go to wizard and scamera security device
2/ select generic ip camera template
3/ put the ip: 192.168.100.20 in ip, put the right mac address x:x:x:x:x
4/ put for image path /image.jpg (also try full path http://192.168.100.20/image.jgp)
5/ then try regen orbiter (no image) also in admin website, the view security camera give no preview data...)

So
A/ is there any person who have a trick
B/ how to create a personnal template (I create one called ip100w as java script but can't figure out where to change the code and parameters for putting ip, and java script).
C/ I tried to modify the GSD ruby code of this device, but I can't not find the real code (for example I don't need all the parameter of the getVideo Frame... I prefer also use the java applet to control it more precisly. If I make a modification of the getVideo function is it localy or global ?

Thanks for any help.
188  LinuxMCE / Users / Re: camera and linuxmce for access control and security! on: September 10, 2007, 10:09:03 pm
here some old infos
http://forum.linuxmce.org/index.php?topic=950.0
189  LinuxMCE / Installation issues / trendnet as generic ip camera on: September 10, 2007, 04:02:25 pm
Hello every body,

I've got some problem to setup my trendnet ip camera !
My process on working install, and access trough the firefox browser is working (http://192.168.100.20/image.jgp give jpeg image):

1/ go to wizard and scamera security device
2/ select generic ip camera template
3/ put the ip: 192.168.100.20 in ip, put the right mac address x:x:x:x:x
4/ put for image path /image.jpg (also try full path http://192.168.100.20/image.jgp)
5/ then try regen orbiter (no image) also in admin website, the view security camera give no preview data...)

So
A/ is there any person who have a trick
B/ how to create a personnal template (I create one called ip100w as java script but can't figure out where to change the code and parameters for putting ip, and java script)

Thanks for any help.
190  LinuxMCE / Users / Re: camera and linuxmce for access control and security! on: August 01, 2007, 11:33:00 am
But I certainly will do this:
- normal RJ11 phone
- adaptator RJ11/VOIP Ethernet RJ45 + PWL ethernet adapator
OR
- adaptator RJ11 VOIP WIFI
191  LinuxMCE / Users / Re: camera and linuxmce for access control and security! on: August 01, 2007, 10:48:25 am
Simple and look's great !!
http://www.webdistrib.com/cat/Linksys-SPA901-telephone-VoIP-__p_350339.html?site=leguide&utm_id=8&utm_source=leguide&utm_medium=shopbot&utm_campaign=LeGuideWebd

and why not this solution:
http://www.webdistrib.com/cat/Linksys-CIT300-telephone-sans-fil-telephone-VoIP-USB-__p_394859.html?site=leguide&utm_id=8&utm_source=leguide&utm_medium=shopbot&utm_campaign=LeGuideWebd
not expansive !!
192  LinuxMCE / Users / Re: camera and linuxmce for access control and security! on: August 01, 2007, 10:43:47 am
yes but if zone minder and mythtv become compatible, what will be the interrest in linuxmce ??

For our project, I found these products:
http://www.3com.com/products/en_US/detail.jsp?tab=features&pathtype=purchase&sku=3C10399A

another solution could be:
a reel cheap phone and behind, a WDS wifi router with analog IP line input ! Have to look on it !!! So

Something like this could be cool also:
http://dualphone.net/System_Overview-379.aspx

And this one the best with a pwl support
http://www.zenitel.biz/france/index.php?option=com_content&task=view&id=96
193  LinuxMCE / Users / Re: CM11g on: June 29, 2007, 06:49:36 am
in the wiki, interface section
194  LinuxMCE / Users / Re: camera and linuxmce for access control and security! on: June 21, 2007, 01:42:51 pm
hy,

you're wright, however you only can hear people, you can't reply !!!! I was thinking of this solution, however, I needed to install some pre-recorded messages, in electrical-board, then control messages with X10 (like for the water control),  for example with some buton on the screen !!

However, your camera is expensive and I think a VOIP-intercom would be greater (but expensive too). I was thinking about a SIP voip cell phone, then sold wired for header and mic (the phone would be hidden).
195  LinuxMCE / Feature requests & roadmap / Intercom for outdoor use ! on: June 13, 2007, 11:29:37 am
AIm:
A visitor can make a SIP call to asterix, then display on any MD (or if nobody transfer to cell phone) and associate a camera view and a button (swich in X10 for example) that open a door via electrical system.

Need:
* Use of analog phone + SIP converter
* use of security caméra as intercom device
* Caller id that could be associate to a caméra
* adding a X10 or other interface/scenario command to a button also associate to a caller id


Detail explain in this post:
http://forum.linuxmce.com/index.php?topic=1673.0
Pages: 1 ... 11 12 [13] 14
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!