Questions tagged [data-capture]

18 questions
4
votes
2 answers

Constructing QImage from unsigned char* data

I encountered a problem with passing Image object (captured with Point Grej FlyCapture2 SDK) to QImage object. I am getting a pointer associated with Image data by function: virtual unsigned char* FlyCapture2::GetData ( ) and then loading the…
Marcin
  • 1,104
  • 4
  • 17
  • 27
2
votes
8 answers

Tools for Data Capturing from Scanned Images

What are best tools available for Data Capturing from Scanned Images? Doesn't matter they are free or paid. They should be able to convert scanned images to data (text, image, tables etc.). Most importantly they should have API to integrate with…
Ramesh Soni
  • 15,867
  • 28
  • 93
  • 113
1
vote
0 answers

How do I read data over IP by using pyshark in python?

I am using the livecapture method to capture data, which is showing zero packet capture even when I am sending/receiving a file. I am using this code to capture data by using live capture: This is the output which I get after running the code:
nipun garg
  • 11
  • 2
1
vote
1 answer

How can I synchronize Hololens with Android device?

I would like to extract data from both a microsoft Hololens and an android device. However, the data needs to have a synchronized timestamp. i.e. I need to start collecting data from both at the same time and know the offset between the two in ms…
Rhdev
  • 130
  • 10
1
vote
1 answer

Free XML Forms Designer for XML data

I'm looking for a small and cheap (very) application that will let the user design a simple form to capture data to XML. The XML is very simple and will be overwritten with every capture, i.e. not written in a record in an XML 'database'. I can do…
ProfK
  • 49,207
  • 121
  • 399
  • 775
0
votes
1 answer

Phonegap - 1 off data capture on app load

I was wondering what is the easiest way to capture data once only when my app is first loaded. I wil be capturing an email address and sending that to an external database which multiple user can access (something like SQL Express). Due to the use…
SingleWave Games
  • 2,618
  • 9
  • 36
  • 52
0
votes
0 answers

Copy three tabs to one log tab using google app script - was working yesterday

I wrote this yesterday after browsing previous posts. Its purpose is to capture data that is displayed in three tabs temporarily and create a permanent log in another tab, ignoring blanks. It worked yesterday just fine. Today it doesn't work, any…
Andrea
  • 1
  • 2
0
votes
0 answers

Model Monitor Capture data - EndpointOutput Encoding is BASE64

https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-data-capture-endpoint.html I have followed the steps mentioned in this link and it appears I cannot change the encoding for EndpointOutput in datacapture file. It's coming BASE64 for…
0
votes
1 answer

how can i know if a table of a database have a new registre?

My goal is to be able to know in real time or close to real time if a new record has been entered in a database or not. Is it possible to do this or is the only way to poll the table every X seconds to see if anything has changed? Would polling a…
Salero
  • 9
  • 4
0
votes
1 answer

How can I grab data from this web site?

There is a site here (http://www.tsetmc.com/Loader.aspx?ParTree=151311&i=46741025610365786#), that each field of this table(specified by yellow squares) shows information about one specific day. What I need to do is to read only حجم row of each…
Hasani
  • 3,543
  • 14
  • 65
  • 125
0
votes
1 answer

Datacap how to create a field array and merge or avoid splitted excel sheets

Im trying to get the rows of an excel document. What i have achieved. 1-. Retrieve .xls, .xlsx files 2-. Convert those files to TIFF images 3-. Enhance image for better text recognition 4-. Identify Pages 5-. Create the Documents 6-. Recognize…
YouHaveNoSkill
  • 53
  • 1
  • 11
0
votes
1 answer

Capture File Details of all subjobs in Talend

I have a requirement to move files from SFTP to a local directory and it is simple. I have used tftpconnection-->tfileexists-->(if)tfileinput-->tmap--tfileoutput to move files and then i have other subjobs as…
user3454116
  • 184
  • 1
  • 12
0
votes
0 answers

How to declare and capture the value from a numeric up down in visual studio

Good Morning SO, I have a question and I know this is probably programming 101, but I am having trouble declaring a variable and then capturing its value to display in a label for further use in the application. I created an numeric up/down to…
0
votes
3 answers

Is it safe to build REST API to capture data into a database?

A user needs to send us data weekly or monthly and I need to capture that data into a database to present it on a website. However, I do not want the user to have direct access to the data base. So I was thinking of building REST API and capture the…
RedA
  • 73
  • 3
  • 9
0
votes
1 answer

how to capture listview data as Jpg image

i need to capture listview data and convert it into jpg or png image format , then saved into sd card. I captured only the data which is visible in the screen , but i am unable to capture the data which is avaialble in the scrollview. So, please…
koti
  • 1,071
  • 3
  • 15
  • 35
1
2