Changeset 403 in flair-src for trunk/lib/FlairSensorActuator/src/V4LCamera.cpp
- Timestamp:
- 03/23/21 09:40:41 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/V4LCamera.cpp
r353 r403 28 28 29 29 V4LCamera::V4LCamera(string name,uint8_t camera_index, uint16_t width, uint16_t height, 30 Image::Type::Format format, uint8_t priority)30 Image::Type::Format format, bool useMemoryUsrPtr,uint8_t priority) 31 31 : Thread(getFrameworkManager(), name, priority), 32 32 Camera(name, width, height, format) { 33 33 34 pimpl_=new V4LCamera_impl(this,name,camera_index,width,height,format );34 pimpl_=new V4LCamera_impl(this,name,camera_index,width,height,format,useMemoryUsrPtr); 35 35 } 36 36
Note:
See TracChangeset
for help on using the changeset viewer.