roberttidey

Results 322 comments of roberttidey

As I believe this is still to be added I put together a temporary standalone method for doing ESP8266 exception decoding. https://github.com/roberttidey/NodeESPExceptionDecoder This uses the same type of method used...

I have just starting checking this out. It does look like the first few frames can be repeated but after that the pre trigger buffer works as intended to include...

Thanks a lot for your work on this. Can you let me have the full surrounding code you are changing so I can try it out? Or put in a...

OK. I'll give that a trial and then merge as appropriate. Thanks.

I have tried that but I don't see it going into those fix statements after trying multiple recordings. For reference in video_start I have ``` int copy_from_end, copy_from_start; copy_from_end =...

I did try various buffer sizes including 500 but I'll try more intensively with a lower value to see if I can get the fix to activate. I previously had...

I don't use the HQ camera but I'll do some more testing with different values. In the meantime I added the modifications anyway to the github.

OK. Well done tracing that down. It certainly makes sense. I am not familiar with exact details of the why the mutex was commented out but I believe it might...

Thanks for the description. Could you possibly zip up your changed source code and upload it. Comparison will make it easier to see the changes and also for the further...

Got the file OK. Thanks. I'll compare and incorporate some changes over the next few days.