Questions tagged [acquisition]
25 questions
8
votes
6 answers
Understanding Zope internals, from Django eyes
I am a newbie to zope and I previously worked on Django for about 2.5 years. So when I first jumped into Zope(v2) (only because my new company is using it since 7 years), I faced these questions. Please help me in understanding them.
What is the…

Nanda Kishore
- 2,789
- 5
- 38
- 61
6
votes
3 answers
Does destructor of a C++ class that throws an exception gets called?
Suppose I have a class like this:
#include
using namespace std;
class Boda {
private:
char *ptr;
public:
Boda() {
ptr = new char [20];
}
~Boda() {
cout << "calling…

bodacydo
- 75,521
- 93
- 229
- 319
4
votes
1 answer
WIA 2 on Windows 7 -- Delphi
WIA 2 on Windows 7 doesn't detect my camera while WIA 1 on Windows XP detects it.
I try to run my program as admin.
My camera is :
Asus usb2 webcam.
Delphi return the message:
(like this) not available any wia devices from specified type…

Ahmad
- 41
- 1
- 5
2
votes
1 answer
Integrating various version control systems due to mergers and acquisitions?
Companies acquire other companies that use different version control systems.
Is there a common wisdom on how to integrate such systems together, for example using a Subverson-GIT bridge or even deciding on using just one tool over another - and how…

therobyouknow
- 6,604
- 13
- 56
- 73
1
vote
0 answers
Export or Create a Dataset of the Imputed or Transformed Varibles Python
I was running KNN for my dataset, for which I had to impute the missing values and then transform the variables so that they can lie between 0 and 1.
I have to use this predicted results as inferred performance and make a TTD Model for the…

Beginner
- 11
- 2
1
vote
3 answers
Good ways to acquire resources from parent folders in Plone?
I have a Plone (4.0.1) site which requires changes in layout depending on the folder. Imagine a structure like:
University > Faculty A > Institute A1 > Person A11
> Person A12
> Institute…

Ulrich Schwarz
- 7,598
- 1
- 36
- 48
1
vote
2 answers
Trigger an cognex camera by script
I have got a Cognex Advantage 100 camera connected to my PC via ethernet.
After pressing F5 in the inSight Explorer to trigger the camera I can use the captured image in a Python script.
Can I make the Python script trigger the image capture…

TiMey
- 13
- 1
- 4
1
vote
1 answer
How do you get data from google analytics -v4 for acquisitions - campaigns?
Can someone give an example of the query to be used?How do we access the acquisitions and then campaign data from that ?

Rocknroll15
- 53
- 1
- 8
1
vote
1 answer
Serial output ADC - minimum acquisition time
I'm working with this ADC: AD7903 - http://www.analog.com/media/en/technical-documentation/data-sheets/AD7903.pdf
I don't understand the limitation of the acquisition time in relation with the maximum clock speed possible for the SPI interface.
The…

FlyerDragon
- 212
- 4
- 16
1
vote
2 answers
Acquisition accumulator (software design)
I need some help on software design. Let's say I have a camera that gets acquisitions, send them to a filter, and display the images one at a time.
Now, what I want is to wait for two images and after that send the two images to the filter and both…

Jeremie
- 584
- 4
- 16
0
votes
1 answer
What is the best way to customize a Zope object's acquisition chain?
Essentially, I want to check another object to see if an attribute is set there before processing the items in object.aq_chain.
I can't seem to avoid infinite recursion when overriding getattr and getattribute.
UPDATE
Example:
import ExtensionClass,…

Ben
- 2,422
- 2
- 16
- 23
0
votes
0 answers
How to Join python graphics in BITalino?
is there any way i can join this graphics in Python? Because BITalino sensor(data) only get a 100 samples in the graphics, so if i put 2 seconds of aquisition he wil generate something between 10 or 15 graphics, there is a way i can join this…
0
votes
1 answer
show OpenCV frames without while loop
I'm trying to add a camera image showing component to an existing python program that shows multiple input in real time from various hardware devices.
To that end, I need to use openCV's imshow() function on the main thread to show frames from…

haryor
- 23
- 4
0
votes
1 answer
Track user acquisition on exit - Google Analytics
Is it possible to get a current users acquisition channel ( Facebook, Glassdoor, etc... ) and append it to a string during an onSubmit?
We have a careers page on our site with a search form that when filled out and submitted takes the user to a 3rd…

Blake Hayes
- 53
- 1
- 5
0
votes
0 answers
How to connect IDS uEye camera (ui-5490) using GigE Vision support?
I have IDS camera as given in this. GigE interface is available in camera specification. I have also added "GigE Vision Support from Image Acquisition Toolbox" to Matlab. But when I run gigecamlist command, it can't find any cameras. (Note: IDS…

Ahmet Gökhan Poyraz
- 170
- 1
- 10