Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Apr 10, 2024
1 parent 5df2517 commit a75135d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ neuromorphic_drivers is a library to interact with USB Neuromorphic devices. The

# Supported devices and features

| Name | Type | Resolution | Data types | Mask | Synchronize | Rate limiter |
| ----------------- | ------ | ---------- | ------------ | ---- | ----------- | ------------ |
| Prophesee EVK4 | Camera | 1280 × 720 | DVS, trigger ||||
| Prophesee EVK3 HD | Camera | 1280 × 720 | DVS, trigger || - ||
| Name | Type | Resolution | Data types | Mask | Synchronize | Rate limiter | Temperature | Illuminance |
| ----------------- | ------ | ---------- | ------------ | ---- | ----------- | ------------ | ----------- | ----------- |
| Prophesee EVK4 | Camera | 1280 × 720 | DVS, trigger ||||||
| Prophesee EVK3 HD | Camera | 1280 × 720 | DVS, trigger || - || - | - |

This table lists fratures supported by this library. Some devices support unlisted features or features marked as "no" that have yet to be added to neuromorphic_drivers.

Expand Down
9 changes: 0 additions & 9 deletions python/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -750,15 +750,6 @@ macro_rules! generate {
iter_data_right,
iter_data_right_suffix,
).unwrap();
if stringify!($module) == "prophesee_evk4" {
writeln!(
writer,
concat!(
" def illuminance(self) -> int:\n",
" ...",
)
).unwrap();
}
}
}
$(
Expand Down

0 comments on commit a75135d

Please sign in to comment.