Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DetectorSoftware
pcosdk
Commits
05d8651c
Commit
05d8651c
authored
Jan 16, 2020
by
Yuelong Yu
Browse files
working on usb camera
- put camera type - removed ROI symmetric check because it's not needed for this camera
parent
ce7be1e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
pcousb/PcoUSB.cpp
View file @
05d8651c
...
...
@@ -29,7 +29,7 @@ namespace PcoNS
{
PcoUSB
::
PcoUSB
()
{
m_isroi_y_symmetric
=
true
;
//
m_isroi_y_symmetric = true;
}
bool
PcoUSB
::
SetCamera
(
shared_ptr
<
CPco_com
>&
sptrCamera
)
...
...
pcousb/PcoUSBImpl.cpp
View file @
05d8651c
...
...
@@ -68,8 +68,9 @@ namespace PcoNS
cout
<<
"camera type : "
<<
ushCameraType
<<
endl
;
//pco edge CLHS
if
(
ushCameraType
==
4928
)
//pco usb camera
//pco.edge 4.2m USB rolling shutter
if
(
ushCameraType
==
0x1320
)
{
unique_ptr
<
PcoFactory
>
uptrCameraFactory
=
unique_ptr
<
PcoFactory
>
(
new
PcoUSBFactory
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment