Skip to content

Commit

Permalink
genicam: add Sony XCG_CPSeries to legacy endianness mechanism list
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Nov 3, 2023
1 parent ba0d728 commit d87657f
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/arvgcport.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,16 @@ typedef struct {
*/

static ArvGvLegacyInfos arv_gc_port_legacy_infos[] = {
{ .vendor_selection = "Imperx", .model_selection = "IpxGEVCamera"},
{ .vendor_selection = "KowaOptronics", .model_selection = "SC130ET3"},
{ .vendor_selection = "NIT", .model_selection = "Tachyon16k"},
{ .vendor_selection = "PleoraTechnologiesInc", .model_selection = "iPORTCLGigE"},
{ .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"},
{ .vendor_selection = "AT_Automation_Technology_GmbH",.model_selection = "C6_X_GigE"},
{ .vendor_selection = "Imperx", .model_selection = "IpxGEVCamera"},
{ .vendor_selection = "KowaOptronics", .model_selection = "SC130ET3"},
{ .vendor_selection = "NIT", .model_selection = "Tachyon16k"},
{ .vendor_selection = "PleoraTechnologiesInc", .model_selection = "iPORTCLGigE"},
{ .vendor_selection = "PleoraTechnologiesInc", .model_selection = "NTxGigE"},
{ .vendor_selection = "TeledyneDALSA", .model_selection = "ICE"},
{ .vendor_selection = "Sony", .model_selection = "XCG_CGSeries"},
{ .vendor_selection = "Sony", .model_selection = "XCG_CPSeries"},
{ .vendor_selection = "EVK", .model_selection = "HELIOS"},
{ .vendor_selection = "AT_Automation_Technology_GmbH", .model_selection = "C6_X_GigE"},
};

typedef struct {
Expand Down

0 comments on commit d87657f

Please sign in to comment.