RhoStudio で Android のデバイスを扱う
カメラの解像度の取得
参考 web ページ: https://github.com/rhomobile/rhodes-system-api-samples/blob/master/app/Image/controller.rb
Camera::get_camera_info('main') ['max_resolution']['width']
Camera::get_camera_info('main') ['max_resolution']['height']