![]() |
Using camera through the editor mode - Printable Version +- phyphox Forums (https://phyphox.org/forums) +-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6) +--- Forum: Experiment editor (new Blockly-based version) (https://phyphox.org/forums/forumdisplay.php?fid=15) +--- Thread: Using camera through the editor mode (/showthread.php?tid=2085) |
Using camera through the editor mode - miltonbap - 01-29-2025 hi dears, Do you intend to allow access to hsv data collected by camera through editor mode? I would like to include the operation of a mathematical function whose variable is hue. Thanks! RE: Using camera through the editor mode - Jens Noriʇzsɔɥ - 01-29-2025 The camera is only supported by the current phyphox beta version (and still just on Android) for 1.2.0 (file format 1.19) while the editor produces output for the release version (file format 1.18). There is no way to set a target version in the online editor and I would not expect that we ever add such complexity to it. Sorry. Of course, it will be possible once 1.2.0 is released. RE: Using camera through the editor mode - miltonbap - 01-30-2025 (01-29-2025, 01:02 AM)Jens Noriʇzsɔɥ Wrote: The camera is only supported by the current phyphox beta version (and still just on Android) for 1.2.0 (file format 1.19) while the editor produces output for the release version (file format 1.18). There is no way to set a target version in the online editor and I would not expect that we ever add such complexity to it. Sorry. Thanks to the team's attention and efforts in developing the application. Following your guidance, I had already integrated the reading of this camera data via Python code. I'll follow this path for now. Thank you for your generous attention always. Greetings from Brazil. |