Jump to content

BorisJu

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Yes, the camera does ha hard work. Sometimes you look at the solution but you don't see it ... I solved the problem with the event, without the stream... Thanks Angus
  2. Hi Angus I don't catch the video frame, but LPR result from camera, but also have a lot of mixed data, text data and jpeg image. I try to receive data on OnDocData event, but I can't clear the RcvdStream. (HttpCli.RcvdStream as TmemoryStream).Clear; But at the next event, it still had old content and new. Boris
  3. I'm trying to get data from an LPR camera. Data is in mixed TXT and JPG format. I am using THttpCli component with GET method in synchronous or asynchronous operation. Is it possible to read the contents of RcvdStream and then set the stream to zero (empty). I'm trying with RcvdStream.Seek (0,0) but all the past content is still in the stream on next event or next read the stream. The stream is TMemoryStream. Thanks in advance. Boris
×