Feed All Stories

Oct 23 2018

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 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
sebastian added a comment to T1105: publications image white space.

I can't reproduce the problem anymore so I guess its fixed, ready to close task?

Oct 18 2018, 6:24 PM · Web Content & Documentation
sebastian added a comment to T1106: navbar size for 1280x1024.

@BAndiT1983 can you reproduce this problem?

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

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

sergiogonzalez updated the task description for T1102: Spanish working group meetings.
Oct 14 2018, 6:15 PM · Community
sergiogonzalez updated the task description for T1102: Spanish working group meetings.
Oct 14 2018, 6:12 PM · Community
sergiogonzalez updated the task description for T1102: Spanish working group meetings.
Oct 14 2018, 2:26 PM · Community
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
sergiogonzalez updated the task description for T776: 2020: Spain / España.
Oct 14 2018, 12:33 AM · Community

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

sebastian added a comment to T849: AXIOM Recorder.

and more candidates:

Oct 7 2018, 10:39 PM · AXIOM Beta Hardware
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 3 2018

sebastian added a comment to T834: AXIOM Beta Extended.

Mobile internet allows cameras to become live broadcast studios anywhere there is coverage so while not a primary cinematography application definitely a TV camera application :)

Oct 3 2018, 7:53 PM · AXIOM Beta Hardware
RexOr added a comment to T834: AXIOM Beta Extended.

Oct 3 2018, 5:10 AM · AXIOM Beta Hardware

Oct 2 2018

RexOr added a comment to T834: AXIOM Beta Extended.

"... the cool thing about the mushroom is that it can multiplex.

Oct 2 2018, 4:12 PM · AXIOM Beta Hardware
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
RexOr added a comment to T834: AXIOM Beta Extended.

"Make room for a 3G/4G multiplexer from Mushroom Networks in that extended beta version and it will be awesome!" - From G+

Oct 2 2018, 9:39 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

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

sebastian created T1106: navbar size for 1280x1024.
Sep 19 2018, 9:40 AM · Web Content & Documentation

Sep 17 2018

sebastian added a comment to T1103: add links to each frontpage slider.

added links to recent gsoc article and beta modularity for two slides.

Sep 17 2018, 10:29 AM · Web Content & Documentation

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
sebastian triaged T1105: publications image white space as Normal priority.
Sep 16 2018, 10:46 AM · Web Content & Documentation
sebastian added a comment to T1104: apertus image link in navbar doesnt work.

verfied working! Thanks!

Sep 16 2018, 8:37 AM · 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 15 2018

sebastian triaged T1104: apertus image link in navbar doesnt work as High priority.
Sep 15 2018, 5:02 PM · Web Content & Documentation

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

sergiogonzalez renamed T1102: Spanish working group meetings from 31/08/2018 - Meeting to form a working group in León, Spain to Spanish working group meetings.
Sep 12 2018, 10:18 PM · Community
sergiogonzalez updated the task description for T776: 2020: Spain / España.
Sep 12 2018, 10:10 PM · Community
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

Sep 3 2018

anuejn added a comment to T213: An entry level low price version of the Axiom.

Do you have foto-documentation of the build process online? And/or footage?
I would love to see your 3d prints and early assembly's :)

Sep 3 2018, 4:27 PM · AXIOM Beta Hardware
sebastian added a comment to T1103: add links to each frontpage slider.

whereever it makes sense

Sep 3 2018, 11:02 AM · Web Content & Documentation

Aug 31 2018

RexOr added a comment to T1103: add links to each frontpage slider.

This won't always be possible. Or making sure that they do in some instances would require a lot of work, ie. specific pages being created. The slides aren't even final yet, so, noted, but put it on the back burner.

Aug 31 2018, 9:33 AM · Web Content & Documentation

Aug 29 2018

sebastian added a comment to T920: Control GUI Toggle Element.

Note that the AXIOM Remote and the web based control GUI (for smartphones, etc.) are two completely independent projects.

Aug 29 2018, 10:09 AM · AXIOM Beta Software
RexOr added a comment to T920: Control GUI Toggle Element.

This was forwarded in IRC:

Aug 29 2018, 10:00 AM · AXIOM Beta Software

Aug 27 2018

sebastian created T1103: add links to each frontpage slider.
Aug 27 2018, 4:11 PM · Web Content & Documentation

Aug 24 2018

sergiogonzalez triaged T776: 2020: Spain / España as Normal priority.
Aug 24 2018, 7:21 PM · Community
sergiogonzalez updated the task description for T776: 2020: Spain / España.
Aug 24 2018, 7:21 PM · Community
sergiogonzalez updated the task description for T776: 2020: Spain / España.
Aug 24 2018, 7:21 PM · Community
sergiogonzalez triaged T1102: Spanish working group meetings as Normal priority.
Aug 24 2018, 7:21 PM · Community
sergiogonzalez updated the task description for T776: 2020: Spain / España.
Aug 24 2018, 7:21 PM · Community
sergiogonzalez updated the task description for T776: 2020: Spain / España.
Aug 24 2018, 7:21 PM · Community
sergiogonzalez updated the task description for T776: 2020: Spain / España.
Aug 24 2018, 7:21 PM · Community
sergiogonzalez added a comment to T696: Is internal ND filter necessary for Axiom?.

In my opinion, I think an ND filter for the AXIOM is necessary. The option of the electronic ND filter integrated into the body of the camera is the best option :)

Aug 24 2018, 7:21 PM · Brainstorming
christophvarga added a comment to T4: Define a proper cooling strategy.

look at this A7sii Mod: http://www.centralds.net/cam/?p=7911

Aug 24 2018, 7:21 PM · AXIOM Beta Hardware
christophvarga added a comment to T213: An entry level low price version of the Axiom.

i like your approach a lot!
the super8 idea ist great, especially for artists and hobbyists who want to get in touch with AXIOM.
Also this has the opportunity to get people on board because it is a low threshold first contact to the project.

Aug 24 2018, 7:21 PM · AXIOM Beta Hardware

Aug 15 2018

anuejn added a comment to T213: An entry level low price version of the Axiom.

Some updates on this front:
Last ccc @vup @leftshift and me decided to build a cheap development version of the Beta.
We wanted to have a cheap camera to be able to develop soft- and hardware for the Beta without the need to invest a lot of money.
Research was done, the cheapest Zynq FPGA development board was found, the cheapest suitable CMOS with okayish documentation was picked and we designed a first Interface PCB to connect the sensor to the FPGA dev board. We build FPGA designs and wrote some software and in the end we had the first still images. The first prototype of the AXIOM micro was built.
However, the initial PCB was quite rough and had major problems (we were doing serious PCB design for the first time in our lives).
This led us to the creation of a second revision, which now is able to shoot moving images, has a proper lens mount and some case.

Aug 15 2018, 10:47 PM · AXIOM Beta Hardware
anuejn claimed T213: An entry level low price version of the Axiom.
Aug 15 2018, 10:24 PM · AXIOM Beta Hardware
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
TofuLynx closed T722: OpenCine: Raw Image Debayering Methods as Resolved.
Aug 15 2018, 3:21 PM · Open Cine, Google Summer of Code 2022

Aug 12 2018

sergiogonzalez updated the task description for T776: 2020: Spain / España.
Aug 12 2018, 7:20 PM · Community
sergiogonzalez updated the task description for T776: 2020: Spain / España.
Aug 12 2018, 7:18 PM · Community

Aug 9 2018

RexOr added a comment to T794: Search for flash shoe off the shelf parts.

We found this.

Aug 9 2018, 4:24 PM · AXIOM Beta Hardware
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
TofuLynx created T1100: Open Dialog of ProcessingTest.
Aug 9 2018, 8:49 AM · Open Cine
TofuLynx closed T640: Add GEDI de-Bayer filter as Resolved.
Aug 9 2018, 8:49 AM · Open Cine
TofuLynx created T1097: Broken Link in Build Documentation in the Repository.
Aug 9 2018, 8:49 AM · Open Cine
TofuLynx closed T639: Add simple bilinear de-Bayer filter as Resolved.
Aug 9 2018, 8:49 AM · Open Cine
TofuLynx created T1098: OpenCL needs Error Handling..
Aug 9 2018, 8:49 AM · Open Cine
TofuLynx created T1096: Image data not resetted in ProcessingTest.
Aug 9 2018, 8:49 AM · Open Cine
TofuLynx created T1099: Not Compatible with non-apertus DNG files.
Aug 9 2018, 8:49 AM · Open Cine
TofuLynx closed T323: Preview pane is fixed to 1920x1080 as Resolved.
Aug 9 2018, 8:49 AM · Open Cine
sebastian added a comment to T986: Newsletter Feedback.

Davidak reported that the newsletter display is missing all text, he is using OpenExchange at mailbox.org.

Aug 9 2018, 8:49 AM · Web Content & Documentation
sebastian closed T1004: Newsletter fix to make valid HTML as Resolved.
Aug 9 2018, 8:49 AM · Web Content & Documentation

Jul 26 2018

supragyaraj added a comment to T1093: RAW video containerization - Format comparison.

A proof of concept that MLV can work for us can be found at: https://github.com/supragya/AXIOM_RawStreamHandler

Jul 26 2018, 3:19 PM · Community