RICOH THETA Z1 Firmware 3.01.1 - Adds Single-Fisheye, simultaneous recording of 2 videos, 50min video length

@Jordi_Vallverdu I tried the script, but when trying to execute the parse_camm script with a small video i recorded with the Z1 to try this out, i get the following error,

Traceback (most recent call last):
File “C:\iFieldSmart\Github\Ricoh Theta\platform-tools\Test\Path\extract_camm-main\parse_camm.py”, line 413, in
main(args.videoPath, args.outputPath, args.stitch_frames, args.format, args.csv, args.debug)
File “C:\iFieldSmart\Github\Ricoh Theta\platform-tools\Test\Path\extract_camm-main\parse_camm.py”, line 389, in main
frame_samples = get_frame_samples(camm_data, frame_rate, duration)
File “C:\iFieldSmart\Github\Ricoh Theta\platform-tools\Test\Path\extract_camm-main\parse_camm.py”, line 151, in get_frame_samples
closest_sample = min(data, key=lambda x:abs(x[‘sampletime’]-frame_time))
ValueError: min() arg is an empty sequence

just to make sure, i tried both, the original video as well as the one given in response of the route conversion tool of the ricoh theta desktop app. anything else required?
Also, the camera was not connected to a phone when the video was recoded. I assume that shouldn’t matter as it is getting the data from the camera sensors and has nothing to do with a phone, but still wanted to provide more information.
My Z1 firmware version 3.10.2

I tried using exiftool to get the sensor data from the video, based on the ricoh theta documentation that states RDTA stores Accelerometer sensor data, i am not sure how to extract that data from the file. All i see is hex number which i cannot make sense of.