Remote PTZ camera(Samsung SNP-6201H) from Matlab application Using commands

1 回表示 (過去 30 日間)
omar elharrouss
omar elharrouss 2018 年 5 月 29 日
編集済み: Paolo 2018 年 5 月 29 日
I have Samsung SNP-6201H PTZ camera and I need to Control(move, zoom......) it using Matlab. are there any commands to control this camera from Matlab application??
  4 件のコメント
omar elharrouss
omar elharrouss 2018 年 5 月 29 日
Sorry the URL for streaming is : http://ipadress/cgi-bin/video.cgi?msubmenu=mjpg
Paolo
Paolo 2018 年 5 月 29 日
編集済み: Paolo 2018 年 5 月 29 日
You will need to construct the HTTP command according to your camera. For example, is authentication required?
To communicate with the camera, I had to translate the decimal values of the commands to hexadecimal A command to tilt 20 degrees looked like this:
http://130.160.183.160/cgi-bin/mpeg4?
USER=Admin&PWD=Admin&SERIAL_HEX=01002A00C8E3
A command to pan 20 degrees:
http://130.160.183.160/cgi-bin/mpeg4?
USER=Admin&PWD=Admin&SERIAL_HEX=01002900C8E0
You can then execute the command using webread.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Support Package for IP Cameras についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by