csurf

Results 12 comments of csurf

I'm interested in doing the same... not sure if @sleemanj is still maintaing this script, but this would definitely be a useful option. I haven't dug too deep into the...

@lekrom I managed to get around this by adding a loop around the drawing routine so that it runs a couple of times within the script code, at around line...

@WebWire-NL I posted new issue here, #161, before seeing this issue. I'm running into the same problem. I believe that perhaps the p2pcam app (in newer firmwares?) will purposefully disable...

> I already fixed it.... The daemon unloads the sdcard.... So if you mount the sdcard to a different location and start Ur scripts from there then there's no issue...

@WebWire-NL I ended up doing things a bit differently. My solution was to setup the debug script to run in a background shell, and have it sleep for a while...

@WebWire-NL Did you post a script? I didn't see anything. no download links. Can you try posting again?

I am very interested in the possibility of coding a new camera daemon to replace p2pcam, but no one seems to want to share the SDK files with me. It...

Link to SDK download appears to be dead. I get 'invalid link code' message. Can someone pls provide a working link to download the SDK?

FYI, for anyone interested, I ended up adding the following two functions: ``` disable: function(){ this._detachEvents(); this._detachSecondaryEvents(); return this; }, enable: function(){ this._attachEvents(); this._attachSecondaryEvents(); return this; }, ``` This effectively...

LOL, no, this is not how the OBD2 protocol works AT ALL.