OnionIoT / tau-lidar-camera

Python package that implements communication and configuration of the Tau Lidar Camera
MIT License
35 stars 6 forks source link

Update docs to clarify what data is returned in a frame from the camera #10

Open greenbreakfast opened 3 years ago

greenbreakfast commented 3 years ago

When looking at the documentation right now, it's hard to figure out what data is returned when reading a frame from the camera. This makes it really hard for users to write their own programs using this library.

With the current documentation, the user must trace through the source code to get some understanding - this is a large barrier to entry. And even then, there's no indication how the frame data is arranged in the members of the Frame object.

The documentation should be updated to:

@vsemi let's brainstorm on how we can improve the documentation to better cover the above topics

vsemi commented 3 years ago

@greenbreakfast should we do this in the separate common module, or just simply adding in the existing camera module docs (adding description into the readFrame method of Camera)?

vsemi commented 3 years ago

@greenbreakfast could you please have a look if the docs reads better? specifically the Camera and the Frame in common module.

greenbreakfast commented 3 years ago

@vsemi This is a good start. A few more suggestions: