Skip to content

Commit 3346433

Browse files
committed
Add support for the SilkyEvCam HD Lite
#5 (comment)
1 parent ec543ae commit 3346433

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

drivers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license-file = "../LICENSE"
1111
name = "neuromorphic-drivers"
1212
readme = "../README.md"
1313
repository = "https://github.com/neuromorphicsystems/neuromorphic-rs/"
14-
version = "0.16.3"
14+
version = "0.16.4"
1515

1616
[dependencies]
1717
bincode = "1.3"

drivers/src/devices/prophesee_evk4.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,14 @@ impl device::Usb for Device {
284284
b' ', 0x00, b'v', 0x00, b'0', 0x00, b'3', 0x00, b'.', 0x00, b'0', 0x00, b'9',
285285
0x00, b'.', 0x00, b'0', 0x00, b'0', 0x00, b'C', 0x00,
286286
],
287+
// "SilkyEvCam HD Lite v03.09.01C" (UTF-16)
288+
&[
289+
b'S', 0x00, b'i', 0x00, b'l', 0x00, b'k', 0x00, b'y', 0x00, b'E', 0x00, b'v',
290+
0x00, b'C', 0x00, b'a', 0x00, b'm', 0x00, b' ', 0x00, b'H', 0x00, b'D', 0x00,
291+
b' ', 0x00, b'L', 0x00, b'i', 0x00, b't', 0x00, b'e', 0x00, b' ', 0x00, b'v',
292+
0x00, b'0', 0x00, b'3', 0x00, b'.', 0x00, b'0', 0x00, b'9', 0x00, b'.', 0x00,
293+
b'0', 0x00, b'1', 0x00, b'C', 0x00,
294+
],
287295
// "UE-39B0XCP" (UTF-16)
288296
&[
289297
b'U', 0x00, b'E', 0x00, b'-', 0x00, b'3', 0x00, b'9', 0x00, b'B', 0x00, b'0',

0 commit comments

Comments
 (0)