Aller au contenu
PatrickVH

Comment Inclure Les Nouveaux Foscam Hd (Type Cx,rx,fi99Xx)

Recommended Posts

Salut,

 

j'ai passé pas mal de temps pour faire fonctionner les nouveaux Foscam HD (type Cx, Rx et FI99xx) dans le HC2.

Finalement, j'ai trouvé une solution. Comme je ne maitrise pas suffisamment le français j'ai décrit le tuto en anglais. Je ferais le mieux pour vous répondre en français si vous avez des questions.

 

All new Foscam HD devices (type Cx,Rx,FI99xx) have a new firmware in which two video streams are configured with default settings that can NOT be changed in the user interface of the camera. However, with a small workaround you can make them work in the Fibaro HC2 interface.

I've not been able to test but normally the procedure described below should work with Fibaro HCL too (=> any feedback is welcome).

The solutions described below also works for 'older' HD models (98xxx series) with latest firmware.

 

Default Foscam settings in all HD cams with latest firmware:

* Stream 1 = Main Stream = HD

1) HD Mode (does not work with Fibaro)

2) Equilibrium mode (does not work with Fibaro)

3) Smooth mode (does not work with Fibaro)

4) User-defined (does not work with Fibaro)

 

* Stream 2 = Sub Stream

1) HD Mode (does not work with Fibaro)

2) Equilibrium mode (does not work with Fibaro)

3) Smooth mode: does work with Fibaro

4) User-defined (does not work with Fibaro)

 

 

Solution: 

 

Step 0: only for 'older' HD cams (98xxx series): update firmware of the cam

 

Using Safari, Google Chrome (I've not tested with other browsers)

Step 1: verify the stream settings for the sub stream: 

command: http://<ipFoscam>:88/cgi-bin/CGIProxy.fcgi?cmd=getSubVideoStreamType&usr=<youradminusername>&pwd=<youradminpassword>

 

result: if Foscam has default settings:

<CGI_Result>

<result>0</result>
<streamType>0</streamType>
</CGI_Result>

 

Step 2: set the sub stream to smooth mode: 

command: http://<ipFoscam>:88/cgi-bin/CGIProxy.fcgi?cmd=setSubVideoStreamType&format=2usr=<youradminusername>&pwd=<youradminpassword>

 

result: following result means that the new setting succeeded

<CGI_Result>

<result>0</result>
</CGI_Result>

 

Step 3: reboot Foscam (DO NOT SKIP THIS STEP!)

 

Step 4: check if sub stream type has been set to "2": 

command: http://<ipFoscam>:88/cgi-bin/CGIProxy.fcgi?cmd=getSubVideoStreamType&usr=<youradminusername>&pwd=<youradminpassword>

 

result: following result means that new parameter has been set in the Foscam config:

<CGI_Result>

<result>0</result>
<streamType>2</streamType>
</CGI_Result>

 

Step 5: create new camera device in the Fibaro admin interface with following parameters:

- camera model: "Foscam"

- user name: leave blank

- password: leave blank

- ip address: <ipofyourFoscam>:88

- jpg path: cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=<youradminusername>&pwd=<youradminpassword>

- mjpg path: cgi-bin/CGIProxy.fcgi?cmd=GetMJStream&usr=<youradminusername>&pwd=<youradminpassword>

- turn left url: cgi-bin/CGIProxy.fcgi?cmd=ptzMoveLeft&usr=<youradminusername>&pwd=<youradminpassword>

- turn right url: cgi-bin/CGIProxy.fcgi?cmd=ptzMoveRight&usr=<youradminusername>&pwd=<youradminpassword>

- move up url: cgi-bin/CGIProxy.fcgi?cmd=ptzMoveUp&usr=<youradminusername>&pwd=<youradminpassword>

- move down url: cgi-bin/CGIProxy.fcgi?cmd=ptzMoveDown&usr=<youradminusername>&pwd=<youradminpassword>

- stop camera movement url: cgi-bin/CGIProxy.fcgi?cmd=ptzStopRun&usr=<youradminusername>&pwd=<youradminpassword>

 

- Send STOP after movement

- JPG

- Refresh time: 10 seconds works fine for me

- MJPG: leave blank

 

For info: in most browsers the image of your cam will disappear in the Fibaro HC2 admin interface after the time set in the "refresh time" parameter. However, no worry. In your iPhone, iPad, Android app you will have a continuous mjpg stream.

 

 

Good luck!

 

  • Upvote 5

Partager ce message


Lien à poster
Partager sur d’autres sites

Merci pour ce tuto;

Effectivement pour moi FI9821P, j'ai passé pas mal de temps à  comprendre comment avoir le flux video et il fallait flasher le firmware de la camera pour que ca fonctionne.

 

However, i did not put 'FOSCAM" as a  model of my CAM in the HC2, i let "Other Model" it is ok also.

Partager ce message


Lien à poster
Partager sur d’autres sites

×