Ala Shaabana
Ala Shaabana
Hi Niklas, I haven't gone through the code yet but I'm wondering whether it's possible to make it work with two USB dongles? Thanks! Ala
Tested this and overall looks good! But looks like when running using btcli run it won't use cuda to register, so these flags don't quite apply there correct?
Perhaps I misunderstood your graphs, but looks like the ifs cache is still a little faster despite being centralized, is that right? Also, you have conflicts ;)
> > Perhaps I misunderstood your graphs, but looks like the ifs cache is still a little faster despite being centralized, is that right? > > Also, you have conflicts...
@camfairchild why is this still marked do not merge? any blockers?
@quac88 I just noticed this is effectively trying to merge your repository to this repository :D We can't merge this since this is your personal repository. You need to do...
I have the same issue with the ArduCAM_Shield_V2_Video2SD demo using the ArduCAM Shield V2. AVI files are always corrupted when I try to open them after recording. I've tried using...
@supprot It takes pictures no problem. I've fixed the problem by adapting the updated ESP8266 code to the VIDEO2SD demo. I also use ffmpeg to fix the corrupted video but...
Yeah this is what I have: //The file header introduction //00-03 :RIFF //04-07 :The size of the data //08-0B :File identifier //0C-0F :The first list of identification number //10-13 :The...
Thanks guys. My question is how do i change the frame rate? Currently its at 5 fps and i need to go up to ~10fps... Changing the "rate" variable only...