Saturday, April 27, 2019

Face tracking web application

Continuing the theme of exploring various technology, it is time to see how far the browser has come.

A web application which tracks user faces through the device video capture source. On mobile phone, user can choose which camera to capture the video from. Since mobile phone have limited computational power, the resolution of the video capture is lower to ensure a smooth experience.


Try out the face tracking web app. Please note the application is rather large ~ 9 MB, and may require a few minutes to download on a slow connection. You will also need a a modern browser such as Google Chrome. Available for desktop and mobile devices

Don't worry, all processing are done on the client side, i.e. no video or imagery are send to anyone.



Friday, April 26, 2019

Trying out flutter 1.0 to build an Android App

With the recent 1.0 release of Flutter, it is time to try out yet another technology. This time, it was a pleasant surprise. It was surprisingly easy to build an app and publish it!

And here it is: Hong Kong Barbeque Sites in Google Play Store 

This is a simple app which list out the Barbeque sites from LCSD Hong Kong. In this app, I get to tryout:
  1. Dart + Flutter
  2. Google Map integration 
  3. I18n with Chinese HK/CN and English.

Thursday, April 4, 2019

Did you know? JDK comes with HttpServer since 1.6

Did you know? JDK comes with a HttpServer since 1.6

And it is not a secret, do not use API under sun.*. It is under com.sun.*. Just tried it out and still works on JDK 11.