Power & Source of Big Ideas

Did FriendlyArm ever get back to you on this? Out of ~200 of these screens I've deployed I'd say about 5% show the flicker almost immediately and 20% do it eventually. This is with the brightness set to 100%. My application is deployed outdoors so I really need the brightness as high as possible :( ...
When connecting cameras to the HDMI input of the SOM-RK3399 dev kit my camera doesn't show up unless I set it to explicitly output 1080p. If the HDMI output resolution is set to "AUTO" it is not recognized. I'm assuming this is because there is no EDID support. Is this assumption correct? ...
My T4 and HD702E display came with some nice perspex mounting plates so it all goes together nicely. I then use a small cheap Chinese sourced CNC mill to cut out a front panel from 3mm acrylic and then use 3M VHB tape to secure it to the front panel. Works great. The attached image shows how it loo...
You need to edit the Android.mk files to remove those from the build. It's quite a bit of work to find everything but start at the top and work through each directory and the resulting Android.mk files until you find them. You will need to do a CLEAN on the output to purge anything from the previou...
I'm building AOSP for the SOM-RK3399. I'd like to remove as many unnecessary apps/services as possible. Specifically, how do I remove GPIO Sample, Lightning, RTC Sample, Serial Port Assistant, TfLiteCameraDemo, Watchdog Sample, WebView, and WifiDisplay? I have removed the google folder when building...
I haven't yet found a good way to detect the following using the SOM-RK3399: 1) If a camera is connected via HDMI 2) The resolution, fps, etc of the connected camera Is there an API for this in FriendlyThings or some other way to access it? I see the relevant information in my logs. It would be grea...
I'm looking for an enclosure that will hold the SOM-RK3399 Dev Kit + HD702E screen. Is there anything currently available for that combination?
I wasn't seeing anything on the camera preview. Turns out my camera was in Auto-Detect HDMI out mode. Changing it to output 1080p explicitly fixed my issue. But this brings up another question. Does the HDMI in port have EDID capability?
I am trying to use the HDMI input on the SOM-RK3399 in Android 8.1. Is this possible? I was under the impression that it would show up as the default camera in Android.