Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1533 connectés 

 

 

Trouvez-vous ce topic utile


 
40.0 %
 6 votes
1.  Utile et original, donne envie de participer.
 
 
33.3 %
 5 votes
2.  Donne des informations vérifiées.
 
 
0.0 %
        0 vote
3.  A lire en passant, donne quelques idées.
 
 
6.7 %
 1 vote
4.  Peu de choses interessantes, du déjà vu partout.
 
 
20.0 %
 3 votes
5.  J'ai perdu mon temps.
 

Total : 26 votes (11 votes blancs)
Sondage à 5 choix possibles.
Ce sondage est clos, vous ne pouvez plus voter
 Mot :   Pseudo :  
 
 Page :   1  2  3  4
Page Suivante
Auteur Sujet :

[Topic Unique] Applis Pilotage IPCams Heden et FOSCAM Exclusivement

n°710309
10patout
Posté le 22-10-2012 à 09:57:17  profilanswer
 

Reprise du message précédent :

theuberoverlord a écrit :


 
I am somewhat confused in what you are saying?
 
Are you saying that up/down controls are reversed for your camera?
 
or
 
Are you saying up/down controls are not working for your camera?
 
Also, if up/down controls are not working with your camera, do you know what the proper CGI commands are for up/down for your camera?
 
Don


Hello
sorry but english is difficult for me  
I like to modify up/down and left/right in a new cross , because i use it for drive motor to move a robot
for me up= right and up (the robot move forward)(and if it possible i/o alarm on)
          down= left and down (the robot move reverse)(and if it possible i/o alarm on)
          right= up)(and if it possible i/o alarm on)
          left= left)(and if it possible i/o alarm on)
 
On my project when alarm is on motor robot run (forward reverse left right) when alarm is off motor camera run (pan tilt)
thanks for your patience and i use your soft it is very good
 
 

mood
Publicité
Posté le 22-10-2012 à 09:57:17  profilanswer
 

n°710325
theuberove​rlord
Posté le 22-10-2012 à 14:47:07  profilanswer
 

10patout a écrit :


Hello
sorry but english is difficult for me  
I like to modify up/down and left/right in a new cross , because i use it for drive motor to move a robot
for me up= right and up (the robot move forward)(and if it possible i/o alarm on)
          down= left and down (the robot move reverse)(and if it possible i/o alarm on)
          right= up)(and if it possible i/o alarm on)
          left= left)(and if it possible i/o alarm on)
 
On my project when alarm is on motor robot run (forward reverse left right) when alarm is off motor camera run (pan tilt)
thanks for your patience and i use your soft it is very good
 
 


 
What I am trying to determine is are you saying that the controls for forward reverse left right are different for when the alarm is off? If so, do you know what the correct values should be when the alarm is on vs. off?
 
Don

n°710331
10patout
Posté le 22-10-2012 à 16:57:42  profilanswer
 

theuberoverlord a écrit :


 
What I am trying to determine is are you saying that the controls for forward reverse left right are different for when the alarm is off? If so, do you know what the correct values should be when the alarm is on vs. off?
 
Don


 
 I espere to be able to explain to you but I do not still know everything
 
i/o is on ( i don't know the var (motors cameras are off ,motor robot can run) no tested )
 
var pan_left = 90; (the robot forward 2 motors run ok)  
var pan_right = 93; (the robot reverse 2 motors run ok)
var ptz_left_up = 91 (the robot turn right motor tilt run ok)
var pan_left = 4; ( the robot turn left motor pan run ok)
 
i/o is off return to the corrects values for  var pan_left ,pan_right ((motors robot are off , motors camera run )no tested)
 
 

n°710390
theuberove​rlord
Posté le 23-10-2012 à 02:45:00  profilanswer
 

10patout a écrit :


 
 I espere to be able to explain to you but I do not still know everything
 
i/o is on ( i don't know the var (motors cameras are off ,motor robot can run) no tested )
 
var pan_left = 90; (the robot forward 2 motors run ok)  
var pan_right = 93; (the robot reverse 2 motors run ok)
var ptz_left_up = 91 (the robot turn right motor tilt run ok)
var pan_left = 4; ( the robot turn left motor pan run ok)
 
i/o is off return to the corrects values for  var pan_left ,pan_right ((motors robot are off , motors camera run )no tested)
 
 


 
Please replace these lines in the HTML source code:
 

Code :
  1. <div id ="Oper2" align="center" style="display:none;visibility:hidden">
  2. <button type="button" onMouseDown="leftup_onmousedown()" onMouseUp="decoder_control_2(1)">&#8593;&#8592;</button>&nbsp;
  3. <button type="button" onMouseDown="leftdown_onmousedown()" onMouseUp="decoder_control_2(1)">&#8595;&#8592;</button>&nbsp;
  4. <button type="button" onMouseDown="left_onmousedown()" onMouseUp="left_onmouseup()">&#8592;</button>&nbsp;
  5. <button type="button" onMouseDown="up_onmousedown()" onMouseUp="up_onmouseup()">&#8593;</button>&nbsp;
  6. <button type="button" onClick="decoder_control_2(25)">&#8594;&#8592;</button>&nbsp;
  7. <button type="button" onMouseDown="down_onmousedown()" onMouseUp="down_onmouseup()">&#8595;</button>&nbsp;
  8. <button type="button" onMouseDown="right_onmousedown()" onMouseUp="right_onmouseup()">&#8594;</button>&nbsp;
  9. <button type="button" onMouseDown="rightdown_onmousedown()" onMouseUp="decoder_control_2(1)">&#8595;&#8594;</button>&nbsp;
  10. <button type="button" onMouseDown="rightup_onmousedown()" onMouseUp="decoder_control_2(1)">&#8593;&#8594;</button>
  11. </div>


 
Replace with this:
 

Code :
  1. <div id ="Oper2" align="center" style="display:none;visibility:hidden">
  2. <button type="button" onMouseDown="decoder_control_2(4)" onMouseUp="decoder_control_2(1)">&#8592;</button>&nbsp;
  3. <button type="button" onMouseDown="decoder_control_2(90)" onMouseUp="decoder_control_2(1)">&#8593;</button>&nbsp;
  4. <button type="button" onMouseDown="decoder_control_2(93)" onMouseUp="decoder_control_2(1)">&#8595;</button>&nbsp;
  5. <button type="button" onMouseDown="decoder_control_2(91)" onMouseUp="decoder_control_2(1)">&#8594;</button>;
  6. </div>


 
The upper controls will work normally and the lower controls will do control during alarms. For your robot.
 
Don


Message édité par theuberoverlord le 23-10-2012 à 02:51:07
n°710391
10patout
Posté le 23-10-2012 à 05:13:44  profilanswer
 

:bounce:  
Hello  
Thank you it is exactly what I needed
Patrick
after test the controls of  robot are ok
but the i/o not work because i gave you false information
it is not alarm i/o(pins 3 and 4) but the i/o output(pins 1 and 2 internal relay)
i find in the soft of Heden 2.2  (var IO_ON ) I do not know if it is it
 
In your soft button IR ON and IR OFF command pin 1 and 2 in my Heden !  
It is possible to add this command (IR ON) when i pressed my lower control and (IR OFF ) when i stop it?
 
 
Heden soft
var PTZ_STOP=1;
var TILT_UP=0;
var TILT_UP_STOP=1;
var TILT_DOWN=2;
var TILT_DOWN_STOP=3;
var PAN_LEFT=4;
var PAN_LEFT_STOP=5;
var PAN_RIGHT=6;
var PAN_RIGHT_STOP=7;
var PTZ_LEFT_UP=90;
var PTZ_RIGHT_UP=91;
var PTZ_LEFT_DOWN=92;
var PTZ_RIGHT_DOWN=93;
var PTZ_CENTER=25;
var PTZ_VPATROL=26;
var PTZ_VPATROL_STOP=27;
var PTZ_HPATROL=28;
var PTZ_HPATROL_STOP=29;
var PTZ_PELCO_D_HPATROL=20;
var PTZ_PELCO_D_HPATROL_STOP=21;
var IO_ON=94;  
var IO_OFF=95;

Message cité 1 fois
Message édité par 10patout le 23-10-2012 à 11:44:09
n°710392
theuberove​rlord
Posté le 23-10-2012 à 05:23:57  profilanswer
 

10patout a écrit :

:bounce:  
Hello  
Thank you it is exactly what I needed
Patrick  


 
You are very welcome. Glad to help.
 
Don

n°710393
10patout
Posté le 23-10-2012 à 07:06:03  profilanswer
 

Bonjour  
Qui connait la commande cgi pour la sortie i/o sur camera heden2.2?(ou Foscam)
Pour coller decoller le relais interne

Message cité 1 fois
Message édité par 10patout le 23-10-2012 à 07:15:10
n°710435
Ketchoupi1
Posté le 23-10-2012 à 15:45:10  profilanswer
 

bonjour a tous  
 
pouvez vous me donner l'url pour que la camera aille sur un preset 1, preset 2 pour foscam fi8910w et fi8918w
 
ex: home pos => "http://[adresse.IP.cam]:port/decoder_control.cgi?command=25"
 
c'est pour envoyer une commande via ma box domotique (veralite)
 
j'ai regardé en premiere page du post initial sur la foscam je ne l'ai pas vu, ni sur le site de gadget victim  
 
en vous remerciant d'avance
 
cordialement

n°710441
theuberove​rlord
Posté le 23-10-2012 à 16:03:27  profilanswer
 

10patout a écrit :

Bonjour  
Qui connait la commande cgi pour la sortie i/o sur camera heden2.2?(ou Foscam)
Pour coller decoller le relais interne


 
If you look at the current version ("To download. Some of the Live Demos are using older versions of the Interface that don't impact the Live Demo." ) here for my Interface, when logged on as an Admin, you can control input/output relays:
 
http://foscam.us/forum/free-generi [...] t2522.html
 
You can review the HTML source code.
 
Also, you can review the MJPEG CGI SDK as well:
 
http://foscam.us/forum/download/file.php?id=402
 
Please note, that you can also configure both the input and output relays to become an ("open or closed" ) circuit on alarms, by using the settings in my Interface as an Admin Level User Id. Once the relays are set to ("open or closed" ), they will remain that way, until changed or you reset the camera. This is VERY important because equipment you connect to you camera, maybe set for and require an open or closed circuit, to sense or be told of a camera alarm taking place.
 
You can even use ("Sound Detection" ) with your cameras, using my Interface. So you can create alarms for sound, not simply only motion alarms. Once the Sound Dectection is turned on and you choose the sound detection sensitivity. If you have Email or FTP alarm notifications set, you will get sound alarm notifications for sound alarms now as well. Even video recording will be started for sound alarms not just video recording for motion alarms. Now you can start video recording as soon as your camera hears a door open or a noise, before your camera even sees motion! No delay! You can use sound detection and motion detection at the same time or only one or the other.
 
There are MANY HIDDEN Features in these cameras, that the Standard Camera Interface provided with these cameras does NOT show. There is a "Forbidden Schedule" which allows you to set times for any day, that you do not want video or pictures from the camera to be able to be used. This means you can leave the camera on, and simply set these settings so that pictures and video will be disabled for use during these times. There is a "FTP Schedule" which allows you to set times and intervals, where you can upload images from the camera on specific days and at specific times. Without any alarm taking place. Simply based on the days and times and how often during those times you choose to be automatically sent via FTP.
 
There are MANY other, normally hidden features, my Interfaces exposes in these cameras, that you can use and set. These are features the camera supports, but are not normally presented to you the camera owner. Why this is? I have no Idea. I can only assume the the people who are creating the web interface for these cameras, are too lazy to allow you the owner of these cameras, to use them! After all, these things are ALL there, any programmer can access them.  
 
Why should you the camera owner need to learn and study programming first, before being able to use the features your camera can support? That's why I created my Interface. Did you know that your camera supports 160*120 resolution? That's important if you have a mobile with a small display screen. Well, it does, but normally, in most cases, you cannot choose a 160*120 resolution for your camera. Again, another hidden feature my Interface exposes for your use.
 
Please remember, my Interface is using the Hidden Features already supported by these cameras, exposing those Hidden Features already there. There just was no way before to get to them, to set them, to use them, unless you were a programmer. My Interface exposes ALL these hidden features for ALL camera owners, not just for camera owners who also are programmers.
 
My Interface is HTML based, it works with many different brands and models and clones of MJPEG based IP Cameras. So if you do wish to learn how to use CGI commands to control your camera, you can simply view the HTML source code and see how something was done. As always, I am always willing to help others on learning how and what their cameras can do.
 
My interface shows different controls based on your User Level. If you wish to see ALL controls display in my Interface, you need to logon as an Admin Level User.
 
There are over 9 Live Demos you can use with my Interface, without the need to first download your own copy to make custom changes. You can also try using your own cameras first as well here:
 
http://foscam.us/forum/free-generi [...] t2522.html
 
Sorry for the rant. It just upsets me, that many camera owners don't have any idea of what features are in fact, in their own cameras. You paid for these cameras, if they support features, why should you not be able to access and use those features? My Interface is FREE.
 
I wish I could write French, I don't trust Google or other online translators, to translate this post properly and correctly. Maybe someone else can, thanks.
 
Don


Message édité par theuberoverlord le 23-10-2012 à 18:53:21
n°710443
theuberove​rlord
Posté le 23-10-2012 à 16:06:28  profilanswer
 

Ketchoupi1 a écrit :

bonjour a tous  
 
pouvez vous me donner l'url pour que la camera aille sur un preset 1, preset 2 pour foscam fi8910w et fi8918w
 
ex: home pos => "http://[adresse.IP.cam]:port/decoder_control.cgi?command=25"
 
c'est pour envoyer une commande via ma box domotique (veralite)
 
j'ai regardé en premiere page du post initial sur la foscam je ne l'ai pas vu, ni sur le site de gadget victim  
 
en vous remerciant d'avance
 
cordialement


 
You can review the HTML source code here. It has buttons to set and goto presets 1-6 If you use a Operator or Admin logon:
 
http://foscam.us/forum/free-generi [...] t2522.html
 
Note: The above link has many Live Demos, one Live Demo allows you to use your cameras with my Interface, without the need to download it first. Of course you can download and configure your own copy right away as well. There are MANY configuration options. My Interface is free as well and works with many different brands and models and clones of MJPEG based IP cameras.
 
My interface shows different controls based on your User Level. If you wish to see ALL controls display in my Interface, you need to logon as an Admin Level User.
 
Also, you can review the MJPEG CGI SDK as well:
 
http://foscam.us/forum/download/file.php?id=402
 
Examples:
 
Note: yourusername and yourpassword must be an Operator or Admin User Level Id and password, Visitor User Id Levels are NOT allowed to use presets.
 
Set Preset 1
 
"http://[adresse.IP.cam]:port/decoder_control.cgi?command=30&user=yourusername&pwd=yourpassword"
 
Go To Preset 1
 
"http://[adresse.IP.cam]:port/decoder_control.cgi?command=31&user=yourusername&pwd=yourpassword"
 
Set Preset 2
 
"http://[adresse.IP.cam]:port/decoder_control.cgi?command=32&user=yourusername&pwd=yourpassword"
 
Go To Preset 2
 
"http://[adresse.IP.cam]:port/decoder_control.cgi?command=33&user=yourusername&pwd=yourpassword"
 
You can set and goto 16 different presets. To set preset 16 would equal 60 to goto preset 16 would equal 61. Set preset 3 would equal 34 goto preset 3 would equal 35, and so on.
 
Note: While you are not required to pass the user and pwd parameters which normally will cause you to be presented with a logon box, where you can then enter your User and Password information. Chrome based browsers do NOT allow this logon box to be presented, so you will never get a chance to logon to complete ANY CGI command with a Chrome based brower.  
 
This is very important to know if you are using CGI commands with Chrome based browsers, that do not include the user and pwd parameters. All other browsers, have no issue with this and the Chrome developer team refuses to fix this issue, because they claim that doing so, causes a "Security Risk". Yet, all other browsers allow empty HTTP basic authorization requests to be honored, whereas Chrome based browsers will respond with a 404 error ("Not Found" ).
 
So, you can use CGI commands with Chrome based browers, but you will need to ALWAYS include both the user and pwd parameters, when doing so, for those CGI commands to work properly, with Chrome based browsers. This in fact is why my Interface supports an auto-logon feature, so that people can use my Interface in web pages and websites and their web page and website visitors can be using any browser, including Chrome based browsers, with no issues, because of this auto-logon configuration option in my Interface.
 
Don


Message édité par theuberoverlord le 23-10-2012 à 18:56:54
mood
Publicité
Posté le 23-10-2012 à 16:06:28  profilanswer
 

n°710474
Ketchoupi1
Posté le 23-10-2012 à 20:56:58  profilanswer
 

hi thanks for your help, but my english isn't very good.
 
i don't understand what i must do with your link?
 
i've tried this in firefox for test :  
 
ip camera : 192.168.1.105
port 8080
 
htpp://192.168.1.105:8080/decoder_control.cgi?command=31&user=admin&pwd=password
 
but it isnt good of course, i don't know where to find number of command
 
sorry for my bad try   :lol:  :lol:  :lol:  
 
noob inside   :whistle:  :whistle:  
 
thank for your attention

n°710485
theuberove​rlord
Posté le 24-10-2012 à 00:02:22  profilanswer
 

Ketchoupi1 a écrit :

hi thanks for your help, but my english isn't very good.
 
i don't understand what i must do with your link?
 
i've tried this in firefox for test :  
 
ip camera : 192.168.1.105
port 8080
 
htpp://192.168.1.105:8080/decoder_control.cgi?command=31&user=admin&pwd=password
 
but it isnt good of course, i don't know where to find number of command
 
sorry for my bad try   :lol:  :lol:  :lol:  
 
noob inside   :whistle:  :whistle:  
 
thank for your attention


 
You are very welcome.
 
If you have not set preset 1, then you cannot go to preset 1.
 
So, have you in fact set preset 1?
 
You can do this:
 
Set preset 1
 
"http://192.168.1.105:8080/decoder_control.cgi?command=30&user=admin&pwd=password"
 
Move the camera by using the Standard Camera Interface, so that it is no longer where it is at.
 
Go to preset 1
 
"http://192.168.1.105:8080/decoder_control.cgi?command=31&user=admin&pwd=password"
 
The camera should now be looking at where you set preset 1
 
Don


Message édité par theuberoverlord le 24-10-2012 à 00:07:04
n°710498
10patout
Posté le 24-10-2012 à 06:07:48  profilanswer
 

Hello Don
I had not realized that we could do anything with your program
I spend a lot of time to steal pieces of toy my grandchildren to my robot
I study a little more your program
I found all the commands necessary
You have really helped me
Patrick

n°710506
Ketchoupi1
Posté le 24-10-2012 à 09:31:11  profilanswer
 


 
for my problem.  preset is define by interface on internet explore with foscam program and active x
 
 
when i click on the preset 1 ' it s ok' for the preset   2.  it s ok too with internet explorer , firefox. and ipcam viewer
 
 
 
 
i want only to know the number of my preset
 
don t forget. i m noob for use cgi
 
thank.
 
 

n°710541
theuberove​rlord
Posté le 24-10-2012 à 16:06:04  profilanswer
 

10patout a écrit :

Hello Don
I had not realized that we could do anything with your program
I spend a lot of time to steal pieces of toy my grandchildren to my robot
I study a little more your program
I found all the commands necessary
You have really helped me
Patrick


 
You are very welcome. Glad to help.
 
Don

n°710542
theuberove​rlord
Posté le 24-10-2012 à 16:09:33  profilanswer
 

Ketchoupi1 a écrit :


 
for my problem.  preset is define by interface on internet explore with foscam program and active x
 
 
when i click on the preset 1 ' it s ok' for the preset   2.  it s ok too with internet explorer , firefox. and ipcam viewer
 
 
 
 
i want only to know the number of my preset
 
don t forget. i m noob for use cgi
 
thank.
 
 


 
I am not sure how technical you are?
 
Can you use the Standard Camera Interface for your camera and go to the page that allows setting and going to presets and then view the HTML source from that page and can copy it and post it here or somewhere or send it to me?
 
Don

n°710583
Ketchoupi1
Posté le 24-10-2012 à 21:20:17  profilanswer
 

thank for your intention
 
 
that is my problem, i have only one neuron :pt1cable:  :pt1cable:  :pt1cable:  
 
if i understand :  
 
i must use this
 
http://www.saveontelephonebills.co [...] aBIV24.htm
 
my ip is fix  ex : 82.236.12.23
port : 8081 for one of my foscam
 
82.236.12.23:8081 (but not for my second with  port 8082)
 
interface is ok
 
preset is ok but i don't know where i can get the scene's number
 
if i clik on display camera setting, that is nothing about preset
 
sorry for my level explaination, but thanks for your job, it's amazing

Message cité 1 fois
Message édité par Ketchoupi1 le 24-10-2012 à 21:35:30
n°710602
theuberove​rlord
Posté le 24-10-2012 à 22:09:33  profilanswer
 

Ketchoupi1 a écrit :

thank for your intention
 
 
that is my problem, i have only one neuron :pt1cable:  :pt1cable:  :pt1cable:  
 
if i understand :  
 
i must use this
 
http://www.saveontelephonebills.co [...] aBIV24.htm
 
my ip is fix  ex : 82.236.12.23
port : 8081 for one of my foscam
 
82.236.12.23:8081 (but not for my second with  port 8082)
 
interface is ok
 
preset is ok but i don't know where i can get the scene's number
 
if i clik on display camera setting, that is nothing about preset
 
sorry for my level explaination, but thanks for your job, it's amazing


 
Could you please have someone who knows english, translate this post and the one below for you?
 
http://forum.hardware.fr/hfr/Hardw [...] tm#t710443
 
The post above explains, how presets are mapped out in the camera, how to set them, by number as well as how to go to them by number.
 
Translated to French by Google: http://translate.google.com/transl [...] 02&act=url
 
Don


Message édité par theuberoverlord le 24-10-2012 à 22:14:47
n°710610
Ketchoupi1
Posté le 24-10-2012 à 22:39:59  profilanswer
 

my english is so bad ????? :ouch:  :ouch:  
 
 
sorry
 
i'm using your link
 
my camera is ok.   preset 1 and 2 are defined and with your link camera move
 
but i don't know where i must to see. i understand your explaination (i think ) but not all.
 
may be a person from this topic can explain to me?
 
quelqu'un peut m'expliquer ce que je ne comprend pas?
 
j'ai bien acces a mes cameras. les preset fonctionnent cependant rien  n'apparait dans mes navigateurs (ie 9 et firefox 16) lors du mouvement de celles ci. qu'ai je manqué?
 
il me faut vraiment un nouveau neurone pour noel ...... et des cours d'anglais bien sur .
 
en vous remerciant d'avance
 
cordialement

n°710675
Ketchoupi1
Posté le 25-10-2012 à 21:06:58  profilanswer
 

hourrrrrrrrrrra
 
i've understand NOWWWWWWWWWW
 
sorry for my confusion because i don't use the good port
 
i m very very very sorry
 
i'm thinking that your link show adress for my foscam but with document sdk i've understand
 
thank for your patience and help

n°711154
theuberove​rlord
Posté le 01-11-2012 à 05:33:50  profilanswer
 

Ketchoupi1 a écrit :

hourrrrrrrrrrra
 
i've understand NOWWWWWWWWWW
 
sorry for my confusion because i don't use the good port
 
i m very very very sorry
 
i'm thinking that your link show adress for my foscam but with document sdk i've understand
 
thank for your patience and help


 
Vous êtes les bienvenus.
 
J'ai aussi créé deux interfaces gratuites pour les caméras MJPEG.
 
1. Vous permet d'utiliser Presets dans une boucle, avec les temps de retard de votre choix pour passer d'un préréglage à les préréglages d'autres. Vous pouvez avoir un Presets que vous le souhaitez définis dans cette boucle, la boucle est une boucle infinitte et il peut y avoir un délai entre les boucles ainsi. Plus à ce sujet ici:
 
http://foscam.us/forum/free-mjpeg- [...] t3403.html
 
2. Vous permet d'enregistrer à la fois vidéo et audio, pour toute longueur de temps lorsque vos alarmes caméra. Normalement, ces caméras n'enregistre que pendant 60 secondes, ce qui est la durée de la période d'alarme des caméras. Maintenant, vous pouvez personnaliser, que le temps d'enregistrement. Il a également de nombreuses options d'enregistrement ainsi. Il enregistre à la fois vidéo et audio:
 
http://foscam.us/forum/free-mjpeg- [...] t3431.html
 
Don
 
You are very welcome.
 
I also have created two more free Interfaces for the MJPEG cameras.
 
1. Allows you to use Presets in a loop, with the delay times of your choice to go from one Preset to the other Presets. You can have a many Presets as you wish defined in this loop, the loop is an infinitte loop and there can also be a delay time between loops as well. More here about that:
 
http://foscam.us/forum/free-mjpeg- [...] t3403.html
 
2. Allows you to record both Video and Audio for any length of time when your camera alarms. Normally, these cameras will only record for 60 seconds, which is the length of the cameras alarm period. Now you can customize, that recording time. It also has many recording options as well. It records both Video and Audio.
 
http://foscam.us/forum/free-mjpeg- [...] t3431.html
 
Don

n°711158
10patout
Posté le 01-11-2012 à 07:23:42  profilanswer
 

Hello Don
I have a little problem with my robot the ptz motor (in long forward or reward) turn 3 rounds and stop if click the mouse it turn 3 rounds and stop.
The pan motor turn 7 rounds and stop.
The limits are in our soft?
If not it is possible to write a function like  "onMouseDown="decoder_control_2(93)" after 10 seconds generate one "onMouseDown="decoder_control_2(1)"  .
 Bonjour
J'utilise les moteurs de la camera pour faire avancer mon robot mais quelque chose bloque le moteur haut bas au bout de 3 tours et le moteur droite gauche au bout de 7 (aprés le reducteur donc en soft beaucoup plus).
Cette limitation est levée quant les fins de course sont touchés .
Qui sait comment enlever cette limitation dans le programme interne de la camera ?
10patout

Message cité 1 fois
Message édité par 10patout le 01-11-2012 à 07:25:45
n°711207
theuberove​rlord
Posté le 01-11-2012 à 18:18:01  profilanswer
 

10patout a écrit :

Hello Don
I have a little problem with my robot the ptz motor (in long forward or reward) turn 3 rounds and stop if click the mouse it turn 3 rounds and stop.
The pan motor turn 7 rounds and stop.
The limits are in our soft?
If not it is possible to write a function like  "onMouseDown="decoder_control_2(93)" after 10 seconds generate one "onMouseDown="decoder_control_2(1)"  .
 Bonjour
J'utilise les moteurs de la camera pour faire avancer mon robot mais quelque chose bloque le moteur haut bas au bout de 3 tours et le moteur droite gauche au bout de 7 (aprés le reducteur donc en soft beaucoup plus).
Cette limitation est levée quant les fins de course sont touchés .
Qui sait comment enlever cette limitation dans le programme interne de la camera ?
10patout


 
If you look at my Interface here, and you use an Admin User Level Id, you can change the PTZ speed. One of the 10 Live Demos, allows you to access your camera or in your case robot directly. More here:
 
http://foscam.us/forum/free-generi [...] t2522.html
 
While I understand that my interface, does not work perfectly, for your robot, it will still allow you to change PTZ speed as an Admin User Level Id and then you can use your code, to see if that helps.
 
Also, there is an optional parameter that can be used with the decoder_control.cgi command, called degree. I have not used this parameter, it is also not documented well, but it looks like it is to repeat the same commands based on the value. So, maybe using it, with a value of 10, in your cgi command, might resolve this situation for you.
 
Grammar:/decoder_control.cgi?command=[&onestep=&degree=&user=&pwd=&next_url=]
param:
onestep=1:indicate the PTZ control is one step then stop,it is only for camera with ptz originally and it is only for up ,down,left and right.
Degree:onestep device operator degree
 
You might need to create your own timer, that once a mousedown event is sensed for this button, that you start a timer, that when it expires, it launches another .cgi command of 1.
 
I have another interface, that uses timers, that maybe helpful for you to look at here:
 
http://foscam.us/forum/free-mjpeg- [...] t3403.html
 
The above is jumping from preset to preset using the delay time of your choice. So that instead of doing vertical or horizontal patrols, you can jump from your presets one by one, in the order of your choice, with the delay times from one to the other set by you, automatically in an infinite loop. You could use the same methods to wait 10 seconds and do decoder_control_2(1)
 
Don


Message édité par theuberoverlord le 01-11-2012 à 18:35:20
n°711318
10patout
Posté le 03-11-2012 à 06:06:12  profilanswer
 

Thanks Don
But your interface is perfect for my robot the limitations are in the camera.
The good way is the modification to the software in the camera but i don't speak ARM language.
It is easier for me to learn javascript.
I test a timer in mousedown event  
Patrick

n°711542
theuberove​rlord
Posté le 06-11-2012 à 15:45:24  profilanswer
 

http://www.saveontelephonebills.com/camera/everything.png
 
Cette interface prend en charge gratuitement les alarmes de surveillance et d'enregistrement vidéo et audio pour autant de 10 caméras à la fois:
 
This free interface supports monitoring alarms and recording both video and audio for as many 10 cameras at once:
 
http://foscam.us/forum/free-mjpeg- [...] t3431.html
 
Don


Message édité par theuberoverlord le 10-11-2012 à 14:57:12
n°713621
bibi94
Posté le 27-11-2012 à 14:30:47  profilanswer
 

tranquille a écrit :

Et maintenant la version gratuite gère la motion sensitivity ainsi que les même paramètres que la version pro.
 
La seule différence entre la pro est la free est que la pro :
*/ n'a pas de pub
*/ est capable d'armer-desarmer plusieurs cam en un clic
 
Pour gerer plusieurs cam je n'utilise plus le systeme de preferences de Android qui est très limité mais une base de donnée propre à l'appli (sqlite)
 
Sur la version free, il faut resaisir les parametres de votre cam. (IP, user, password)
Seul inconvénient que je n'ai pas réussi à contourner sur la version free alors que j'ai réussi que la version payante  
 
En plus je m'amuse comme un petit fou à développer ce genre de petites applis!


n°713622
bibi94
Posté le 27-11-2012 à 14:35:27  profilanswer
 

Bonjour Tranquille
as-tu un projet de porter cette application,
que je trouve parfaite en simplicité et efficacité, qui répond parfaitement a mon besoin de pilotage (armement, désarmement à distance) sur WindowsPhone8 ou sur iOS/iPhone ?
J'avais changé provisoirement de smartphone vers iPhone et était devenu sans solution pendant cette période - je suis revenu sur Android mais si je change de nouveau j'aimerais beaucoup retrouver cette application.
cordialement
Bernard
 

tranquille a écrit :

Et maintenant la version gratuite gère la motion sensitivity ainsi que les même paramètres que la version pro.
 
La seule différence entre la pro est la free est que la pro :
*/ n'a pas de pub
*/ est capable d'armer-desarmer plusieurs cam en un clic
 
Pour gerer plusieurs cam je n'utilise plus le systeme de preferences de Android qui est très limité mais une base de donnée propre à l'appli (sqlite)
 
Sur la version free, il faut resaisir les parametres de votre cam. (IP, user, password)
Seul inconvénient que je n'ai pas réussi à contourner sur la version free alors que j'ai réussi que la version payante  
 
En plus je m'amuse comme un petit fou à développer ce genre de petites applis!


n°717968
Marco de C​haligny
Posté le 31-12-2012 à 12:46:02  profilanswer
 

Salut à tous.
 
Nouvelle version de mon petit logiciel 4CamPTzIP (V1.11).
Au niveau ergonomie, c'est la même chose. Mais il est bien moins gourmand en consommation UC et bande passante réseau.
 
http://marcodechaligny.free.fr/page_informatique/freew_mh/Info_01_fichier/4CamPTZ8IP1.11.jpg  
 
En effet, mon réseau privé (en 108Mbps max, 54Mbps en WIFI) commençait à s'essouffler avec pas moins de 4 ou 5 ordis en permanence, tablette et autres smartphones, webcam IP WIFI 24/24 pour ma station météo + les 4 cams PTZ, auquel vont se rajouter 2 HEDEN extérieures (des CAMH06IPWE, en passant, excellent matos pour le prix, avec zoom optique x3, jusqu'à très récemment, fallait au moins compter le triple pour ce genre de caméra dôme d'extérieur).
 
Donc, plus de 4 vidéos en simultané. En effet, malgré la taille réduite des 4 petits écrans, la taille réelle et le FPS des vidéos restaient celles programmées par l'utilisateur, et donc, on avait bien les 4  "gros" flux d'environ 200KBps (~800KBps), ce qui en plus, rendait les commandes PTZ un chouia pénible à utiliser par manque de fluidité (saccade, temps de réponse,  passage brutal d'un plan à un autre...).  
 
 
http://marcodechaligny.perso.sfr.fr/Photos/Cam_PTZ/4CamPTZ_conso4vidéos.jpg  
 
Donc, maintenant, on "shoot" une image, toutes les 10s pour les images en miniature et comme avant, en cliquant sur une miniature on a directement la vidéo temps réel.  
   
 
http://marcodechaligny.perso.sfr.fr/Photos/Cam_PTZ/4CamPTZ_conso4Images+1vidéo.jpg
 
Testé que sur Win XP*.  
*Si une erreur "erreur d'exécution '449'cet argument n'est pas facultatif" apparaît, c'est très certainement que le fichier ".ocx" (DVM_IPCam2.ocx fourni avec les HEDENs) servant au logiciel est absent ou non enregistré.
Je l'ai inclus dans le ".zip".
Le copier dans "C:\windows\system32" puis lancer le fichier " Enregistrer ocx dans reg.bat" ou copier dans la console de commande (menu démarrer/Exécuter) "regsvr32 c:\windows\system32\DVM_IPCam2.ocx" puis enter.
 
Dispo ici : http://marcodechaligny.free.fr/pag [...] mPTZ_IP111  
 
Si ça intéresse quelqu'un...et/ou éventuellement des "bêta testeurs" qui pourraient remonter leurs impressions, car je projette une future nouvelle version qui reprendra toujours le même principe, mais avec plus d'options (par ex sauvegarde dans le fichier de configuration ".ini" si image renversée ou non pour chaque cam, fonction zoom (si la cam l'a), enregistrement photos/vidéos, alarme etc...), et possibilité de 8 cams.
Peut-être par la suite, une adaptation "universelle" à tout OS (migration de VB à Java) voire passant par le navigateur (migration de VB à HTML/Javascript).
Joyeuses fêtes de fin d'année.

n°719362
Nesta92140
Posté le 10-01-2013 à 22:20:29  profilanswer
 

Bonjour à tous,
Savez-vous si il existe sur Windows Phone une application qui permette d'activer ou non l'alerte par mail ?
Merci.

n°740614
tybutin
Posté le 19-07-2013 à 23:42:47  profilanswer
 

Bonjour à tous. Je possède 2 cams Heden visioncam et deux Iphones à la maison (mon épouse et moi même). Notre appli de prédilection est "ISeeU Heden" que je trouve agréable et complète pour le pilotage des cams. En revanche, l'activation et la désactivation de la détection de mouvement et de son est assez laborieuse. Je n'ai pas trouvé d'app dédiée qui puisse le faire en un seul geste.
J'ai donc réalisé une app Iphone qui permet de réaliser cette action. De plus la géolocalisation permet de le faire automatiquement quand le dernier de nous deux quitte la maison (synchro Icloud).
Si quelqu'un est intéressé par cette fonctionnalité bien pratique, je lui fournirai le lien.
Bonne vacances à tous

n°742286
x-ben
Posté le 09-08-2013 à 21:02:08  profilanswer
 

Julien_21 a écrit :

Pour Petitcap
Bonjour,
Si c'est pour afficher des images envoyées par FTP par les caméras sur un serveur, j'utilise un script php que je communique bien volontiers.
Quelques modifications sont a faire concernant les chemins et le nom des images produites par les caméras.
 
Pour visionner: index.php

Code :
  1. <html>
  2.   <head>
  3.      <title>
  4.       Affichage des images
  5.     </title> 
  6.     <!--
  7.        
  8.     -->
  9.   </head> 
  10.   <body>
  11.  
  12. (...)


J.


 
 
Julien,
 
je crois comprendre que ton script affiche les images contenues dans le même dossier que le script lui mème ($Files = LoadFiles('./'); )
 
Dans mon cas les images se trouvent dans /home/user/ et j'ai le sentiment que cela pose un problème.
J'ai modifié le script afin d'avoir:
($Files = LoadFiles('/home/user/'); )
Je vois s'afficher le nom des images ainsi que le tableau sensé les accueillir, mais les images ne s'affichent pas.
 
si je fais clic/droit afficher l'image j'ai une erreur 404 et l'url correspondant à l'image est:
http://ipserveur/nom_image.jpg
alors que ça devrait être:
http://ipserveur/home/user/nom_image.jpg
 
Pourrais-tu m'orienter dans la résolution de ce ptit problème stp?
 
 [:at war with emo]  


---------------
LaBrute
n°742290
x-ben
Posté le 09-08-2013 à 21:21:09  profilanswer
 

arf il y a des parenthèses dans le nom des fichiers et à priori c'est pas autorisé sur linux :/

 

-edit-
j'ai enlevé à la main les parenthèses et j'ai également modifié une ligne vers la fin:
<td><? echo '<img '.$s.' src="/home/abc1/'.$Files[$indice+$i][0].'" alt="'.$Files[$indice+$i][0].'" />';

 

mais les images ne s'affichent pas.
clic droit afficher m'indique à priori la bonne url pourtant:
http://ipserveur/home/user/nom_image.jpg
(mais j'ai une réponse 404)

 

l'image existe:
root@serveur: /home# ll /home/user/nom_image.jpg
-rwxrwxrwx 1 user user 32368 Aug  9 07:30 /home/user/nom_image*

 

ça doit être un problème de config d'apache je pense mais là je ne sais pas faire

Message cité 1 fois
Message édité par x-ben le 09-08-2013 à 22:21:26

---------------
LaBrute
n°742331
eric7950
Posté le 10-08-2013 à 15:11:39  profilanswer
 

Marco de Chaligny a écrit :

Salut à tous.
 
Nouvelle version de mon petit logiciel 4CamPTzIP (V1.11).
Au niveau ergonomie, c'est la même chose. Mais il est bien moins gourmand en consommation UC et bande passante réseau.
 
http://marcodechaligny.free.fr/pag [...] IP1.11.jpg  
 
En effet, mon réseau privé (en 108Mbps max, 54Mbps en WIFI) commençait à s'essouffler avec pas moins de 4 ou 5 ordis en permanence, tablette et autres smartphones, webcam IP WIFI 24/24 pour ma station météo + les 4 cams PTZ, auquel vont se rajouter 2 HEDEN extérieures (des CAMH06IPWE, en passant, excellent matos pour le prix, avec zoom optique x3, jusqu'à très récemment, fallait au moins compter le triple pour ce genre de caméra dôme d'extérieur).
 
Donc, plus de 4 vidéos en simultané. En effet, malgré la taille réduite des 4 petits écrans, la taille réelle et le FPS des vidéos restaient celles programmées par l'utilisateur, et donc, on avait bien les 4  "gros" flux d'environ 200KBps (~800KBps), ce qui en plus, rendait les commandes PTZ un chouia pénible à utiliser par manque de fluidité (saccade, temps de réponse,  passage brutal d'un plan à un autre...).  
 
 
http://marcodechaligny.perso.sfr.f [...] vidéos.jpg  
 
Donc, maintenant, on "shoot" une image, toutes les 10s pour les images en miniature et comme avant, en cliquant sur une miniature on a directement la vidéo temps réel.  
   
 
http://marcodechaligny.perso.sfr.f [...] 1vidéo.jpg
 
Testé que sur Win XP*.  
*Si une erreur "erreur d'exécution '449'cet argument n'est pas facultatif" apparaît, c'est très certainement que le fichier ".ocx" (DVM_IPCam2.ocx fourni avec les HEDENs) servant au logiciel est absent ou non enregistré.
Je l'ai inclus dans le ".zip".
Le copier dans "C:\windows\system32" puis lancer le fichier " Enregistrer ocx dans reg.bat" ou copier dans la console de commande (menu démarrer/Exécuter) "regsvr32 c:\windows\system32\DVM_IPCam2.ocx" puis enter.
 
Dispo ici : http://marcodechaligny.free.fr/pag [...] mPTZ_IP111  
 
Si ça intéresse quelqu'un...et/ou éventuellement des "bêta testeurs" qui pourraient remonter leurs impressions, car je projette une future nouvelle version qui reprendra toujours le même principe, mais avec plus d'options (par ex sauvegarde dans le fichier de configuration ".ini" si image renversée ou non pour chaque cam, fonction zoom (si la cam l'a), enregistrement photos/vidéos, alarme etc...), et possibilité de 8 cams.
Peut-être par la suite, une adaptation "universelle" à tout OS (migration de VB à Java) voire passant par le navigateur (migration de VB à HTML/Javascript).
Joyeuses fêtes de fin d'année.


 
tu as utilisé quelle solution pour prendre une image /10 secondes?  
parce que, au moins sur foscam et heden, y a une commande toute simple pour choisir le débit
        maxVideoRate = 0 'max fps
        maxVideoRate = 1 '20 fps
        maxVideoRate = 3 '15 fps
        maxVideoRate = 6 '10 fps
        maxVideoRate = 11 '5 fps
        maxVideoRate = 12 '4 fps
        maxVideoRate = 13 '3 fps
        maxVideoRate = 14 '2 fps
        maxVideoRate = 15 '1 fps
        maxVideoRate = 17 '1/2 fps
        maxVideoRate = 19 '1/3 fps
        maxVideoRate = 21 '1/4 fps
        maxVideoRate = 23 '1/5 fps
pour le retourné et le miroir, tu n'as qu'à utiliser la commande cameraflip (0 à 4) pour connaître l'état


Message édité par eric7950 le 10-08-2013 à 15:19:26
n°742352
x-ben
Posté le 10-08-2013 à 23:18:39  profilanswer
 

x-ben a écrit :

arf il y a des parenthèses dans le nom des fichiers et à priori c'est pas autorisé sur linux :/
 
-edit-
j'ai enlevé à la main les parenthèses et j'ai également modifié une ligne vers la fin:
<td><? echo '<img '.$s.' src="/home/abc1/'.$Files[$indice+$i][0].'" alt="'.$Files[$indice+$i][0].'" />';
 
mais les images ne s'affichent pas.
clic droit afficher m'indique à priori la bonne url pourtant:
http://ipserveur/home/user/nom_image.jpg
(mais j'ai une réponse 404)
 
l'image existe:
root@serveur: /home# ll /home/user/nom_image.jpg
-rwxrwxrwx 1 user user 32368 Aug  9 07:30 /home/user/nom_image*
 
ça doit être un problème de config d'apache je pense mais là je ne sais pas faire


 
c'est tout bon j'ai fais un lien symbolique de /home vers /var/www et ça marche  
merci pour le script  [:charlest]  


---------------
LaBrute
n°745074
alex949
Posté le 11-09-2013 à 18:43:54  profilanswer
 

Bonjour;
Suite à de petits soucis, je viens de reparamétrer ma caméra heden5.5.
Tout c'est bien passé, mais je vais devoir refaire la même chose avec mon smartphone.
Avant j'avais téléchargé sous android, my vision cam, mais je trouve ca vraiment nul.
Effectivement on voit l'image, on peut faire bouger la caméra, mais on ne peut pas prendre de photo, ni lancer un enregistrement ou avoir le son.
D'ou ma question:
Connaissez vous une application qui pourrait faire cela ?

 

Deuxième chose, ayant configurer l'envoi par mail des photos prisent par la caméra depuis mon fournisseur (neuf)
Je recois correctement ces images sur mon autre adresse neuf, par contre rien du tout sur mon adresse mail gmail.
Aurai je loupé une étape ?

 

merci

 



Message édité par alex949 le 11-09-2013 à 18:45:45
n°745199
alex949
Posté le 13-09-2013 à 19:20:42  profilanswer
 

Personne pour m'aider ??

n°748968
db77
Posté le 28-10-2013 à 10:38:49  profilanswer
 

@Alex949 : As-tu essayé IP Cam Viewer ?
Et pour GMail, est-ce que cela ne va pas dans les spams par hasard ?


Message édité par db77 le 28-10-2013 à 11:28:39
n°754813
alex949
Posté le 21-12-2013 à 03:35:57  profilanswer
 

bonjour a tous
je reviens parmis vous car, depuis quelques temps et un probleme de wifi, j'ai eu sfr au telephone qui m a recree un reseau wifi avec un nouveau nom
cela fonctionne bien pour l ordi et la tablette mais voila que ma camera deconne
En filaire tout va bien, mais elle ne veut plus fonctionner en wifi
j'ai alors fait un reset complet de la camera ,et tout rentrer comme avant. sans resultat
 
Je me doute que ca doit venir de la box, un truc a faire mais quoi ....
 
Si vous avez une idée merci d'avance

mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4
Page Suivante

Aller à :
Ajouter une réponse
 

Sujets relatifs
[Topic Unique] Acer GN245HQ (remplaçant du GD245HQ)caméra IP qui emet en 3G
[TOPIC UNIQUE] Quel Jet d'encre A3 bureautique, Eco, R&V et sans margeheden visioncam
[Topic Unique] ROCCAT Kova[+]Foscam Fi8918w envoi email
Quelles caméra de surveillance IP Wifi ext ?[Topic Unique] Philips 226CL2
probleme camera IP dlinkCamera IP et mode d'utilisation du réseau
Plus de sujets relatifs à : [Topic Unique] Applis Pilotage IPCams Heden et FOSCAM Exclusivement


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR