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/V4LCamera.h

    r352 r403  
    4545  * \param height height
    4646  * \param format image format
     47  * \param useMemoryUsrPtr true to use memory user pointer (ex with cmem on omap3730), false to use mmap
    4748  * \param priority priority of the Thread
    4849  */
    4950  V4LCamera(std::string name,
    5051            uint8_t camera_index, uint16_t width, uint16_t height,
    51             core::Image::Type::Format format, uint8_t priority);
     52            core::Image::Type::Format format, bool useMemoryUsrPtr,uint8_t priority);
    5253
    5354  /*!
Note: See TracChangeset for help on using the changeset viewer.