Re: [twsocket] THttpCli...

2008-05-11 Thread Francois PIETTE
> I am using an THttpCli and collecting jpegs from a video camera. > > I have found that sometimes the GetAsync fails because the complete > document > is not sent and it always fails with the same byte count. > > I am tracking the bytes received from the DocData event. > > If the image is not re

Re: [twsocket] THttpCli...

2008-05-11 Thread Angus Robertson - Magenta Systems Ltd
> I am using an THttpCli and collecting jpegs from a video camera. > I have found that sometimes the GetAsync fails because the complete > document is not sent and it always fails with the same byte count. Try using my CamCollect application, it does exactly the same thing using ICS V5, see if y

Re: [twsocket] THttpCli...

2008-05-11 Thread zayin
Hello, Thanks for the link. Watching the debug window most of the time it works like clock work. Sometimes I see the content length and then it pauses and then indicates finished and starts again. So, there is a watchdog timer but its firing is not logged. I set the frequency to 1 sec, the lowes

Re: [twsocket] THttpCli...

2008-05-11 Thread Angus Robertson - Magenta Systems Ltd
> Thanks for the link. Watching the debug window most of the time it > works like clock work. Sometimes I see the content length and then it > pauses and > then indicates finished and starts again. So, there is a watchdog > timer but its firing is not logged. Are you referring here to CamCollec

Re: [twsocket] THttpCli...

2008-05-11 Thread zayin
Hello, >Are you referring here to CamCollect or your own application? CamCollect I spent hours last night attempting to locate the problem. I went so far as to cycle power on the camera, reset to defaults, and cycle power on my computer, to no resolution. This morning/afternoon I can not get i