Christian Netthöfel

Results 6 comments of Christian Netthöfel

After a little investigating and tweaking it seams that, if I change the `input_format` to `mjpeg`, the stream works. However my pi will crash shortly after. It is just a...

Sorry for the late reply. The output is as follows: ``` root@raspberrypi:/home/pi# avplay -f video4linux2 -list_formats all /dev/video0 avplay version 11.12-6:11.12-1~deb8u1+rpi1, Copyright (c) 2003-2018 the Libav developers built on Feb...

I see the same issue but only when I run the scan with `sonar.analysis.mode=preview` (for use with the github-plugin).

After some debugging I found this in `SwiftLintReportParser`: ```Java Pattern pattern = Pattern.compile("(.*.swift):(\\w+):?(\\w+)?: (warning|error): (.*) \\((\\w+)"); Matcher matcher = pattern.matcher(line); while (matcher.find()) { String filePath = matcher.group(1); int lineNum =...

Since they don't want to include that in their repo have you thought of creating a repo yourself?