Feed All Stories

Feb 19 2018

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

Ok. I would highly recommend taking a look at vue.js - its templating features are exactly what is needed here - it has your "ajax" and data-bindings. It is also very lightweight.

Feb 19 2018, 6:58 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
nothingismagick added a comment to T933: AXIOM WebRemote: Evaluate Gulp for processing.

Before I can really answer that, I would need a really quick 3 sentence explanation of EXACTLY when the users see this interface and on what screens - or even better, a link to the spec page.

Feb 19 2018, 6:13 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
nothingismagick added a comment to T833: Networking Helper.

In my opinion, until the networking stack and sudoers permissions are hardened in the Beta Software package, any exposure to the lighttpd service is really dangerous...

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

I can definitely recommend some sort of build pipeline tailored to the final delivery platform(s). Gulp is a great start, but there are also other options. Having a node based build system is very comfortable - but setting it up can be a great deal of work.

Feb 19 2018, 4:00 PM · AXIOM Beta Software
nothingismagick created T935: AXIOM WebRemote Security Recon.
Feb 19 2018, 3:49 PM · AXIOM Beta Software
anuejn added a comment to T743: Axiom Cryptocamera.

i think aes256 would be much more practical to use. with otp one would need to store twice the data, which is not very practical in terms of bandwidth and storage price.
Moreover, when crossing borders with footage, one would most likely carry both storage mediums (the footage and the key), which would make the encryption useless. when using aes, we could encrypt the key with a password and therefore keep the footage secure, even if all the storage mediums are confiscated.

Feb 19 2018, 2:31 PM · Brainstorming
nothingismagick added a comment to T743: Axiom Cryptocamera.

For reference, here is one approach: https://sites.google.com/site/nxcryptophotography/home

Feb 19 2018, 2:17 PM · Brainstorming

Feb 18 2018

RexOr added a comment to M37: ABB 01 Landscape: Finals.

A4 Landscape.

Feb 18 2018, 7:48 PM
MichaelH added a comment to M37: ABB 01 Landscape: Finals.

@RexOr what will be the final document size? DIN A4 Landscape or DIN A5 Landscape?

Feb 18 2018, 6:46 PM

Feb 15 2018

sebastian added a comment to T849: AXIOM Recorder.

new potent candidate: http://com.odroid.com/sigong/blog/blog_list.php?bid=193

Feb 15 2018, 12:17 PM · AXIOM Beta Hardware

Feb 10 2018

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

WIll do

Feb 10 2018, 2:05 PM

Feb 8 2018

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

We're presently using the spelling 'color'

Feb 8 2018, 10:24 PM
RexOr added a comment to T887: eMMC Plugin Firmware.

See GSoC overview on the project Wiki for instructions if you're unsure - https://wiki.apertus.org/index.php/GSoC_Overview

Feb 8 2018, 7:14 PM · AXIOM Beta Software, AXIOM Beta Hardware
Bertl added a comment to T887: eMMC Plugin Firmware.

Hey @bwepngong,
Great! Please complete the coding challenge and write a GSoC 2018 application.

Feb 8 2018, 6:34 PM · AXIOM Beta Software, AXIOM Beta Hardware
bwepngong added a comment to T887: eMMC Plugin Firmware.

Hello @Bertl,
I will really love to work on this project for GSOC2018. I have some sparing knowledge with VHDL and FPGAs but I'm willing to learn. I have a Bachelor in Computer Engineering. I will appreciate any hints!
Kind regards,
Wepngong N. Benaiah

Feb 8 2018, 5:05 PM · AXIOM Beta Software, AXIOM Beta Hardware
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
sebastian added a comment to T934: OpenCV.js based automated inspection of PCBs.

I don't think this is application is performance critical, if processing the image take 1 second or 10 seconds doesn't matter much and still saves us a lot of time compared to inspecting each component individually under the microscope.
Using JS would have the advantage that we need to deal with almost no overhead for creating GUI elements and dealing with image rendering compared to qt, etc.

Feb 8 2018, 4:33 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
bwepngong updated subscribers of T871: VHDL Challenge.
Feb 8 2018, 2:46 PM
sebastian updated subscribers of T934: OpenCV.js based automated inspection of PCBs.
Feb 8 2018, 1:47 PM · AXIOM Beta Software
sebastian updated the task description for T934: OpenCV.js based automated inspection of PCBs.
Feb 8 2018, 1:47 PM · AXIOM Beta Software
sebastian updated the task description for T934: OpenCV.js based automated inspection of PCBs.
Feb 8 2018, 1:46 PM · AXIOM Beta Software
sebastian created T934: OpenCV.js based automated inspection of PCBs.
Feb 8 2018, 11:42 AM · AXIOM Beta Software

Feb 7 2018

BAndiT1983 created T933: AXIOM WebRemote: Evaluate Gulp for processing.
Feb 7 2018, 5:13 PM · AXIOM Beta Software
sebastian created T932: AXIOM WebRemote: make main content dynamic.
Feb 7 2018, 11:28 AM · AXIOM Beta Software

Feb 6 2018

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

@BAndiT1983 suggested using http://tutorials.jenkov.com/html5/local-storage.html
I will look into that, seem like a good alternative to cookies.

Feb 6 2018, 11:13 PM · AXIOM Beta Software
sebastian updated the task description for T931: AXIOM WebRemote: Where/How to save data?.
Feb 6 2018, 11:13 PM · AXIOM Beta Software
RexOr updated subscribers of T931: AXIOM WebRemote: Where/How to save data?.
Feb 6 2018, 10:24 PM · AXIOM Beta Software
sebastian created T931: AXIOM WebRemote: Where/How to save data?.
Feb 6 2018, 7:12 PM · AXIOM Beta Software

Feb 5 2018

sebastian updated images of M38: AXIOM WebRemote mock-ups and screenshots.
Feb 5 2018, 8:41 PM
RexOr updated the description for M38: AXIOM WebRemote mock-ups and screenshots.
Feb 5 2018, 8:37 PM
RexOr updated images of M38: AXIOM WebRemote mock-ups and screenshots.
Feb 5 2018, 8:23 PM
sebastian added a comment to M38: AXIOM WebRemote mock-ups and screenshots.

Thanks, installed ripple: works well, but switches to PC fullscreen when going cellphone fullscreen mode :)

Feb 5 2018, 9:38 AM

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
sebastian added a comment to M38: AXIOM WebRemote mock-ups and screenshots.

Thanks.

Feb 4 2018, 8:21 PM
RexOr added a comment to M38: AXIOM WebRemote mock-ups and screenshots.

Learn more About PocketControl: https://pomfort.com/pocketcontrol/
Download the App in the App Store: https://itunes.apple.com/us/app/pocketcontrol/id1271343769?mt=8

Feb 4 2018, 8:12 PM
sebastian added a comment to M38: AXIOM WebRemote mock-ups and screenshots.

is there more info about that? video or online simulator?

Feb 4 2018, 8:09 PM
RexOr added a comment to M38: AXIOM WebRemote mock-ups and screenshots.

Note:

Feb 4 2018, 8:08 PM
sebastian updated images of M38: AXIOM WebRemote mock-ups and screenshots.
Feb 4 2018, 7:50 PM
sebastian added a comment to M38: AXIOM WebRemote mock-ups and screenshots.

I will try a two line layout for the home-page and a single line layout in the header/footer buttons for all other subpages.

Feb 4 2018, 6:51 PM

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
RexOr updated the description for M38: AXIOM WebRemote mock-ups and screenshots.
Feb 3 2018, 10:41 PM
BAndiT1983 updated subscribers of M38: AXIOM WebRemote mock-ups and screenshots.
Feb 3 2018, 10:28 PM
BAndiT1983 created M38: AXIOM WebRemote mock-ups and screenshots.
Feb 3 2018, 10:06 PM
sebastian closed T920: Control GUI Toggle Element as Resolved.

Many thanks!

Feb 3 2018, 12:59 PM · AXIOM Beta Software
RexOr added a comment to T918: new footer broken in Chromium 64.

That's strange because the footer body appears wider than the page body on Palemoon and FF.

Feb 3 2018, 7:08 AM

Feb 2 2018

davidak added a comment to T918: new footer broken in Chromium 64.

The initial problem is still fixed.

Feb 2 2018, 11:54 PM
sebastian added a comment to T920: Control GUI Toggle Element.

Great idea!

Feb 2 2018, 10:40 PM · AXIOM Beta Software
BAndiT1983 added a comment to T920: Control GUI Toggle Element.

Very good idea, thought about checkbox styling for that, also because of states, but haven't thought about searching for examples.

Feb 2 2018, 9:57 PM · AXIOM Beta Software
anuejn added a comment to T920: Control GUI Toggle Element.

what about checkboxes? they can be styled with css, so they look like toggle switches: https://codepen.io/mburnette/pen/LxNxNg

Feb 2 2018, 9:20 PM · AXIOM Beta Software
RexOr added a comment to T918: new footer broken in Chromium 64.

Still fixed?

Feb 2 2018, 6:41 PM
RexOr updated subscribers of T920: Control GUI Toggle Element.
Feb 2 2018, 6:00 PM · AXIOM Beta Software
sebastian created T920: Control GUI Toggle Element.
Feb 2 2018, 4:31 PM · AXIOM Beta Software
christophvarga added a comment to T361: AXIOM A/V Field Recorder.

Zoom F1
2 channel recorder/interface
https://www.zoom.co.jp/products/field-video-recording/field-recording/zoom-f1-field-recordershotgun-mic

Feb 2 2018, 12:48 PM · Brainstorming
christophvarga added a comment to T798: good UI / UX examples.

Another good example in functionality and usability: ShotPut Pro
https://www.imagineproducts.com/

Feb 2 2018, 12:26 PM · Open Cine

Feb 1 2018

RexOr added a comment to T918: new footer broken in Chromium 64.

It was intended to align with the website content yeah.

Feb 1 2018, 6:18 AM

Jan 31 2018

BAndiT1983 added a comment to T497: BLUEPRINT: Define a Core Design.

Original SVG file:

Jan 31 2018, 11:31 PM · Open Cine
davidak added a comment to T918: new footer broken in Chromium 64.

The problem is fixed now. Thanks!

Jan 31 2018, 7:52 PM
BAndiT1983 added a comment to T497: BLUEPRINT: Define a Core Design.

Also added here -> https://wiki.apertus.org/index.php/OpenCine.Diagrams

Jan 31 2018, 7:24 PM · Open Cine
BAndiT1983 added a comment to T497: BLUEPRINT: Define a Core Design.

To tihs one -> https://wiki.apertus.org

Jan 31 2018, 6:35 PM · Open Cine
albertl added a comment to T497: BLUEPRINT: Define a Core Design.

Which wiki are you referring to?

Jan 31 2018, 6:18 PM · Open Cine
RexOr updated images of M37: ABB 01 Landscape: Finals.
Jan 31 2018, 4:54 PM

Jan 30 2018

sebastian added an inline comment to M37: ABB 01 Landscape: Finals.
Jan 30 2018, 9:35 PM
sebastian added an inline comment to M37: ABB 01 Landscape: Finals.
Jan 30 2018, 9:32 PM
sebastian added an inline comment to M37: ABB 01 Landscape: Finals.
Jan 30 2018, 9:26 PM
sebastian added an inline comment to M37: ABB 01 Landscape: Finals.
Jan 30 2018, 9:24 PM
sebastian added an inline comment to M37: ABB 01 Landscape: Finals.
Jan 30 2018, 9:23 PM
sebastian reassigned T918: new footer broken in Chromium 64 from BAndiT1983 to davidak.

Thanks BAndiT1983 for the fix!

Jan 30 2018, 7:05 PM
BAndiT1983 added a comment to T918: new footer broken in Chromium 64.

Let me take a look, have got a bit of experience by now. See intern chat.

Jan 30 2018, 6:20 PM
sebastian added a comment to T918: new footer broken in Chromium 64.

so we need to get knee deep into the theme templates I assume. Will take a look.

Jan 30 2018, 6:19 PM
BAndiT1983 added a comment to T918: new footer broken in Chromium 64.

He told me yesterday that it is 1366x768 (see IRC log). We have to add new area to the theme or move current footer area out of the main container, then the shrinking works again.

Jan 30 2018, 6:16 PM
sebastian assigned T918: new footer broken in Chromium 64 to BAndiT1983.

What is your screen resolution davidak?

Jan 30 2018, 6:13 PM
RexOr updated images of M37: ABB 01 Landscape: Finals.
Jan 30 2018, 2:01 PM
RexOr updated images of M37: ABB 01 Landscape: Finals.
Jan 30 2018, 12:51 PM
RexOr updated images of M37: ABB 01 Landscape: Finals.
Jan 30 2018, 12:08 PM
RexOr created T919: Blockchain Film Distribution.
Jan 30 2018, 6:13 AM · Brainstorming

Jan 29 2018

davidak created T918: new footer broken in Chromium 64.
Jan 29 2018, 7:34 PM
RexOr updated images of M37: ABB 01 Landscape: Finals.
Jan 29 2018, 2:56 PM

Jan 28 2018

Bertl updated the task description for T871: VHDL Challenge.
Jan 28 2018, 7:00 PM
Bertl updated the task description for T871: VHDL Challenge.
Jan 28 2018, 4:35 PM
RexOr updated the task description for T839: Required Images.
Jan 28 2018, 4:23 PM · Web Content & Documentation
RexOr updated the task description for T839: Required Images.
Jan 28 2018, 4:17 PM · Web Content & Documentation
RexOr added a comment to M37: ABB 01 Landscape: Finals.

Well I've tested it and it works. It's commonplace and hyperlinks are intended to run through most of its pages.

Jan 28 2018, 11:20 AM
sebastian added a comment to M37: ABB 01 Landscape: Finals.

preparing a pdf and then adding hyperlinks is a strange combination in my mind....

Jan 28 2018, 11:05 AM
RexOr added a comment to M37: ABB 01 Landscape: Finals.

Re: Rotation - Will do.

Jan 28 2018, 11:01 AM
sebastian added an inline comment to M37: ABB 01 Landscape: Finals.
Jan 28 2018, 10:57 AM

Jan 27 2018

BAndiT1983 added a comment to T497: BLUEPRINT: Define a Core Design.

Hi. OC hierarchy consists of (currently) 2 main shared libs OCcore and OCui. OCBackup, OCLauncher and ProcessingTest are building upon this libs. Idea is to have a suite of tools, which have same look and feel (provided by OCui).

Jan 27 2018, 6:21 PM · Open Cine
BAndiT1983 updated subscribers of T497: BLUEPRINT: Define a Core Design.
Jan 27 2018, 6:06 PM · Open Cine
albertl added a comment to T497: BLUEPRINT: Define a Core Design.

So, I'm a big visual learner and I'd like to understand the code, dependencies, and intercommunication in this software. On that note, I sketched the above dependency drawing illustrating how I think the pieces fit together from the information scattered about.

Jan 27 2018, 6:03 PM · Open Cine
BAndiT1983 added a comment to T884: Kernel Challenge.
Jan 27 2018, 11:51 AM
RexOr added a comment to T809: Email Logistics.

OpenEMM is an Open Source web-based enterprise application for e-mail and marketing automation.

Jan 27 2018, 10:56 AM · Web Content & Documentation
albertl added a comment to T884: Kernel Challenge.
Jan 27 2018, 12:54 AM

Jan 25 2018

sebastian updated the task description for T872: C++ Challenge.
Jan 25 2018, 8:06 PM

Jan 24 2018

hashmiakbar updated subscribers of T872: C++ Challenge.
Jan 24 2018, 6:18 PM
neelalohitha updated subscribers of T728: Image Sensor Simulation/Emulation.
Jan 24 2018, 10:09 AM · AXIOM Beta Software
neelalohitha updated subscribers of T721: 4K HDMI output Gearwork Logic.
Jan 24 2018, 10:08 AM · AXIOM Beta Hardware, AXIOM Beta Software
neelalohitha updated subscribers of T871: VHDL Challenge.
Jan 24 2018, 9:50 AM

Jan 23 2018

Bertl updated the task description for T884: Kernel Challenge.
Jan 23 2018, 2:17 PM