Sending image through IP address

조회 수: 11 (최근 30일)
shiji chintu
shiji chintu 2011년 1월 20일
We are doing a project on the topic of security systems using an IP camera. We want to know that how to convert a captured image from the camera to be transmited over a network a system using tcp/ip protocol.
.
We also need to know how to transmit images via computer to a main server using ip address.
  댓글 수: 1
Todd Flanagan
Todd Flanagan 2011년 1월 21일
Shiji, I combined your 2 questions into a single one.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2011년 1월 20일
typecast() the image to uint8, send the resulting uint8 array via tcp, typecast() it back to the original data class at the receiving end, and (of course) reshape() the result to the proper size.
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 1월 21일
In order to use TCP, you need to either use Simulink (possibly in conjunction with the Real Time Workshop), or you need to use the Instrument Control Toolbox, or you need to use the Matlab File Exchange contribution "tcpudpip".

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Application Deployment에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by