Skip to content

Commit

Permalink
Add support for EVK Helios cameras (Genicam 1.0 legacy mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
anathesys authored and EmmanuelP committed Sep 8, 2023
1 parent addef82 commit 73a4ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arvgcport.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ static ArvGvLegacyInfos arv_gc_port_legacy_infos[] = {
{ .vendor_selection = "PleoraTechnologiesInc", .model_selection = "NTxGigE"},
{ .vendor_selection = "TeledyneDALSA", .model_selection = "ICE"},
{ .vendor_selection = "Sony", .model_selection = "XCG_CGSeries"},
{ .vendor_selection = "EVK", .model_selection = "HELIOS"},
};

typedef struct {
Expand Down

0 comments on commit 73a4ec4

Please sign in to comment.