-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to process with LAYOUT set to DIAMOND #171
Comments
Nothing happens at all? Nothing on screen? Can you run with —loglevel DEBUG |
@ehendrix23 I isolated it to the Layout parameter I was playing with. When I change from any working layout (e.g. WIDESCREEN) to diamond (spelled like that and I've tried with and without CAPS), it doesn't process. |
Thx for the analysis. Can you run it with On my end running with DIAMOND worked, so need to understand what is going on. Thx. |
C:\Users\Adam>tesla_dashcam R:\Adam\Videos\TeslaCam\1-TeslaPi\SavedClips\2021-08-16_09-48-26 --output R:\Adam\Videos\TeslaCam\2-Processed --quality HIGH --font "\Users\Adam\tesla_dashcam\FONTS\TESLA.ttf" --fontcolor RED --fontsize 40 --layout DIAMOND --rear --motion_only --text_overlay_fmt {local_timestamp_rolling} --timestamp_format "%A, %B %d, %Y %H:%M:%S %p %Z" --loglevel DEBUG |
OK, even more weird right now. I just tried it with same settings as yours (except for --font) and no issues. After you run it, can you execute |
Please re-open new issue if assistance is further required. |
@ehendrix23 I have the latest build and just tried DIAMOND again. It's still not working for me. After attempting, I entered "echo $rc" and pressed ENTER. It returned $rc. |
Apologies, can you do, that should be it to get the return code on windows. |
@ehendrix23 It returned -1073741571 Is that helpful? |
@ehendrix23 Is there anything else I can do to help troubleshoot? |
Sorry, hadn’t had time yet. That return code is weird, my code definitely does not return that. |
No problem ;-) I was just checking to make sure you didn't need anything else from me. I just tried this again: TeslaCam R:\Adam\Videos\TeslaCam\1-TeslaPi\SavedClips --output R:\Adam\Videos\TeslaCam\2-Processed --quality HIGH --font "\Users\Adam\tesla_dashcam\FONTS\TESLA.ttf" --fontcolor RED --fontsize 30 --layout DIAMOND --rear --motion_only --text_overlay_fmt "{event_reason} {event_city} {local_timestamp_rolling}" --timestamp_format "%A, %B %d, %Y %I:%M:%S %p %Z" --gpu --gpu_type nvidia ...and nothing happens still. Then I typed "echo %errorlevel%" and hit ENTER. It returned "-1073741571" again. I'm willing to try whatever would help troubleshoot, but would probably need step-by-step instructions if it's not an executable. |
Summer came and went. What you provided from debug is your complete debug output correct? Can you add --no-check_for_update parameter as well? |
I'm trying to reprocess some videos using different layouts and other various settings, but when I hit enter, nothing happens. I've deleted the processed video and even tried to change the date in the filenames and folders of the sources videos, but that didn't work either.
I see there's a parameter to NOT reprocess, but how do I force reprocessing of the same source videos?
The text was updated successfully, but these errors were encountered: