Emil Borconi-Szedressy
Emil Borconi-Szedressy
Here is my Java code on how I do multi-touch in Android Auto, you will need to port this to C++ I guess. InputClass: ``` public void sendInput(TouchEventData.TouchEvent.Builder touch) {...
You could do this a different way. Set CranckShaft to create a Wifi Hotspot and set the TCP socket to listen on port 5288 (or any other port if you...
Set car speed to 0 every 400ms and that should do the trick,
It can be done, the trick is to do overscan on the output. Take the output screen display and make calculations on how much margins to add. Here is the...
@abraha2d - Sorry I've updated the previous answer with more details. I'll try to explain the logic a bit better. Let's say the screen is 600x1200 (800x480 is a standard...
AA now supports vertical screen as well, no need to do tricks....
Roughly november/december last year, but protobuf needs to be adjusted enum VideoCodecResolutionType { VIDEO_800x480 = 1; VIDEO_1280x720 = 2; VIDEO_1920x1080 = 3; VIDEO_2560x1440 = 4; VIDEO_3840x2160 = 5; VIDEO_720x1280 =...
8.something You still need to use letterbox cropping to make the content fitt correctly but you can use now the vertical resolutions. Just requests the next up resolution compared to...
Each implementation is different, Im not a C person I did dev in Java/android so can't help too much on how to achieve video cropping in crankshaft directly Emil Borconi...
Quite simple. ``` arcProgress = (ArcProgress) findViewById(R.id.arch1); arcProgress.setProgress(80); ```