Ignore:
Timestamp:
03/23/21 09:40:41 (3 years ago)
Author:
Sanahuja Guillaume
Message:

select user memory pointer (v4l) if using custom alloc function in images (ie if initdsp was called)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSensorActuator/src/unexported/V4LCamera_impl.h

    r352 r403  
    4848  * \param height height
    4949  * \param format image format
     50  * \param useMemoryUsrPtr true to use memory user pointer (ex with cmem on omap3730), false to use mmap
    5051  */
    5152  V4LCamera_impl(flair::sensor::V4LCamera *self,std::string name,
    5253            uint8_t camera_index, uint16_t width, uint16_t height,
    53             flair::core::Image::Type::Format format);
     54            flair::core::Image::Type::Format format,bool useMemoryUsrPtr);
    5455
    5556  /*!
Note: See TracChangeset for help on using the changeset viewer.