Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camtron_all
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
camtron_all
Commits
c8af39f4
Commit
c8af39f4
authored
2 years ago
by
am0ebe
Browse files
Options
Downloads
Patches
Plain Diff
.
parent
8f8dec46
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
b
+1
-1
1 addition, 1 deletion
b
dox/notes_B
+10
-1
10 additions, 1 deletion
dox/notes_B
dox/scrap
+9
-0
9 additions, 0 deletions
dox/scrap
with
20 additions
and
2 deletions
b
@
6abf0a22
Compare
ea8debfe
...
6abf0a22
Subproject commit
ea8debfec50310d57896c206dd537209608e63d
f
Subproject commit
6abf0a22c47876aca1d1ce07b22b1baa65b306a
f
This diff is collapsed.
Click to expand it.
dox/notes_B
+
10
−
1
View file @
c8af39f4
...
...
@@ -103,6 +103,15 @@ api > cam > feature (settings like exposuretime or pixelformat)
> ancillary data (cam settings at time of acquisition -> can be queried via feature access)
api > interface > settings/feature
Features:
> frame:
> ChunkAcquisionFrameCount #nFrames from cur acquisition
> ChunkExposureTime, ChunkGain
> system:
>
> cam:
> Width, Height
frames = img data + ancillaryData
> create by api and queue in cam
> when image is rcv, frame will be filled -> notification
...
...
@@ -144,7 +153,7 @@ Vimba API *captures* images <> camera *acquires* images
cam.EndCapture()
cam.FlushQueue()
cam.RevokeAllFrames()
>> conveni
n
ence funcs()
>> convenience funcs()
1 buffer | X buffers
restrained fps | unrestrained fps
...
...
This diff is collapsed.
Click to expand it.
dox/scrap
+
9
−
0
View file @
c8af39f4
...
...
@@ -30,3 +30,12 @@ if ( VmbErrorSuccess == camera . Close () )
// sys->OpenCameraByID
// ID can be IP / MAC / ID
class FrameObserver : public QObject, virtual public IFrameObserver
// virtual inheritance??
//adjust fixed size
// ui->tw_cams->setSizes( ui->tw_cams->sizeHint() )
// ui->tw_cams->setFixedSize(ui->tw_cams->sizeHintForColumn(0) + ui->tw_cams->frameWidth() * 2, ui->tw_cams->sizeHintForRow(0) * ui->tw_cams->count() + 2 * ui->tw_cams->frameWidth());
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment