Hi all,
I would like to contribute and am using Blackvue DR650S-1CH dashcam mounted.
I have tried mapillary+tools on my Windows7 machine and got stuck.
- As I understand, “send_videos_for_processing” will not work as it was meant for latest DR900 series only. DR650S cameras do not store GPS data in the video file, but in a separate files (with .gps extension)
The gps file is in NMEA format but with each line prefixed with a timestamp. e.g.
[1555957502837]$GPRMC,162458.00,A,5228.16177,N,02131.88766,E,48.242,260.91,220419,A57
[1555957502837]$GPVTG,260.91,T,M,48.242,N,89.344,K,A3B
[1555957502837]$GPGGA,162458.00,5228.16177,N,02131.88766,E,1,06,1.49,105.0,M,33.2,M,51
[1555957502837]$GPGSA,A,3,29,27,20,21,26,16,2.24,1.49,1.6706
[1555957502837]$GPGSV,4,1,14,05,13,035,07,01,348,10,04,179,15,00,099,*7F
[1555957502837]$GPGSV,4,2,14,16,48,299,30,20,27,167,17,21,82,168,29,25,00,152,*7D
[1555957502837]$GPGSV,4,3,14,26,64,247,31,27,18,284,21,29,30,096,29,31,07,218,*7D
[1555957502837]$GPGSV,4,4,14,39,18,131,40,22,140,7D
[1555957502837]$GPGLL,5228.16177,N,02131.88766,E,162458.00,A,A68
- I have tried deprecated “video_process” command and still no luck.
mapillary_tools video_process --import_path "d:\mapillary\images\" --video_import_path "d:\mapillary\video\" --user_name "gpsmapper" --advanced --geotag_source "blackvue_videos" --geotag_source_path "d:\mapillary\video\" --use_gps_start_time --interpolate_directions --video_sample_interval 0.2 --device_make "Blackvue" --device_model "DR650S-1CH" --overwrite_EXIF_gps_tag
I have tried changing geotag type to “nmea” and removing device_make / device_model options…
Error I am getting:
Traceback (most recent call last):
File “mapillary_tools”, line 76, in
File “mapillary_tools\commands\video_process.py”, line 144, in run
File “mapillary_tools\apply_camera_specific_config.py”, line 3, in apply_camer
a_specific_config
AttributeError: ‘NoneType’ object has no attribute ‘lower’
[xxxx] Failed to execute script mapillary_tools
Could you please advise - where is my problem? What should I try to make it running?
Tnx!