Jason Scott

Results 13 comments of Jason Scott

This is not working on the Jason nano either with exactly the same error. The only thing I did was update deepstream from 5.0 to 5.0.1. ``` $ head -n...

Hi. Here's a link to a jsbin I've doctored up to show you the issue: http://jsbin.com/UxUkUpA/1/edit?output . See this image for what it looks like when it stuffs up: https://dl.dropboxusercontent.com/u/7546923/justgage/Capture.PNG...

Really... Can you show me how you've coded the tab switch... Its completely indistinguishable for me... Just a matter of ratcheting down the milliseconds on the timer. On 12 November...

Problem seems to be that when gstd is exiting it fails to delete its pid file due to an invalid path with a double-slash in it: ``` /usr/local/var/run/gstd//gstd.pid ``` If...

Appreciate your help. ;-) When I run the flutter build ios —release —flavor staging I get the build errors mentioned above so can’t get past that step. There must be...

Just realised I didn’t specify the errors. Away from my computer now but the first was that Xcode could not find the generated xcconfig files that we reference in the...

This would be great. On Macos --git-ignore does not ignore my node_modules folder even though it is correctly in my .gitignore file.

Update - if I add this as a step at the end of the dockerfile it works: `sed -i '/^ZSH_THEME/c\ZSH_THEME="eastwood"' /home/node/.zshrc`. Must be something in vscode's devcontainer terminal startup that...

I mean - will it work with nvidia deepstream? Ie 8 cameras at 30fps with inference; re-streaming as rtsp; writing to files and so on.

Thankyou @tomek-l this is awesome. So under the hood you are using the DeepStream hardware-accelerated elements. Do you think it would be possible to use the smartrecord and analytics elements?...