On Thu, Nov 13, 2014 at 8:32 AM, Srinath Perera <[email protected]> wrote:

> Adding dev@
>
> Hi Suho, Mohan,
>
> Open CV (computer vision library) let you train and build a model that
> generates an XML file that can be used from a java program to classify
> video streams (e.g. detect an human, vehicle).
>
> Idea of the project is to write an CEP extension that takes the XML file
> and detect vision detection. We can send each frame in video as an event.
> However, it is a byte array. How can we send this? If he used siddhi, can
> he send it by defining type as object?
>
> Long term we should define an byte[]
>

There is no OOTB support for object type in siddhi.. But, you can achieve
this scenario by sending object as a string and then use it inside your
extension by converting into necessary format..

Thanks,
Mohan


>
> --Srinath
>
> On Wed, Nov 12, 2014 at 3:35 PM, Hemika Kodikara <[email protected]> wrote:
>
>> Hi all,
>>
>> This is regarding the Fast Track Training Project that I selected to
>> complete [1].
>>
>> The task is to create a CEP extension which will receive a stream of
>> video and do several image processing tasks to identify an object.
>>
>> Need to know more insight on how to send input a video stream.
>>
>> Even though it is a video, we can use it frames. Which will be a set of
>> images.
>>
>> [1] - https://redmine.wso2.com/issues/2646
>>
>> Hemika Kodikara
>> Software Engineer
>> WSO2 Inc.
>> lean . enterprise . middleware
>> http://wso2.com
>>
>> Mobile : +94777688882
>>
>
>
>
> --
> ============================
> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
> Site: http://people.apache.org/~hemapani/
> Photos: http://www.flickr.com/photos/hemapani/
> Phone: 0772360902
>



-- 
*V. Mohanadarshan*
*Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com <http://wso2.com> *
*lean.enterprise.middleware.*

email: [email protected]
phone:(+94) 771117673
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to