Skip to content

Commit

Permalink
change to normalized uint8 frames sent from producer to consumer.
Browse files Browse the repository at this point in the history
added prefs util to make life easier for some utils using fileopenbox and diropenbox from easygui.
add comments about polarity of events that might be helpful.
  • Loading branch information
tobidelbruck committed Mar 25, 2023
1 parent 1c23a3b commit d5b923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaer/davis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ def get_event(self, mode="events"):
The second number is the X position of the event.
The third number is the Y position of the event.
The fourth number represents the polarity of the event
(positive or negative).<br/>
(OFF,ON) = (0,1) (Note these values are NOT (-1,+1).
If the `noise_filter` option is set to `True`,
this array has an additional column at the end.
The last column represents the validity of the corresponding
Expand Down

0 comments on commit d5b923e

Please sign in to comment.