Feed Advanced Search

Nov 10 2018

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

Did just few adjustments to web-remote, it communicated almost right away with the WSServer and daemon. Noticed 2 things which should be adjusted:

Nov 10 2018, 2:00 PM · AXIOM Beta Software, AXIOM Remote

Nov 1 2018

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

Maybe this one is better -> https://github.com/ygoe/msgpack.js also consider gzipped versions, where your 50kb file is only 14kb big.

Nov 1 2018, 1:00 PM · AXIOM Beta Software, AXIOM Remote

Oct 25 2018

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

Just as a reference for the future: Usually our JSON packets will be very small, but if we consider to sent larger packs in the future, like restoring some user profiles (no point to sent individual settings, if there are a lot of cahnges) or when receiving the response with all available stuff in the camera (which i expect to be rather big), then we could consider to use MessagePack, to reduce the size -> https://msgpack.org

Oct 25 2018, 3:28 PM · AXIOM Beta Software, AXIOM Remote

Oct 24 2018

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
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
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
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

Oct 23 2018

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
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

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
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

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

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
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 18 2018

BAndiT1983 added a comment to T1106: navbar size for 1280x1024.

Yes, but currently no time to fix it. Will try in the next days, if some spare time is there.

Oct 18 2018, 6:25 PM · Web Content & Documentation

Oct 14 2018

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

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

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 2 2018

BAndiT1983 added a comment to T834: AXIOM Beta Extended.

Could it be spam? As i don't see any purpose for 3G/4G in a camera.

Oct 2 2018, 10:28 AM · AXIOM Beta Hardware

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

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
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

Sep 16 2018

BAndiT1983 added a comment to T1105: publications image white space.

Adjusted behaviour on the test node, please check IRC logs, so i don't have to post link here for now.

Sep 16 2018, 11:09 PM · Web Content & Documentation
BAndiT1983 closed T1104: apertus image link in navbar doesnt work as Resolved.

Fixed.

Sep 16 2018, 12:29 AM · Web Content & Documentation

Sep 12 2018

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
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

Aug 15 2018

BAndiT1983 assigned T1101: Evaluate RawSpeed to TofuLynx.
Aug 15 2018, 6:57 PM · Open Cine
BAndiT1983 closed T332: Clean up/extend Context class as Invalid.

Obsolete

Aug 15 2018, 6:56 PM · Open Cine
BAndiT1983 closed T301: Add layout switching as Invalid.

Obsolete

Aug 15 2018, 6:56 PM · Open Cine

Aug 9 2018

BAndiT1983 created T1101: Evaluate RawSpeed.
Aug 9 2018, 8:49 AM · Open Cine
BAndiT1983 closed T1100: Open Dialog of ProcessingTest as Resolved.

Added storing of last directory, when file was opened. Cannot reproduce other problems (Manjaro, XFCE).

Aug 9 2018, 8:49 AM · Open Cine

Jul 5 2018

BAndiT1983 added a comment to T658: dynamic HDMI overlay text framework.

Possible framework, as replacement for ImageMagick: http://www.graphicsmagick.org

Jul 5 2018, 4:41 PM · AXIOM Beta Software

Jun 19 2018

BAndiT1983 added a comment to T635: Coding Guidelines.
  • Curly braces should be always placed, even for single lines in if()
Jun 19 2018, 11:15 PM · Open Cine

Jun 11 2018

BAndiT1983 added a comment to T1018: Create Screencapture of the source acquisition, development environment and compiling process.

Very good video!

Jun 11 2018, 10:41 AM · Open Cine

May 22 2018

BAndiT1983 updated subscribers of T762: Control daemon: usage cases.
May 22 2018, 6:31 PM · AXIOM Beta Software

May 18 2018

BAndiT1983 closed T822: Create install script for daemon and REST server as Resolved.

Done. RESTServer part of the task is obsolete.

May 18 2018, 7:51 AM · AXIOM Beta Software
BAndiT1983 closed T822: Create install script for daemon and REST server, a subtask of T723: AXIOM Beta REST Interface, as Resolved.
May 18 2018, 7:51 AM · AXIOM Beta Software

Apr 21 2018

BAndiT1983 added a comment to T1004: Newsletter fix to make valid HTML.

Use HTML email validator for that, as normal one is very picky, but not everything is allowed in the emails, see GMail docs for example: https://developers.google.com/gmail/design/reference/supported_css

Apr 21 2018, 12:39 AM · Web Content & Documentation

Apr 20 2018

BAndiT1983 closed T1006: Setup Travis CI for OpenCine as Resolved.

Done, build passes after adjustments. Needs maybe some meaningful tests at the end, but for this new task should be created.

Apr 20 2018, 12:15 AM · Open Cine

Apr 15 2018

BAndiT1983 closed T1002: Newsletter: Footer as Resolved.

Created new footer as replacement for phplist one, see general newsletter thread for info.

Apr 15 2018, 2:38 PM · Web Content & Documentation
BAndiT1983 closed T1003: Newsletter: Header as Resolved.

Added hyperlink to logo, adjusted "here" URL.

Apr 15 2018, 1:26 PM · Web Content & Documentation

Apr 10 2018

BAndiT1983 added a comment to T934: OpenCV.js based automated inspection of PCBs.

Finally restored the page again, not pretty, but fiducial search is working and the image is unwarped.

Apr 10 2018, 10:51 PM · AXIOM Beta Software

Apr 9 2018

BAndiT1983 added a comment to T733: FPGA real time Focus Peaking.

Cannot open it without logging in or subscription.

Apr 9 2018, 5:31 PM · AXIOM Beta Software, Google Summer of Code 2022

Apr 2 2018

BAndiT1983 closed T988: Add data dump feature as Invalid.

Duplicate to T989

Apr 2 2018, 10:47 PM · Open Cine
BAndiT1983 created T989: Add data dump feature.
Apr 2 2018, 6:55 PM · Open Cine
BAndiT1983 created T988: Add data dump feature.
Apr 2 2018, 6:55 PM · Open Cine

Mar 30 2018

BAndiT1983 updated the task description for T872: C++ Challenge.
Mar 30 2018, 7:17 PM

Mar 17 2018

BAndiT1983 updated the task description for T872: C++ Challenge.
Mar 17 2018, 12:49 PM

Mar 12 2018

BAndiT1983 added a comment to T931: AXIOM WebRemote: Where/How to save data?.

Don't you think there is a bigger security problem when allowing to run websockets permanently in daemon? Also that was a reason for separation of daemon and server. Daemon should just have slim layer, like flatbuffers, for communication. This would also allow different types of servers communicate to the daemon, without opening security holes.

Mar 12 2018, 9:33 AM · AXIOM Beta Software

Mar 11 2018

BAndiT1983 updated subscribers of T931: AXIOM WebRemote: Where/How to save data?.

Connection to daemon is done by UNIX domain sockets, then flatbuffers package is sent over it. Split is intentional, so we can deactivate them separately (was asked by @Bertl).

Mar 11 2018, 6:49 PM · AXIOM Beta Software

Mar 4 2018

BAndiT1983 added a comment to T734: Live histogram, waveform, vectorscope.

Correct cmv_hist3 link: https://github.com/apertus-open-source-cinema/beta-software/tree/master/software/cmv_tools/cmv_hist3

Mar 4 2018, 10:07 AM · Restricted Project

Mar 1 2018

BAndiT1983 added a comment to T931: AXIOM WebRemote: Where/How to save data?.

We can test by replacing Pistache by libwebsockets, but it takes some time (maybe on weekend), as currently preparations for GSoC and my packing for move to new city are ongoing.

Mar 1 2018, 12:38 PM · AXIOM Beta Software
BAndiT1983 updated the task description for T872: C++ Challenge.
Mar 1 2018, 9:41 AM

Feb 28 2018

BAndiT1983 added a comment to T697: create firmware image creation script.

@jatha Have you set Travis CI up?

Feb 28 2018, 10:57 PM · AXIOM Beta Software
BAndiT1983 added a comment to T931: AXIOM WebRemote: Where/How to save data?.

As a new Beta is finally connected to the server, i could test again if i can finally set gain through daemon. If it works, then more usage cases can be implemented and tested. As it is necessary before we know what we need to supply to the camera, but most work should be done by daemon, also using pre-defined (stored in binary files) stuff like FPGA bitstreams.

Feb 28 2018, 5:09 PM · AXIOM Beta Software
BAndiT1983 updated subscribers of T931: AXIOM WebRemote: Where/How to save data?.
Feb 28 2018, 4:57 PM · AXIOM Beta Software
BAndiT1983 added a comment to T931: AXIOM WebRemote: Where/How to save data?.

No complete reference yet, as it was created while developing. Have no direct access to the hardware, so it takes more effort to test.

Feb 28 2018, 4:57 PM · AXIOM Beta Software
BAndiT1983 added a comment to T931: AXIOM WebRemote: Where/How to save data?.

Yes, looking often into Lab and IRC.

Feb 28 2018, 4:56 PM · AXIOM Beta Software
BAndiT1983 added a comment to T931: AXIOM WebRemote: Where/How to save data?.

There is a thing missing, which i forgot to tell. REST sends a JSON package, format is described in https://lab.apertus.org/T865.

Feb 28 2018, 4:49 PM · AXIOM Beta Software

Feb 27 2018

BAndiT1983 updated the task description for T872: C++ Challenge.
Feb 27 2018, 1:40 PM

Feb 26 2018

BAndiT1983 added a comment to T737: QEMU emulation.

Logs from LinuxMint 18.3

Feb 26 2018, 10:18 PM · AXIOM Beta Software
BAndiT1983 updated the task description for T872: C++ Challenge.
Feb 26 2018, 4:53 PM
BAndiT1983 added a comment to T932: AXIOM WebRemote: make main content dynamic.

Aha, so you want to risk legal issues? VSCode is widely accepted, even by Linux community.

Feb 26 2018, 11:28 AM · AXIOM Beta Software
BAndiT1983 added a comment to T932: AXIOM WebRemote: make main content dynamic.

To bypass problems with licenses, you can use VSCode, which has a ton of plugins for different areas, also Node, Vue and so on.

Feb 26 2018, 11:08 AM · AXIOM Beta Software
BAndiT1983 added a comment to T932: AXIOM WebRemote: make main content dynamic.

Will do it later, if new commits are still not working, am at work now and cannot access my private machine.

Feb 26 2018, 9:00 AM · AXIOM Beta Software
BAndiT1983 added a comment to T932: AXIOM WebRemote: make main content dynamic.

JS was enabled, but browser refused to apply a CSS file with cryptic name (seems like hash). Am not new to web development, doing it daily in my regular job (although it's GWT and Java mainly).

Feb 26 2018, 8:35 AM · AXIOM Beta Software
BAndiT1983 added a comment to T932: AXIOM WebRemote: make main content dynamic.

A server was used, which was always sufficient for web development. Browser refused to apply CSS, because of security measures.

Feb 26 2018, 8:14 AM · AXIOM Beta Software

Feb 25 2018

BAndiT1983 added a comment to T932: AXIOM WebRemote: make main content dynamic.

Using Windows, npm runs through, at least no errors while getting packages. But the HTML page is completely blank, console output in dev tools is showing several resources with 404 and browser refuses to apply the CSS file. Could you take a look, please? Maybe a fresh VM to check if it is possible to build and display the stuff?

Feb 25 2018, 8:32 PM · AXIOM Beta Software

Feb 22 2018

BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

NPM is just for the build with gulp or whatever. Device would get slim version of the page, pre-processed by NPM, less, uglified (if performance would be better) and minified.

Feb 22 2018, 6:26 PM · AXIOM Beta Software
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

Local storage data binding through vue.js would be great to have a central place. Seen that there is a npm package for that.

Feb 22 2018, 6:19 PM · AXIOM Beta Software
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

Try it. JQuery is not a problem to remove, as it was used more for AJAX requests at the beginning. Does vue.js suppport two-way data binding? What about templating feature, by separating chunks into other html files?

Feb 22 2018, 6:11 PM · AXIOM Beta Software

Feb 21 2018

BAndiT1983 updated the task description for T872: C++ Challenge.
Feb 21 2018, 10:27 PM
BAndiT1983 added a comment to T697: create firmware image creation script.

Downloading fine here. Speed significantly slowed down in the middle, but finished fine, after accelerating again.

Feb 21 2018, 10:18 PM · AXIOM Beta Software

Feb 20 2018

BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

@sebastian, here is the test archive, cannot send it per mail:

Feb 20 2018, 9:11 PM · AXIOM Beta Software
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
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
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
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
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
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
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
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

Basic infos about it are here: https://wiki.apertus.org/index.php/Control_Deamon

Feb 20 2018, 8:42 AM · AXIOM Beta Software
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

I think there is a misunderstanding. Node.js is used by me for current tests of PCB inspection, if this software will be used, then on a normal server. The camera has an embedded processor, so we won't use Node.js there. Won't ditch C++ also, because of performance, small footprint and rather simple daemon implementation.

Feb 20 2018, 8:36 AM · AXIOM Beta Software

Feb 19 2018

BAndiT1983 added a comment to T824: should we have a single git repository for every (compiled) tool?.

As the software grows, it maybe a good point in time to split it in sub-modules, so the things do not interfere. How would we split the things and keep track?

Feb 19 2018, 10:25 PM · AXIOM Beta Software
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

Fetch API or Axios were considered to replace AJAX stuff from JQuery. Some tests done, but not added to the main code.

Feb 19 2018, 10:23 PM · AXIOM Beta Software
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

What is your experience with the performance? What about application size?

Feb 19 2018, 8:56 PM · AXIOM Beta Software
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

Ah, you want to use it like the R&D at my company. They have also implemented an Android application in that way. But a simple WebView app for Android would be sufficient, in my opinion, maybe with settigns for IP address of the camera. Done that already at work, as we had no requirement for Cordova for customer project.

Feb 19 2018, 7:43 PM · AXIOM Beta Software
BAndiT1983 added a comment to T934: OpenCV.js based automated inspection of PCBs.

Current state of testing PCB inspection:

Feb 19 2018, 7:38 PM · AXIOM Beta Software
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

Heard of vue.js before, but haven't used it. What PHP thread do you mean? Currently we do not involve PHP at all for that part of the software. There is a C++ daemon and REST server (also a Go version exists, but not maintained currently) which are used to communicate forth and back.

Feb 19 2018, 7:20 PM · AXIOM Beta Software
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

The general idea is to use a smartphone (but later also tablet or laptop) to control the camera. Sebastian did some mock-ups of the UI before (current implementation is a bit different) -> https://wiki.apertus.org/index.php/Wifi_Remote

Feb 19 2018, 6:33 PM · AXIOM Beta Software
BAndiT1983 added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

At the beginning we wanted to do something with plain JS, but as it is more comfortable for user to have single-page app, the need for more advanced things arose.

Feb 19 2018, 5:32 PM · AXIOM Beta Software

Feb 8 2018

BAndiT1983 added a comment to T934: OpenCV.js based automated inspection of PCBs.

Then try it this way first, can optimize later.

Feb 8 2018, 4:34 PM · AXIOM Beta Software
BAndiT1983 added a comment to T934: OpenCV.js based automated inspection of PCBs.

I would suggest to avoid JS, performance could possibly be low, but OpenCV sounded great. Just had no time to look into that lib. Also TensorFlow could be interesting, as it uses AI.

Feb 8 2018, 3:10 PM · AXIOM Beta Software

Feb 7 2018

BAndiT1983 created T933: AXIOM WebRemote: Evaluate Gulp for processing.
Feb 7 2018, 5:13 PM · AXIOM Beta Software

Feb 4 2018

BAndiT1983 added a comment to M38: AXIOM WebRemote mock-ups and screenshots.

Ripple Simulator is also really well simulating mobile device of different kind.

Feb 4 2018, 9:41 PM