node-CarPlay
node-CarPlay copied to clipboard
When I try to run it, I get these errors. The `startnode.ts` filename is inconsistent with the `pacakge.json` `start:node`. The default start config parameters are missing some values. By the...
I have a react web app that uses node-carplay for Apple Carplay. Before multitouch was released everyhing worked fine. I wanted to upgrade to the latest version now but I...
Hi, Autokit app has "Software and Hardware decoding method" in settins. By default it sewts 25 fps for software method, and up to 60 fps for hardware, what does it...
Hi, is multitouch actually works? I tried in Maps app, but it works like single touch.
Hi, for some reason video not playing from node app on my car Head Unit browser. Is it possible to stream it as sequense of images, that can be rendered...
We should document known issues somewhere, not sure what's the best place to do so I'd start with this one: - Chrome has a USBDevice.reset bug on macOS that it...
The dongles have this capability, and I think it's just a case of a different set up config.
CarPlay supports messages to be sent from the car for items such as fuel level, battery percent, speed etc. I am hoping these are almost a "pass through" interface on...
As discussed in PRs investigation need to determine whether dynamic scaling is possible
Currently we use `console.debug` and such in places around the codebase. It'll be better to use [`debug`](https://www.npmjs.com/package/debug) to standardize the logging, and allow people to selectively enable logging for different...