Skip to content

Commit

Permalink
* update video module
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed May 22, 2024
1 parent 40b0a13 commit cb08d57
Show file tree
Hide file tree
Showing 7 changed files with 1,108 additions and 13 deletions.
6 changes: 2 additions & 4 deletions components/vision/include/maix_rtsp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,11 @@ namespace maix::rtsp

/**
* @brief Write data to rtsp
* @param type rtsp stream type
* @param data rtsp stream data
* @param fps rtsp stream data size
* @param frame video frame data
* @return error code, err::ERR_NONE means success, others means failed
* @maixpy maix.rtsp.Rtsp.write
*/
err::Err write(video::Frame &stream);
err::Err write(video::Frame &frame);

/**
* @brief Get url of rtsp
Expand Down
Loading

0 comments on commit cb08d57

Please sign in to comment.