toni zettl
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by toni zettl-
toni zettl commented,
Hi Ifeanyi, thanks for the clarification. So for optimal performance the pixel format to add a frame to the recording would be BGR8 as this is obviously written to file and no further conversion sh...
-
toni zettl commented,
Hi Ifeanyi, sorry for the delayed answer. It would not have expected this but your suggestion helps: both PixelFormat_RGB8 and PixelFormatBGRa8 work without issues, while PixelFormat_RGBa8 crashes....
-
toni zettl created a post,
Spinnaker::Video cannot add converted image to video
In 2.4.x version of the SDK it was possible to do this: video.Append(images[imageCnt]->Convert(PixelFormat_RGB8, DIRECTIONAL_FILTER)); When I now try to do the following, the application crashes: S...