Java Question VideoFrameAt

Status
Not open for further replies.

tariqyounis

Member
Licensed User
Longtime User
Dear All,
after taking a video I am getting an error.

VideoFrameAt:
Private Sub VideoFrameAt(dir As String, f As String, ms As Long) As Bitmap
    Dim job As JavaObject
    Dim bmp As Bitmap
    job.InitializeNewInstance("android.media.MediaMetadataRetriever",Null)
    job.RunMethod("setDataSource", Array(File.Combine(dir, f)))
    bmp = job.RunMethod("getFrameAtTime", Array(ms*1000, 3))
    Return bmp
    
End Sub
I am getting the following error

any advice
 

tariqyounis

Member
Licensed User
Longtime User
You are posting in the wrong forum. This forum is for developers building Java libraries.
sorry for that, and I think I posted another one to the wrong forum. Please advice where I shall post this, and can I shift it to another forum, or I have to delete this one and post a new one again
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…