Closed byfron closed 8 years ago
Yes, true. It is not supported.
~ Prasad Bhat On 02-Feb-2016 2:28 AM, "byfron" notifications@github.com wrote:
It seems that applying filters to pre-recorded VXL raw sequences is not straightforward The FrameStreamReader class does not implement this functionality as far as I know
— Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/63.
It'd be really useful to be able to process raw vxl data as if there was a "virtual" camera so that all the regular camera parameters as well as filters can be applied.
Noted. Filters are possible to implement though not in the plan yet.
Parameters will be practically not possible as they are meant to influence the initial raw data itself and not subsequent processing.
On 2 February 2016 at 16:40, byfron notifications@github.com wrote:
It'd be really useful to be able to process raw vxl data as if there was a "virtual" camera so that all the regular camera parameters as well as filters can be applied.
— Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/63#issuecomment-178513997.
~ Prasad Bhat
Although I assume certain parameters like illumination power thresholds could be applied in pre-recorded raw data right?. At least the windows Voxel viewer gui can do this.
Thanks anyway and looking forward to those improvements.
In order to apply the parameters such as illumination power, we will need to fully simulate the sensor board itself which is not the target of Voxel SDK. The VXL format is a playback format and not really a simulation format.
~ Prasad Bhat On 03-Feb-2016 4:08 PM, "byfron" notifications@github.com wrote:
Although I assume certain parameters like illumination power thresholds could be applied in pre-recorded raw data right?. At least the windows Voxel viewer gui can do this.
Thanks anyway and looking forward to those improvements.
— Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/63#issuecomment-179158172.
It seems that applying filters to pre-recorded VXL raw sequences is not straightforward. The FrameStreamReader class does not implement this functionality as far as I know.