Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vimba
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kr69sugu
vimba
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
72efbc04d706ab0499f3e3635b57f797bc18f6c9
Select Git revision
Branches
3
cali
dev
protected
master
default
protected
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
29
Sep
9
Aug
5
26
Jul
25
22
12
10
9
8
5
4
2
1
18
Jun
17
23
May
22
21
16
13
3
Apr
26
Feb
22
20
19
15
12
7
1
31
Jan
27
18
12
11
4
Dec
31
Aug
6
Jun
23
Feb
13
Sep
7
1
31
Aug
29
26
9
22
Jul
22
Jun
20
16
15
readme
cali dev master
cali dev master
add cpsizejpegs.sh script to cp size jpegs to test folder
bump version
fix errors. create rec dir on startRecord with time for multiple recs on same day with same cam. also writeout stats along with rec.
save timestamp as ms (not ns), format time: only show h/m when dur long enough, _rec->showProgress() to add to camInfo, solved nasty auto keyword segfault bug, make progressbar smaller [40 digits]
[crash after rec] add printfeatures to cam and stream. pingscan: add better alternative to finding cam via mac
add pingScan.sh to search and find cams when they get a new ip adress in direct connection
.
[good] fix ptr/construction issues. tested duration setting
[wip,segfault] add set duration for 1 and for all cams.
progressbar width as var + fix getTerminalWidth + warning symbol
add showInfo func if user presses 'i', add warning() to iprinter/console/utils::error
add fps,frameSizeBytes as config vars with utils getter/setter funcs and defaultvalues
mv calcdirsize from util to record
compiles but not tested. version bump 0.3
[wip] extract record class from cam. checkdisk functions (utils and record): available,estimated, used. utils fps and framesize fixed constants for now.
[not tested] progressbar for recordings: add functions to iprinter to print progressbar, get width from console and calc chars, get times and format mm:ss.
new showRecordStats (get features) + rm old frame stats approach
more threadpool rewrite, change info to printcaminfo because of name collisiong with iprinter::info, added iprinter print overloads, limit opencv threads to 1
speedup: use threadpool and sublass frameprocessor from qrunnable -> reuse thread and frameprocessor objects for recording
stashpop
calc ncam from config and derive threads per cam
change conf.json to include outdir,recordduratiodefault and put cams in array, parse, add outdir func for each cam > construct dir if it doesnt exist, add cam ctor
version bump 0.2.0
search for file ending with json/xml in appdir and use as default if no settings/config is specified as arg
fix load/save settings. check edge cases
proper exit on error, utils ns, utils global bool running to sync threads, use qapp->exit, NOTE: blocking console on unplanned app termination > user needs to press once more
WIP/crashes add load and saveSettings functions to cam class (+signals,slots,console,core,utils) + read settings name as cmdline arg
argbugfix
give configfilename as arg, to quickly switch between setups
changed cam to read from config file. changed cam state. made more robust. add detectCam. fixed regression bugs to get cams working againfinetuned listcams,dcetrect,startuo,shutdown...
WIP parse config file. get name ip of each cam from a json
more stuff
...
fix close warning on exit when cam was open -> vmb closes all cams on exit automatically
console: interpret user input as number, line or single char! => fix set duration, fix setcam ID -1
cam: add timer member. fix double stoprecord error (when user cancels recording)
add closeCam, add cam->id(), change info, fix state bug, fix idx bug, more bugs...
add camobserver stateChanged fun -> cam: toggleopenclosestate, connect signals, core: updateCamstate - find cam and call cam->toggleopenclosestate
connect signals/slots in iPrinter ctor level. use Console singleton, use conditional compilation for console
Loading