Feed Advanced Search

Oct 24 2018

Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Okey thanks i will check that when i have more time.

Oct 24 2018, 10:16 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Have added simple eslint config with settings i'Ve already mentioned before. Don't have any other special preference at the moment.

Oct 24 2018, 7:38 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

the riot.js compiler is not required can be replaced with riot.min.js (~12KB less) i will do that when i have done the new widgets.

Oct 24 2018, 6:52 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Is the riot compiler JS still required? As currently pre-compilation is done by gulp.

Oct 24 2018, 6:05 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Dev VM is planned for UI development in first place, then i hope to move daemon to another repo and also place it there, for comm tests.

Oct 24 2018, 3:33 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

When there is a code style guide that you prefer or has been defined it's no problem to adapt it. I'm new in terms of code development and it's my first real code project i'm happy to get inputs to reach a better result.

Oct 24 2018, 3:29 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Nothing to be sorry about, just normal development cycle. Preparing the VM currently, which will hold the web UI dev environment. It consists of Manjaro (XFCE) and Atom.io mainly. Will try to add some plugins, like eslint, after that we have to do a short discussion about code style, e.g. semicolon yes/no, single ' or double " quotation marks for strings and so on. Have my own preferences, but wanted to talk to majority about it.

Oct 24 2018, 12:08 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@BAndiT1983 strage bug the precompile for the .tag files didn't see the end correctly i removed emty space's and it works againe. sorry for that.

Oct 24 2018, 12:04 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Please check the code, getting unexpected token "<" in browser.

Oct 24 2018, 11:38 AM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

made the upload, i will also delete my repo in some days.

Oct 24 2018, 8:14 AM · AXIOM Beta Software, AXIOM Remote

Oct 23 2018

sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

https://github.com/apertus-open-source-cinema/web-remote created

Oct 23 2018, 12:40 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Then a new repo please, with commit rights for us all. You could upload latest version, so Francis can commit his changes over it, then we can inspect the differences. I've adjusted his code a bit, as showcase for Browsersync stuff, but not very much.

Oct 23 2018, 11:40 AM · AXIOM Beta Software, AXIOM Remote
sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Whatever you prefer.

Oct 23 2018, 11:26 AM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Should we start separate repo for it, and add as submodule to beta-software one later? This would allow to do things in parallel, like independent CI builds.

Oct 23 2018, 11:24 AM · AXIOM Beta Software, AXIOM Remote
sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Great to see things flowing so steadily here!
Shall I give you commit access to github so you can more easily commit/collaborate on code?

Oct 23 2018, 10:54 AM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

i made a update my stuff is still under development but the other part hasn't been changed so gulp should work.
made also all component tag's to a single js file so it looks slowly better in the index.html file and less stuff to load.

Oct 23 2018, 10:28 AM · AXIOM Beta Software, AXIOM Remote

Oct 22 2018

BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Here is the version with browsersync support. Lost my websocket adjustments, but there were only few, which is not that tragic.

Oct 22 2018, 9:07 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Nah, not gulp serve, but browsersync. It reloads HTML page on the fly, when it detects changes to HTML or JS files. Also you can stream CSS changes, without reloading the page, which saves time. Also you can adjust it to compile and then reload on changes to Tag files, as an example. Really nice stuff, using it when i can for web development, latest one was development of a Drupal theme, done with this live preview. See pcb-aoi apertus repo on Github for an example.

Oct 22 2018, 6:35 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Sound's good and take it easy 😉...
For the UI my view was to have for each data type a own widget and the module maker defines the widget for his module.

Oct 22 2018, 4:26 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Adjusted UI code a bit, so it would send correct message on reload, to get available params. Also adjusted websocket server processing, so the response will come back with real data from daemon. Will try to do final tests today, before uploading it.

Oct 22 2018, 4:36 AM · AXIOM Beta Software, AXIOM Remote

Oct 21 2018

BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

We can for sure embed it in a JSON file on the camera and send it together with other stuff back. Will resume to inspect your code in a moment, as i want to get exactly this part of comms done, before proceeding with adding parameters.

Oct 21 2018, 5:47 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

My target is to use indexedDB from the browser to store the data. There shouldn't be a big task to go over daemon (it takes maybe 20-40 LOC to make it happen) .

Oct 21 2018, 5:27 PM · AXIOM Beta Software, AXIOM Remote

Oct 20 2018

BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

No problem, adjust it to your liking, just assisting with some infrastructure. Websocket has connected, after my adjustments, see the code, but haven't got much further, as it expects the JSON database. Will try to adjust it, so it actually tries to retrieve it from websocket server, as i'm not sure, if we should maintain separate JSON config file or not. Current plan is to provide it dynamically by daemon, on request.

Oct 20 2018, 4:43 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@BAndiT1983 thank you! i didn't invest a lot in gulp yet but it looks very simple. thanks

Oct 20 2018, 7:04 AM · AXIOM Beta Software, AXIOM Remote

Oct 19 2018

BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Improved a bit and fixed small problems, also added build.sh.

Oct 19 2018, 9:36 AM · AXIOM Beta Software, AXIOM Remote
sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

please commit/upload!

Oct 19 2018, 9:21 AM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

My proposal for GULP adjustments, started to implement, as i wasn't sure how to debug riot.js without precompiling:

Oct 19 2018, 9:17 AM · AXIOM Beta Software, AXIOM Remote

Oct 16 2018

sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

I agree that its important to familiarize yourself with the technology but still we cannot punish users who didn't.

Oct 16 2018, 10:37 AM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@sebastian the others don't know that is important to test and understand the equipment. (could tell storys about that! a good hint this was a reason why i support apertus! we lost nearly customer data because we haven't test the memory cards before shooting)

Oct 16 2018, 10:33 AM · AXIOM Beta Software, AXIOM Remote
sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

i'm sure most user will test first there setup at a location that has internet.

Oct 16 2018, 10:09 AM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@sebastian it only needs internet connection when you load the site after that it can work offline. i'm sure most user will test first there setup at a location that has internet.
PWA requirement is a http server (can be a very simple one) and a modern Web Browser the decision if it's in the firmware / internet or where ever is at the moment not relevant and can be solved on a later stage when the server is working.

Oct 16 2018, 7:14 AM · AXIOM Beta Software, AXIOM Remote

Oct 15 2018

sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

We don't know if camera users will have internet connectivity where they are shooting so serving from apertus.org is not a good idea.
Whats the problem with having a http server on the camera? Its already prepackaged and available. Updates to the WebRemote can be done with the camera firmware.

Oct 15 2018, 5:50 PM · AXIOM Beta Software, AXIOM Remote

Oct 14 2018

Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@BAndiT1983 for to make a PWA it looks like it requires a http server the reason is the PWA / Service Worker checks if there is a update or not from the server.

Oct 14 2018, 11:33 AM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@Francis: Do you need some assistance for the setup? I'm usually using gulp, but grunt also shouldn't be a problem.

Oct 14 2018, 9:13 AM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Have hoped to do it without a server, as it should be self-contained later. The plan, which was created by another user (Task T937), is to send the whole app package to the client (e.g. smartphone) on first call. This would allow to avoid the need for a web server on the camera and spare resources.

Oct 14 2018, 9:05 AM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@BAndiT1983 yes there some stuff that i didn't optimzed yet like the icons, for that i need to make a setup.

Oct 14 2018, 7:18 AM · AXIOM Beta Software, AXIOM Remote

Oct 13 2018

BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@Francis: Tried to execute your app, but the problem is, that it relies on some stuff, which throws cross-domain errors and refuses to work. Also the font shouldn't be loaded from internet, but from a sub-folder.

Oct 13 2018, 8:20 PM · AXIOM Beta Software, AXIOM Remote

Oct 10 2018

BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Thanks, will check it, but also try to connect your app to the real websocket server from the daemon project.

Oct 10 2018, 9:53 AM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@BAndiT1983 there is a simple setup where you can sent some strings to the websocket server on https://github.com/Mandrake0/Apertus_Demo_Server for the testing.

Oct 10 2018, 9:04 AM · AXIOM Beta Software, AXIOM Remote

Oct 7 2018

BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@Francis: Have committed adjusted daemon version, haven't tested websocket server yet, but will try to do so using your code. At least to see, if responses are coming back to it.
@sebastian: Will try to add some parameters from your list, as example.

Oct 7 2018, 10:44 AM · AXIOM Beta Software, AXIOM Remote

Oct 1 2018

BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Current plan is, to get things up and running sooner, to use manual string conversion (docs will follow), as we use JSON and flatbuffers. Later it can be extended. Another point is, where i'm not sure about, but will follow for now: to set and get things, the parameters should be prepend with "set_" or "get_", e.g. "set_gain" and daemon selects correct handler method. Other approach to this, would be a path of REST, where the command is set explicitly, e.g. for JSON: command: "set", parameter: "gain".

Oct 1 2018, 8:52 AM · AXIOM Beta Software, AXIOM Remote

Sep 30 2018

sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

I started a google doc so we can collect actual/abstracted potential parameters and possible values/ranges:
https://docs.google.com/document/d/1avhqneK2whvau_XBEGza_ujum8SB4EgMCl6i5aC9e18/edit?usp=sharing

Sep 30 2018, 6:49 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

sounds perfect :-)
take your time....

Sep 30 2018, 6:07 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

No problem, trying to help when i can, so we get simpler camera control soon, as many people are afraid of terminal usage, which can be confusing sometimes.

Sep 30 2018, 2:21 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

thank you for the information.

Sep 30 2018, 1:06 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

hi, daemon is being adjusted currently, so it responses correctly to the frontend. Following list should cover your questions:

Sep 30 2018, 12:14 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

hey all,

Sep 30 2018, 11:58 AM · AXIOM Beta Software, AXIOM Remote

Sep 14 2018

Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

made a small update: https://vimeo.com/289786668

Sep 14 2018, 2:12 AM · AXIOM Beta Software, AXIOM Remote

Sep 12 2018

Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

at the moment the ID is just a unique value (example: "_id": "id_08" ) it could be made with a hash value it doesn't matter for the interface.

Sep 12 2018, 1:37 PM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Which IDs are involved? Can we generate them as hashes, automatically?

Sep 12 2018, 1:01 PM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@BAndiT1983 it should be possible to do that just the ID must be unique over all files.

Sep 12 2018, 11:22 AM · AXIOM Beta Software, AXIOM Remote
sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Hi Francis

Sep 12 2018, 10:14 AM · AXIOM Beta Software, AXIOM Remote
BAndiT1983 added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Just out of curiosity: Won't this file be too cluttered after defining multiple pages and related controls? Could we use multiple files, like one per dialog/menu, in that case?

Sep 12 2018, 9:54 AM · AXIOM Beta Software, AXIOM Remote
Francis added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

hey everybody,

Sep 12 2018, 12:18 AM · AXIOM Beta Software, AXIOM Remote

Jun 25 2018

sebastian closed T200: Remote Control Display Size as Resolved.

We haved chosen the 2.8" capacitive TFT from adafruit: https://www.adafruit.com/product/1947 for now.

Jun 25 2018, 4:55 PM · AXIOM Remote
sebastian renamed T444: M8 Circular Connectors from Connectors to M8 Circular Connectors.
Jun 25 2018, 4:51 PM · AXIOM Remote
sebastian closed T76: Create Online Dictator Menu Simulator as Resolved.
Jun 25 2018, 4:45 PM · AXIOM Remote, AXIOM Beta Software
sebastian closed T125: Create 3D printable enclosure mock of the AXIOM Remote Control device as Wontfix.
Jun 25 2018, 4:45 PM · AXIOM Remote, AXIOM Beta Hardware
sebastian triaged T274: solar powered (?) as Wishlist priority.
Jun 25 2018, 4:45 PM · AXIOM Remote

Mar 14 2018

nothingismagick added a comment to T937: REST service and consumer proposal.

perhaps we should change the title of this thread - or move it to "websockets" REST doesn't seem to make sense anymore...

Mar 14 2018, 10:41 AM · AXIOM Remote, AXIOM Beta Software

Mar 11 2018

nothingismagick added a comment to T937: REST service and consumer proposal.

So I have "implemented something" - the frontend for the WebRemote and worked with the team today to design a spec. But I would still like @jatha to show some evidence that suggests that "the camera has plenty of resources". I find this hard to believe (its only a relatively low-powered dual arm!!!) and only benchmarks running during a camera state where it is filming and executing scripts could change my opinion. (Or alternatively, a video of htop screen.)

Mar 11 2018, 8:21 PM · AXIOM Remote, AXIOM Beta Software
nothingismagick added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

Working spec document

Mar 11 2018, 6:30 PM · AXIOM Beta Software, AXIOM Remote

Mar 8 2018

RexOr updated the task description for T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.
Mar 8 2018, 6:07 PM · AXIOM Beta Software, AXIOM Remote
RexOr updated the task description for T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.
Mar 8 2018, 6:05 PM · AXIOM Beta Software, AXIOM Remote
RexOr renamed T939: AXIOM WebRemote: Detailed Specs, Requirements and Build from Detailed Specs, Requirements and Build to AXIOM WebRemote: Detailed Specs, Requirements and Build.
Mar 8 2018, 6:04 PM · AXIOM Beta Software, AXIOM Remote

Feb 24 2018

sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

We unified the Control software, its now called "AXIOM WebRemote" (also moved it to the correct folder on github):
https://github.com/apertus-open-source-cinema/beta-software/tree/master/software/http/AXIOM%20WebRemote
https://wiki.apertus.org/index.php/AXIOM_WebRemote

Feb 24 2018, 5:40 PM · AXIOM Beta Software, AXIOM Remote

Feb 22 2018

sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

For the Controller/WebGUI/ControlGUI its currently me and @BAndiT1983 working on it. The current state is https://github.com/apertus-open-source-cinema/beta-software/tree/master/software/control_daemon/ControlGUI
Concepts are here: https://wiki.apertus.org/index.php/Wifi_Remote

Feb 22 2018, 10:11 AM · AXIOM Beta Software, AXIOM Remote

Feb 21 2018

nothingismagick added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

So, I know that there is no Loomio decision making process here (our 150 person non-profit in Hamburg - the Gängeviertel - tried it too, with results similar to your experience...) but I still need some guidance from the core-team on how I should move forward and contribute. I can build everything I wrote about in the CONTROLLER, INTERFACE and DAEMON sections, but it is a considerable amount of work and will take some careful planning and integration...

Feb 21 2018, 11:21 PM · AXIOM Beta Software, AXIOM Remote
nothingismagick updated the task description for T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.
Feb 21 2018, 3:24 PM · AXIOM Beta Software, AXIOM Remote
nothingismagick added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

@sebastian sorry about the Terminology. (You did although just call it WebGUI and then link to ControlGUI...)

Feb 21 2018, 2:52 PM · AXIOM Beta Software, AXIOM Remote
nothingismagick updated the task description for T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.
Feb 21 2018, 2:50 PM · AXIOM Beta Software, AXIOM Remote
sebastian added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

When you say "Controller" do you mean the WebGUI ?
http://files.apertus.org/AXIOM-Beta/ControlGUI/
https://github.com/apertus-open-source-cinema/beta-software/tree/master/software/control_daemon/ControlGUI

Feb 21 2018, 10:02 AM · AXIOM Beta Software, AXIOM Remote
RexOr updated subscribers of T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.
Feb 21 2018, 8:17 AM · AXIOM Beta Software, AXIOM Remote
nothingismagick added a comment to T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.

I like some of the ideas over at snickerdoodle - especially their app-connectivity. Maybe there are some good ideas over there too...

Feb 21 2018, 2:12 AM · AXIOM Beta Software, AXIOM Remote
nothingismagick updated the task description for T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.
Feb 21 2018, 2:02 AM · AXIOM Beta Software, AXIOM Remote
nothingismagick updated the task description for T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.
Feb 21 2018, 1:53 AM · AXIOM Beta Software, AXIOM Remote
nothingismagick created T939: AXIOM WebRemote: Detailed Specs, Requirements and Build.
Feb 21 2018, 1:50 AM · AXIOM Beta Software, AXIOM Remote

Feb 20 2018

BAndiT1983 added a comment to T937: REST service and consumer proposal.

The ball is on your side. Implement something which fits the requirements and we can test it on the Zynq, to see how it behaves.

Feb 20 2018, 8:45 PM · AXIOM Remote, AXIOM Beta Software
nothingismagick added a comment to T937: REST service and consumer proposal.

I am seeing two different perspectives here, and just would like to have some clarification - or even better some benchmarking stats. For your information I have done work on arduino, raspberries, Olimex a20-SOM / LIME (including custom flashing of the NAND), Banana-pi and the O-Droid C-1 - so I am VERY aware of paying attention to system resources and the tough design decisions that come with that.

Feb 20 2018, 8:41 PM · AXIOM Remote, AXIOM Beta Software
BAndiT1983 added a comment to T937: REST service and consumer proposal.

It went not well, while GSoC2017, without going too much into details. So i've resumed the work on the daemon, REST server and GUI. The goal is to get rid of scripts to get performance gains. Don't underestimate it, it's an embedded CPU, resources are sparse. There is a reason why C++ was used.

Feb 20 2018, 7:33 PM · AXIOM Remote, AXIOM Beta Software
nothingismagick added a comment to T937: REST service and consumer proposal.

Ok - I've noted what you said @jatha - thanks for the info. Can you tell me where to find the spec for the openAPI and Plugin Modules?

Feb 20 2018, 7:30 PM · AXIOM Remote, AXIOM Beta Software
BAndiT1983 added a comment to T937: REST service and consumer proposal.

If i remember correctly, then most of this things were discussed with Herbert for the daemon, which was a task for GSoC2017. If you can get it through bash script, fine, but i'm rather sceptical about the performance. Surprise me.

Feb 20 2018, 7:17 PM · AXIOM Remote, AXIOM Beta Software
anuejn added a comment to T937: REST service and consumer proposal.

There are some things, that are good to consider, when we build something like this:

  • The camera has plenty of resources. When designing something that only works on the parameters, and not on any image data it is almost impossible to design a system that is to imperformant to run on the cam. This means no performance optimisation is needed.
  • The software has to work without requiring internet access at all. (in my opinion) I think it would be handy if everything is served from the camera.
  • The software should manage the state of the hardware (is the fpga configured? what bitstream should be loaded? what bitstream is loaded? what plugin modules are plugged in?
  • New Plugin Modules should be easy to integrate (new bitstrams and new parameter space)
  • An open API should be exposed to allow other interfaces (maybe hardware) to be easily developed
Feb 20 2018, 7:13 PM · AXIOM Remote, AXIOM Beta Software
sebastian updated subscribers of T937: REST service and consumer proposal.
Feb 20 2018, 6:03 PM · AXIOM Remote, AXIOM Beta Software
BAndiT1983 added a comment to T937: REST service and consumer proposal.

It is planned, but wasn't done yet, as we have lack of people, who are involved in practical way.

Feb 20 2018, 5:55 PM · AXIOM Remote, AXIOM Beta Software
nothingismagick added a comment to T937: REST service and consumer proposal.

I thought I read somewhere that there is a virtual machine image that I should use to spin up development... Maybe I imagined that.

Feb 20 2018, 5:53 PM · AXIOM Remote, AXIOM Beta Software
BAndiT1983 added a comment to T937: REST service and consumer proposal.

Which VM image?

Feb 20 2018, 5:47 PM · AXIOM Remote, AXIOM Beta Software
nothingismagick added a comment to T937: REST service and consumer proposal.

Challenge accepted. Can you point me to a resource for a current VM image?

Feb 20 2018, 5:44 PM · AXIOM Remote, AXIOM Beta Software
BAndiT1983 added a comment to T937: REST service and consumer proposal.

Daemon was started, amongst other things, to remove the need for that folder at some point in time. Feel free to implement something, which could replace current approach.

Feb 20 2018, 5:31 PM · AXIOM Remote, AXIOM Beta Software
nothingismagick added a comment to T937: REST service and consumer proposal.

Then maybe a single long running bash script with a high priority / nice-value running as a main control interface that listens for changes to the fifo and where necessary modifies the fifo / and non-volatile file-store for use on startup for init and conf...

Feb 20 2018, 5:27 PM · AXIOM Remote, AXIOM Beta Software
BAndiT1983 added a comment to T937: REST service and consumer proposal.

The goal is to avoid to use bash which spawns a lot of threads and to have a central point which should do the configuration and initializations.

Feb 20 2018, 5:17 PM · AXIOM Remote, AXIOM Beta Software
nothingismagick created T937: REST service and consumer proposal.
Feb 20 2018, 4:51 PM · AXIOM Remote, AXIOM Beta Software

Feb 3 2018

mxf added a comment to T274: solar powered (?).

We can also think of using an EDP display (e-ink display, like in e-book readers), which consume very few energy. The refreshing rate isn't very fast, but for the remote, we don't need something very fast.

Feb 3 2018, 11:41 PM · AXIOM Remote

Apr 30 2017

Bertl removed projects from T778: Monthly meetup in Vienna: YES! - but what day?: AXIOM Beta Software, AXIOM Beta Hardware, Google Summer of Code 2022.
Apr 30 2017, 1:27 PM · Brainstorming, Community
Walter renamed T778: Monthly meetup in Vienna: YES! - but what day? from Monthly meetup in Vienna, but what day? to Monthly meetup in Vienna: YES! - but what day?.
Apr 30 2017, 1:13 PM · Brainstorming, Community
BAndiT1983 removed a project from T778: Monthly meetup in Vienna: YES! - but what day?: Open Cine.
Apr 30 2017, 1:06 PM · Brainstorming, Community
Walter updated the task description for T778: Monthly meetup in Vienna: YES! - but what day?.
Apr 30 2017, 1:23 AM · Brainstorming, Community
Walter updated the task description for T778: Monthly meetup in Vienna: YES! - but what day?.
Apr 30 2017, 1:22 AM · Brainstorming, Community
Walter updated the task description for T778: Monthly meetup in Vienna: YES! - but what day?.
Apr 30 2017, 1:22 AM · Brainstorming, Community
Walter updated the task description for T778: Monthly meetup in Vienna: YES! - but what day?.
Apr 30 2017, 1:21 AM · Brainstorming, Community