phyphox Forums
Android beta test of 1.2: camera support - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6)
+--- Forum: Beta-Test (https://phyphox.org/forums/forumdisplay.php?fid=10)
+--- Thread: Android beta test of 1.2: camera support (/showthread.php?tid=1889)



Android beta test of 1.2: camera support - Jens Noriʇzsɔɥ - 06-09-2024

The new public beta of phyphox on Android (follow the link for information on how to install it) includes support for smart device cameras. There is a first set of experiments that utilise it: “Brightness (Luminance)”, “Color (Hue Saturation Value)”, and two camera stopwatches for brightness and colour. There is a demonstration video on our mastodon account.

All smartphone scientists being fearless and/or keen to experiment: try it, break it, and report back what you notice here or by mail.

We are working hard on the iOS part. There is already quite some work done with the fundamental lessons being learned, however, judging by the time it has taken to finally push out the Android version, we cannot give any serious schedule…

(… and yes: this deserves the huge version leap to a 1.2 series Wink)


RE: Android beta test of 1.2: camera support - miltonbap - 06-10-2024

Hi dears,

I am starting to use the new resource on camera. In another activitie, I used a json command to read data to my python code: response = r.get(url + '&'.join(what_to_get)).text., where what_to_get = ['illum']. I find that menemonic illum trying names. Could you help with the menemonic that you have used for the camera?


RE: Android beta test of 1.2: camera support - Jens Noriʇzsɔɥ - 06-11-2024

You could have a look into the experiment sources: the correct link should be https://github.com/phyphox/phyphox-experiments/tree/development, for this beta. There are four experiments named “camera_*”. If you click/tap on these, the “<data-containers>” block gives you the names to be entered in your “get” request.


RE: Android beta test of 1.2: camera support - miltonbap - 06-11-2024

Thank you very much!


RE: Android beta test of 1.2: camera support - miltonbap - 09-10-2024

(06-11-2024, 10:52 AM)Jens Noriʇzsɔɥ Wrote: You could have a look into the experiment sources: the correct link should be https://github.com/phyphox/phyphox-experiments/tree/development, for this beta. There are four experiments named “camera_*”. If you click/tap on these, the “<data-containers>” block gives you the names to be entered in your “get” request.

Do you have plan to Open the câmera resources for the editor environment?


RE: Android beta test of 1.2: camera support - Jens Noriʇzsɔɥ - 09-10-2024

Yes, of course, once the file format additions have stabilised over the beta test. We should keep the option of breaking changes for now (even though, I would expect it being unlikely).