Thank you for the update! The development is coming along very nicely.
I am not sure if I was not able to find it, but is there a place where 'bugs' can be reported?
For example, saving the file using python/json confuses the camera, where it needs to be restarted. Frame number starts jumping around wildly.
post = requests.post(c_ip+'control/startFilesave', \
json = {'format': 'h264',\
'device': 'nfs',\
'filename': 'test',\
'start': 0,\
'length':0})