Making 2D Images from 360-degree Videos

For my annual Still Standing project, I am recording 360 videos with audio and sensor data while standing still for 10 minutes. I have started exploring how to visualize the sensor data best. Today, I am looking into visualization strategies for 360-degree images. I have written about how to pre-process 360-degree videos from Garmin VIRB and Ricoh Theta cameras previously. The Theta records in a dual fisheye format like this:...

April 1, 2023 · 2 min · 241 words · ARJ

Sound vs Audio

What is the difference between sound and audio? I often hear people confuse the terms. Here are a couple of ways of thinking about the difference. A good summary can be found in this blog post: Sound is vibrations through materials Audio is the technology to hear sounds coming from natural or human-made sources Another good definition is that audio is electrical energy (active or potential) that represents sound. From this, a sound recording is stored as an audio file....

March 21, 2023 · 1 min · 210 words · ARJ

New MOOC: Pupillometry – The Eye as a Window Into the Mind

I am happy to announce a new online course from RITMO: Pupillometry – The Eye as a Window Into the Mind. This is the third so-called Massive Open Online Course (MOOC) I have been part of making, following Motion Capture and Music Moves. I am excited to get it started on Monday, 16 January. Discover the applications of pupillometry research Pupillometry is a relatively new research method within the sciences, and it has wide-ranging applications within psychology, neuroscience, and beyond....

January 13, 2023 · 2 min · 308 words · ARJ

Running a workshop with a Jupyter Notebook presentation

Today, I ran a workshop called Video Visualization together with RITMO research assistant Joachim Poutaraud. The workshop was part of the Digital Scholarship Days 2023 organized by the University of Oslo Library, four days packed of hands-on tutorials of various useful things. Presentation slides made by Jupyter Notebook Joachim has done a fantastic job updating the Wiki with all the new things he has implemented in the toolbox. However, the Wiki is not the best thing to use in a workshop, it has too much information and would create an information overload for the participants....

January 12, 2023 · 3 min · 585 words · ARJ

Testing Mobile Phone Motion Sensors

For my annual Still Standing project, I am recording sensor data from my mobile phone while standing still for 10 minutes at a time. This is a highly curiosity-driven and data-based project, and part of the exploration is to figure out what I can get out of the sensors. I have started sharing graphs of the linear acceleration of my sessions with the tag #StillStanding on Mastodon. However, I wondered if this is the sensor data that best represents the motion....

January 3, 2023 · 5 min · 965 words · ARJ

2023, A Year of Still Standing

Yesterday, I completed my 365 Sound Actions project, during which I recorded one sound action per day as part of preparing for the launch of my book Sound Actions. Today, on 1 January 2023, I start this year’s project: recording myself standing still 10 minutes every day. You can follow the progress on Mastodon. Starting up AMBIENT Although I am happy about completing my sound actions project, I have enjoyed the ritual of doing something every day....

January 1, 2023 · 4 min · 686 words · ARJ

365 Sound Actions

1 January this year, I set out to record one sound action per day. The idea was to test out the action–sound theory from my book Sound Actions. One thing is writing about action–sound couplings and mappings, another is to see how the theory works with real-world examples. As I commented on after one month, the project has been both challenging and inspiring. Below I write about some of my experiences but first, here is the complete list:...

December 31, 2022 · 4 min · 750 words · ARJ

Adding Title and Author to PDFs exported from Jupyter Notebook

I am doing some end of the year cleaning on my hard drive and just uploaded the Jupyter Notebook I used in the analysis of a mobile phone lying still earlier this year. For some future studies, I thought it would be interesting to explore the PDF export functionality from Jupyter. That worked very well except for that I didn’t get any title or author name on top: Then I found a solution on Stack Overflow....

December 30, 2022 · 1 min · 127 words · ARJ

An object-action-context approach to writing alt text

I came across an interesting blog post by Alex Chen on how to write better image descriptions for web pages. They propose an “object-action-context” approach when writing image descriptions. I see that such an approach could also be helpful for my sound actions project. Adding better descriptions I am soon getting to the end of my year-long project of recording one sound action daily. A sound action is a multimodal entity consisting of body motion and its resultant sound....

December 22, 2022 · 3 min · 482 words · ARJ

Scripting image exports with LibreOffice Draw

As mentioned yesterday, the source files for the illustrations in my Sound Actions book are available on GitHub in the form of LibreOffice Draw files (ODG). Draw may be less powerful but much easier to work with than more advanced line art software, such as Inkscape. One of the nice things about the LibreOffice package is its scripting possibilities. While working on my book, I wrote a shell script that would read all the ODG files in a folder and convert them to PDF and PNG files:...

December 21, 2022 · 1 min · 210 words · ARJ