Skip to content

Commit

Permalink
add latest Nikon cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed May 13, 2021
1 parent 55af3d6 commit 03f35d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions camera/ptpjs/drivers/nikon.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@ driver.supportedCameras = {
'04b0:0441': { name: "Nikon D850", status: 'tested', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB 3' },
'04b0:0442': { name: "Nikon Z 7", status: 'tested', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04b0:0443': { name: "Nikon Z 6", status: 'tested', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04b0:0444': { name: "Nikon Z 50", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04b0:0445': { name: "Nikon D3500", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04b0:0446': { name: "Nikon D780", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04b0:0448': { name: "Nikon Z 5", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04b0:044b': { name: "Nikon Z 7 II", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
'04b0:044c': { name: "Nikon Z 6 II", status: 'unknown', supports: { shutter: true, aperture: true, iso: true, liveview: true, destination: true, focus: true, }, usb: 'USB C' },
}

var properties = {
Expand Down

0 comments on commit 03f35d1

Please sign in to comment.